Skip to content

Commit a9e5ff9

Browse files
docs: Update Deployment Guide with azd version note
Added note for azd version 1.23.9 regarding preflight command.
1 parent 00f1781 commit a9e5ff9

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)