Skip to content

Commit 3169548

Browse files
Merge pull request #278 from microsoft/workshop-deploy
docs: update workshop deployment
2 parents 837a294 + 9c7c90a commit 3169548

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

workshop/docs/quick-deploy/deployment-guide-optionA.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ az provider register --namespace Microsoft.App
115115
az provider register --namespace Microsoft.AppConfiguration
116116
```
117117

118+
**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
119+
```bash
120+
azd config set provision.preflight off
121+
```
122+
118123
**Run the deployment:**
119124

120125
Run the following command to provision all required Azure resources:

workshop/docs/quick-deploy/deployment-guide-optionB.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ az provider register --namespace Microsoft.App
8484
az provider register --namespace Microsoft.AppConfiguration
8585
```
8686

87+
**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
88+
```bash
89+
azd config set provision.preflight off
90+
```
91+
8792
**Run the deployment:**
8893

8994
Run the following command to provision all required Azure resources:

0 commit comments

Comments
 (0)