We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd3160 commit 9093f54Copy full SHA for 9093f54
1 file changed
docs/add_additional_services.md
@@ -19,10 +19,9 @@ You can set the values as an env variable within the code
19
azd env set AZURE_API_MANAGEMENT_ENABLED true
20
```
21
22
-Additionally, within the infra/ folder you can modify the main.parameters.json file to set the value to
+Additionally, within the infra/ folder you can modify the main.parameters.json file to set the value to true by default.
23
```json
24
"apiManagementEnabled": {
25
"value": "${AZURE_API_MANAGEMENT_ENABLED=true}"
26
}
27
-```
28
-if you plan to deploy with that feature enabled each time you deploy this solution.
+```
0 commit comments