From a9e5ff913674e546d930232a3c7a487fa2bed502 Mon Sep 17 00:00:00 2001 From: Prajwal-Microsoft Date: Mon, 16 Mar 2026 22:18:21 +0530 Subject: [PATCH] docs: Update Deployment Guide with azd version note Added note for azd version 1.23.9 regarding preflight command. --- docs/DeploymentGuide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 5c3a204a..5095a71b 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -268,6 +268,10 @@ azd auth login --tenant-id > 3. Under the **Overview** section, locate the **Tenant ID** field. Copy the value displayed. ### 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