From dcccef4ea2433d7bac6c17c2e98f8c5275c83097 Mon Sep 17 00:00:00 2001 From: Prajwal-Microsoft Date: Mon, 16 Mar 2026 22:27:04 +0530 Subject: [PATCH] docs: Update Deployment Guide with azd 1.23.9 note Added note for users running azd version 1.23.9 to configure preflight settings. --- docs/DeploymentGuide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 6914624..57acbdb 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -271,6 +271,11 @@ azd auth login --tenant-id > ⚠️ **Critical: Redeployment Warning** > If you have previously run `azd up` in this folder (i.e., a `.azure` folder exists), you must [create a fresh environment](#creating-a-new-environment) to avoid conflicts and deployment failures. +**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 ```