Skip to content

Commit 72c6faa

Browse files
Merge pull request #368 from microsoft/azd-not
docs: Update Deployment Guide with azd version note
2 parents 00f1781 + a9e5ff9 commit 72c6faa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ azd auth login --tenant-id <tenant-id>
268268
> 3. Under the **Overview** section, locate the **Tenant ID** field. Copy the value displayed.
269269
270270
### 4.2 Start Deployment
271+
**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
272+
```bash
273+
azd config set provision.preflight off
274+
```
271275
272276
```shell
273277
azd up

0 commit comments

Comments
 (0)