Skip to content

Commit c6cc8b3

Browse files
Merge pull request #813 from microsoft/azd-note
docs: Include note for azd version 1.23.9 in deployment guide
2 parents 89e31a4 + e88c6b9 commit c6cc8b3

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
@@ -274,6 +274,10 @@ azd auth login --tenant-id <tenant-id>
274274
> 3. Under the **Overview** section, locate the **Tenant ID** field. Copy the value displayed.
275275

276276
### 4.2 Start Deployment
277+
**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
278+
```bash
279+
azd config set provision.preflight off
280+
```
277281

278282
```shell
279283
azd up

0 commit comments

Comments
 (0)