Skip to content

Commit a541c78

Browse files
Merge pull request #137 from microsoft/azd-note
docs: Include note for azd version 1.23.9 in Deployment Guide
2 parents ef86010 + d9f511c commit a541c78

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

documents/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)