diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 24ca629b..658e63b6 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -197,6 +197,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 ``` @@ -454,4 +459,4 @@ Now that your deployment is complete and tested, explore these resources to enha - 🐛 **Issues:** Check [Troubleshooting Guide](./TroubleShootingSteps.md) - 💬 **Support:** Review [Support Guidelines](../SUPPORT.md) -- 🔧 **Development:** See [Contributing Guide](../CONTRIBUTING.md) \ No newline at end of file +- 🔧 **Development:** See [Contributing Guide](../CONTRIBUTING.md)