Skip to content

Commit 3c25158

Browse files
Merge pull request #452 from microsoft/azd-note
docs: Update Deployment Guide with azd version note
2 parents 5221237 + c7e5c74 commit 3c25158

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)