Skip to content

Commit 9ce8aa1

Browse files
Merge pull request #118 from microsoft/azd-note
docs: Include configuration note for azd version 1.23.9
2 parents ded2921 + ea58ad4 commit 9ce8aa1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/DeploymentGuide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ See [Re-use Log Analytics](./re-use-log-analytics.md) for instructions.
207207

208208
### Step 4: Deploy
209209

210+
**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
211+
```bash
212+
azd config set provision.preflight off
213+
```
214+
210215
Run the deployment command:
211216

212217
```bash

0 commit comments

Comments
 (0)