Skip to content

Commit af47b01

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 4bf7bd6 commit af47b01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/AZD_DEPLOYMENT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ Before running `azd up`, copy the contents from the production configuration fil
100100

101101
### 4. Deploy
102102

103+
**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
104+
```bash
105+
azd config set provision.preflight off
106+
```
107+
103108
```bash
104109
azd up
105110
```

0 commit comments

Comments
 (0)