Skip to content

Commit 84c72ef

Browse files
Update link and quick start
1 parent 46f3c49 commit 84c72ef

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ This quickstart describes how you can use Bicep to:
2424

2525
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2626

27+
## Authorization
28+
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) with [pass-through](./quickstart-deployment-overview.md#arm-authentication-mode) ARM authentication mode.
30+
2731
## Review the Bicep file
2832

2933
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/app-configuration-store-kv/).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You must have permissions to read and manage Azure App Configuration data during
5757
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)
5858

5959
### ARM prviate access
60-
[Azure Resource Management Private Link]() 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 with pass-through authentication mode and ARM private access enabled.
60+
[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 with pass-through authentication mode and ARM private access enabled.
6161

6262
# [Azure portal](#tab/portal)
6363

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

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

3434
## Authorization
3535

36-
Accessing key-value data inside an ARM template requires an Azure Resource Manager role, such as contributor or owner. Access via one of the Azure App Configuration [data plane roles](concept-enable-rbac.md) currently is not supported.
37-
38-
> [!NOTE]
39-
> Key-value data access inside an ARM template is disabled if access key authentication is disabled. For more information, see [disable access key authentication](./howto-disable-access-key-authentication.md#limitations).
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) with [pass-through](./quickstart-deployment-overview.md#arm-authentication-mode) ARM authentication mode.
4037

4138
## Review the template
4239

0 commit comments

Comments
 (0)