Skip to content

Commit aa18b75

Browse files
docs: Add note for azd version 1.23.9 deployment
Added note for azd version 1.23.9 regarding preflight configuration.
1 parent c9558a4 commit aa18b75

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/DeploymentGuide.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@ azd auth login --tenant-id <tenant-id>
300300
3. Under the **Overview** section, locate the **Tenant ID** field. Copy the value displayed
301301

302302
### 4.2 Start Deployment
303+
**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
304+
```bash
305+
azd config set provision.preflight off
306+
```
303307

304308
```shell
305309
azd up
@@ -530,4 +534,4 @@ Run the deployment command:
530534
azd up
531535
```
532536
533-
> **Note:** These custom files are configured to deploy your local code changes instead of pulling from the GitHub repository.
537+
> **Note:** These custom files are configured to deploy your local code changes instead of pulling from the GitHub repository.

0 commit comments

Comments
 (0)