diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index c00e643b..a04f3a3c 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -273,6 +273,11 @@ azd auth login --tenant-id ### 4.2 Start Deployment +**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command. +```bash +azd config set provision.preflight off +``` + ```shell azd up ```