From b02d985956169856cd0225953067f4b720c392de Mon Sep 17 00:00:00 2001 From: Prajwal-Microsoft Date: Mon, 16 Mar 2026 22:33:41 +0530 Subject: [PATCH] docs: Add note for azd version 1.23.9 deployment Added a note for users running azd version 1.23.9 to disable preflight checks. --- docs/DeploymentGuide.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)