From ea58ad4d58ea3893b2fd4e28644a1d0562ed00e1 Mon Sep 17 00:00:00 2001 From: Prajwal-Microsoft Date: Mon, 16 Mar 2026 22:33:03 +0530 Subject: [PATCH] docs: Include configuration note for azd version 1.23.9 Added note for azd version 1.23.9 configuration. --- docs/DeploymentGuide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 38e4d33..1e1a27f 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -207,6 +207,11 @@ See [Re-use Log Analytics](./re-use-log-analytics.md) for instructions. ### Step 4: Deploy +**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 +``` + Run the deployment command: ```bash