Skip to content

Commit c7e5c74

Browse files
docs: Update Deployment Guide with azd version note
Added note for azd version 1.23.9 regarding preflight configuration.
1 parent 5221237 commit c7e5c74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/DeploymentGuide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,11 @@ azd auth login --tenant-id <tenant-id>
273273
274274
### 4.2 Start Deployment
275275
276+
**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
277+
```bash
278+
azd config set provision.preflight off
279+
```
280+
276281
```shell
277282
azd up
278283
```

0 commit comments

Comments
 (0)