You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
16
16
17
17
-[ARM template](./quickstart-resource-manager.md)
18
18
-[Bicep](./quickstart-bicep.md)
@@ -31,7 +31,7 @@ To learn more about Azure RBAC and Microsoft Entra ID, see [Authorize access to
31
31
32
32
## Manage Azure App Configuration data in deployment
33
33
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.
35
35
36
36
### ARM authentication mode
37
37
@@ -75,7 +75,7 @@ If all of these criteria are met, then deployments accessing App Configuration d
75
75
76
76
# [Azure portal](#tab/portal)
77
77
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:
79
79
80
80
1. Navigate to your Azure App Configuration resource in the Azure portal
81
81
2. Locate the **Networking** setting under **Settings**
0 commit comments