We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89e31a4 + e88c6b9 commit c6cc8b3Copy full SHA for c6cc8b3
1 file changed
documents/DeploymentGuide.md
@@ -274,6 +274,10 @@ azd auth login --tenant-id <tenant-id>
274
> 3. Under the **Overview** section, locate the **Tenant ID** field. Copy the value displayed.
275
276
### 4.2 Start Deployment
277
+**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
278
+```bash
279
+azd config set provision.preflight off
280
+```
281
282
```shell
283
azd up
0 commit comments