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
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-resource-manager.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,13 @@ If your environment meets the prerequisites and you're familiar with using ARM t
28
28
29
29
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
30
30
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
+
31
38
## Review the template
32
39
33
40
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:
62
69
> az appconfig update -g MyResourceGroup -n MyAppConfiguration --enable-public-network true
63
70
> ```
64
71
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
-
68
72
## Deploy the template
69
73
70
74
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