Skip to content

Commit f238cc6

Browse files
Merge pull request #565 from microsoft/azd-note
docs: Add note for azd version 1.23.9 deployment
2 parents 98c605e + b02d985 commit f238cc6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/DeploymentGuide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ azd auth login --tenant-id <tenant-id>
197197
198198
### 4.2 Start Deployment
199199

200+
**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
201+
```bash
202+
azd config set provision.preflight off
203+
```
204+
200205
```shell
201206
azd up
202207
```
@@ -454,4 +459,4 @@ Now that your deployment is complete and tested, explore these resources to enha
454459
455460
- 🐛 **Issues:** Check [Troubleshooting Guide](./TroubleShootingSteps.md)
456461
- 💬 **Support:** Review [Support Guidelines](../SUPPORT.md)
457-
- 🔧 **Development:** See [Contributing Guide](../CONTRIBUTING.md)
462+
- 🔧 **Development:** See [Contributing Guide](../CONTRIBUTING.md)

0 commit comments

Comments
 (0)