From c7e5c7432c634403e3adb9a8d4f2b86be43f3890 Mon Sep 17 00:00:00 2001 From: Prajwal-Microsoft Date: Mon, 16 Mar 2026 22:27:25 +0530 Subject: [PATCH] docs: Update Deployment Guide with azd version note Added note for azd version 1.23.9 regarding preflight configuration. --- docs/DeploymentGuide.md | 5 +++++ 1 file changed, 5 insertions(+) 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 ```