Skip to content

Commit 17e4540

Browse files
mswantek68Copilot
andauthored
Update docs/add_additional_services.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8290443 commit 17e4540

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/add_additional_services.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ These 'feature flags' leverage true/false values to either enable or disable (de
1212
| `acrEnabled` | Enables Azure Container Registry (ACR) integration. | Set the environment variable `AZURE_ACR_ENABLED` to `true`. |
1313
| `apiManagementEnabled` | Enables API Management integration. | Set the environment variable `AZURE_API_MANAGEMENT_ENABLED` to `true`. |
1414

15-
To enable these features during the deplpoyment of your Foundry services, simply set the value to 'true' when prompted. This will the add that selected feature into the deployment and the features will integrate to the virtual network, private endpoints, and dns zones.
16-
15+
To enable these features during the deployment of your Foundry services, simply set the value to 'true' when prompted. This will add the selected feature during deployment, integrating it with the virtual network, private endpoints, and DNS zones.
1716
You can set the values as an env variable within the code
1817
```powershell
1918
azd env set AZURE_API_MANAGEMENT_ENABLED true

0 commit comments

Comments
 (0)