Skip to content

Commit 9f320b2

Browse files
Update for correctness
1 parent c951ac5 commit 9f320b2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/azure-app-configuration/quickstart-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2626

2727
## Authorization
2828

29-
Managing Azure App Configuration resource inside a Bicep file requires Azure Resource Manager role, such as contributor or owner. Accessing Azure App Configuration data (key-values, snapshots) requires additional Azure App Configuration [data plane roles](concept-enable-rbac.md) under [pass-through](./quickstart-deployment-overview.md#arm-authentication-mode) ARM authentication mode.
29+
Managing Azure App Configuration resource inside a Bicep file requires Azure Resource Manager role, such as contributor or owner. Accessing Azure App Configuration data (key-values, snapshots) requires Azure Resource Manager role and Azure App Configuration [data plane role](concept-enable-rbac.md) under [pass-through](./quickstart-deployment-overview.md#arm-authentication-mode) ARM authentication mode.
3030

3131
## Review the Bicep file
3232

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Deployment overview
33
titleSuffix: Azure App Configuration
44
description: Learn how to use Azure App Configuration in deployment.
5-
author: maud-lv
5+
author: haiyiwen
66
ms.author: haiyiwen
77
ms.date: 03/15/2024
88
ms.service: azure-app-configuration
@@ -26,7 +26,7 @@ You must have permissions to manage Azure App Configuration resources. Azure rol
2626
To learn more about Azure RBAC and Microsoft Entra ID, see [Authorize access to Azure App Configuration using Microsoft Entra ID](./concetp-enable-rbac.md).
2727

2828
## Manage Azure App Configuration data in deployment
29-
Azure App Configuration data, such as key-values and snapshots, can be managed in deployment. It's recommended to configure **Pass-through** ARM authentication mode to require proper Azure App Configuration data plane authorization.
29+
Azure App Configuration data, such as key-values and snapshots, can be managed in deployment. It is recommended to configure **Pass-through** ARM authentication mode to require proper Azure App Configuration data plane authorization.
3030

3131
### ARM authentication mode
3232
# [Azure portal](#tab/portal)
@@ -52,7 +52,7 @@ In addition to the permissions required for managing Azure App Configuration res
5252
- App Configuration Data Owner
5353
- App Configuration Data Reader
5454

55-
To learn more about Azure RBAC and Microsoft Entra ID, see [Authorize access to Azure App Configuration using Microsoft Entra ID](./concetp-enable-rbac.md)
55+
To learn more about Azure RBAC and Microsoft Entra ID, see [Authorize access to Azure App Configuration using Microsoft Entra ID](./concetp-enable-rbac.md).
5656

5757
### ARM private access
5858
[Azure Resource Management Private Link](../../includes/resource-manager-create-rmpl.md) can be set up to restrict access for managing resources in your virtual network. Azure App Configuration supports ARM Private Link access to the App Configuration data under pass-through authentication mode and ARM private access enabled.

articles/azure-app-configuration/quickstart-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3333

3434
## Authorization
3535

36-
Managing Azure App Configuration resource inside an ARM template requires Azure Resource Manager role, such as contributor or owner. Accessing Azure App Configuration data (key-values, snapshots) requires additional Azure App Configuration [data plane roles](concept-enable-rbac.md) under [pass-through](./quickstart-deployment-overview.md#arm-authentication-mode) ARM authentication mode.
36+
Managing Azure App Configuration resource inside an ARM template requires Azure Resource Manager role, such as contributor or owner. Accessing Azure App Configuration data (key-values, snapshots) requires Azure Resource Manager role and Azure App Configuration [data plane role](concept-enable-rbac.md) under [pass-through](./quickstart-deployment-overview.md#arm-authentication-mode) ARM authentication mode.
3737

3838
## Review the template
3939

0 commit comments

Comments
 (0)