Skip to content

Commit 0256178

Browse files
Address comments
1 parent 30f93e4 commit 0256178

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
34.3 KB
Loading

articles/azure-app-configuration/quickstart-deployment-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: subject-armqs, mode-arm, devx-track-bicep
1212

1313
# Deployment
1414

15-
Azure App Configuration supports the following methods to read and manage your configuration for deployment:
15+
Azure App Configuration supports the following methods to read and manage your configuration during deployment:
1616

1717
- [ARM template](./quickstart-resource-manager.md)
1818
- [Bicep](./quickstart-bicep.md)
@@ -31,7 +31,7 @@ To learn more about Azure RBAC and Microsoft Entra ID, see [Authorize access to
3131

3232
## Manage Azure App Configuration data in deployment
3333

34-
Azure App Configuration data, such as key-values and snapshots, can be managed in deployment. When managing App Configuration data using this method, it is recommended to set your configuration store's ARM authentication mode to **Pass-through**. This ensures that data access requires a combination of data plane and ARM management roles as well as ensuring that data access can be properly attributed to the deployment caller for audit purpose.
34+
Azure App Configuration data, such as key-values and snapshots, can be managed in deployment. When managing App Configuration data using this method, it is recommended to set your configuration store's ARM authentication mode to **Pass-through**. This ensures that data access requires a combination of data plane and ARM management roles as well as ensuring that data access can be properly attributed to the deployment caller for auditing purpose.
3535

3636
### ARM authentication mode
3737

@@ -75,7 +75,7 @@ If all of these criteria are met, then deployments accessing App Configuration d
7575

7676
# [Azure portal](#tab/portal)
7777

78-
To enable the ARM private access of an Azure App Configuration resource in the Azure portal, follow these steps:
78+
To enable ARM private network access for an Azure App Configuration resource in the Azure portal, follow these steps:
7979

8080
1. Navigate to your Azure App Configuration resource in the Azure portal
8181
2. Locate the **Networking** setting under **Settings**

0 commit comments

Comments
 (0)