Skip to content

Commit e6b2bb5

Browse files
Merge pull request #775 from microsoft/azd-note
docs: Add note for azd version 1.23.9 deployment
2 parents 4bf7bd6 + af47b01 commit e6b2bb5

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)