Skip to content

Commit 85c08b5

Browse files
authored
Merge pull request #83939 from zhenlan/patch-25
Update quickstart-resource-manager.md
2 parents 6e521ab + 85776bd commit 85c08b5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ If your environment meets the prerequisites and you're familiar with using ARM t
2828

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

31+
## Authorization
32+
33+
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.
34+
35+
> [!NOTE]
36+
> 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).
37+
3138
## Review the template
3239

3340
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/app-configuration-store-kv/). It creates a new App Configuration store with two key-values inside. It then uses the `reference` function to output the values of the two key-value resources. Reading the key's value in this way allows it to be used in other places in the template.
@@ -62,9 +69,6 @@ Two Azure resources are defined in the template:
6269
> az appconfig update -g MyResourceGroup -n MyAppConfiguration --enable-public-network true
6370
> ```
6471
65-
> [!NOTE]
66-
> There is a limitation where key-value data access inside an ARM template is disabled if access key authentication is disabled. See [disable access key authentication](./howto-disable-access-key-authentication.md#limitations) for more details.
67-
6872
## Deploy the template
6973
7074
Select the following image to sign in to Azure and open a template. The template creates an App Configuration store with two key-values inside.

0 commit comments

Comments
 (0)