We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9558a4 commit aa18b75Copy full SHA for aa18b75
1 file changed
docs/DeploymentGuide.md
@@ -300,6 +300,10 @@ azd auth login --tenant-id <tenant-id>
300
3. Under the **Overview** section, locate the **Tenant ID** field. Copy the value displayed
301
302
### 4.2 Start Deployment
303
+**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
304
+```bash
305
+azd config set provision.preflight off
306
+```
307
308
```shell
309
azd up
@@ -530,4 +534,4 @@ Run the deployment command:
530
534
531
535
```
532
536
533
-> **Note:** These custom files are configured to deploy your local code changes instead of pulling from the GitHub repository.
537
+> **Note:** These custom files are configured to deploy your local code changes instead of pulling from the GitHub repository.
0 commit comments