Skip to content

Commit 0c6d307

Browse files
docs: Added Note related to AZD issues with 1.17.0 version
1 parent 5ecb399 commit 0c6d307

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/github_code_spaces_steps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ You can run this solution using GitHub Codespaces. The button will open a web-ba
4545

4646
10. Now start the deployment of the infrastructure by typing the command “azd up”
4747

48+
> ⚠️ **Note:** The latest version of the Azure Developer CLI (AZD) is currently limited on prompting for missing parameters. The feature flag parameters in this solution have been temporarily defaulted to `'disabled'` until this limitation is lifted and prompting will resume.
49+
4850
![image showing the terminal in vs code](../img/provisioning/azd_provision_terminal.png)
4951

5052
This step will allow you to choose from the subscriptions you have available, based on the account you logged in with in the login step. Next it will prompt you for the region to deploy the resources into as well as any additional Azure resources to be provisioned and configured.

docs/local_environment_steps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ azd env new '<app name>'
3030
```
3131

3232
Optionally set environment variables via the following commands:
33-
3433
```powershell
3534
azd env set 'AZURE_VM_ADMIN_PASSWORD' '<secure password>'
3635
```
3736

3837
# Deploy
3938

39+
> ⚠️ **Note:** The latest version of the Azure Developer CLI (AZD) is currently limited on prompting for missing parameters. The feature flag parameters in this solution have been temporarily defaulted to `'disabled'` until this limitation is lifted and prompting will resume.
40+
4041
To provision the necessary Azure resources and deploy the application, run the azd up command:
4142
```powershell
4243
azd up

0 commit comments

Comments
 (0)