We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00f1781 + a9e5ff9 commit 72c6faaCopy full SHA for 72c6faa
1 file changed
docs/DeploymentGuide.md
@@ -268,6 +268,10 @@ azd auth login --tenant-id <tenant-id>
268
> 3. Under the **Overview** section, locate the **Tenant ID** field. Copy the value displayed.
269
270
### 4.2 Start Deployment
271
+**NOTE:** If you are running the latest azd version (version 1.23.9), please run the following command.
272
+```bash
273
+azd config set provision.preflight off
274
+```
275
276
```shell
277
azd up
0 commit comments