File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,10 @@ azd auth login --tenant-id <tenant-id>
3003003 . Under the ** Overview** section, locate the ** Tenant ID** field. Copy the value displayed
301301
302302### 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+ ```
303307
304308``` shell
305309azd up
@@ -530,4 +534,4 @@ Run the deployment command:
530534azd up
531535```
532536
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.
You can’t perform that action at this time.
0 commit comments