Skip to content

Commit f1b1b00

Browse files
Add note for azd version 1.23.9 in Deployment Guide
Added note for azd version 1.23.9 regarding preflight configuration.
1 parent 5fbd4b4 commit f1b1b00

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,11 @@ az login
548548
549549
### 4.4 Start Deployment
550550
551+
**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
552+
```bash
553+
azd config set provision.preflight off
554+
```
555+
551556
Run the deployment command:
552557
553558
```bash

0 commit comments

Comments
 (0)