Skip to content

Commit 989f925

Browse files
Merge pull request #141 from microsoft/azd-note
docs: Update Deployment Guide with azd 1.23.9 note
2 parents 237ef5e + dcccef4 commit 989f925

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@ azd auth login --tenant-id <tenant-id>
271271
> ⚠️ **Critical: Redeployment Warning**
272272
> If you have previously run `azd up` in this folder (i.e., a `.azure` folder exists), you must [create a fresh environment](#creating-a-new-environment) to avoid conflicts and deployment failures.
273273
274+
**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
275+
```bash
276+
azd config set provision.preflight off
277+
```
278+
274279
```shell
275280
azd up
276281
```

0 commit comments

Comments
 (0)