Skip to content

Commit e88c6b9

Browse files
docs: Include note for azd version 1.23.9 in deployment guide
Added note for azd version 1.23.9 regarding preflight configuration.
1 parent 89e31a4 commit e88c6b9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

documents/DeploymentGuide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ azd auth login --tenant-id <tenant-id>
274274
> 3. Under the **Overview** section, locate the **Tenant ID** field. Copy the value displayed.
275275

276276
### 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+
```
277281

278282
```shell
279283
azd up

0 commit comments

Comments
 (0)