Skip to content

Commit f229fdd

Browse files
author
Mukta Batra
committed
fixing the ARM template and adding the doc in Functions
1 parent 06fe122 commit f229fdd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/app-service/app-service-app-config-references.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To get started with using App Configuration references in App Service, you'll fi
2323

2424
App Configuration references will use the app's system assigned identity by default, but you can [specify a user-assigned identity](#access-app-configuration-store-with-a-user-assigned-identity).
2525

26-
1. Enable the newly created identity to have the right set of access permissions on the App Configuration store. Update [Access Control for App Config](../azure-app-configuration/howto-integrate-azure-managed-service-identity.md#grant-access-to-app-configuration). You'll be assigning `App Configuration Data Reader` role to this identity.
26+
1.Enable the newly created identity to have the right set of access permissions on the App Configuration store. Update the [role assignments for your store](../azure-app-configuration/howto-integrate-azure-managed-service-identity.md#grant-access-to-app-configuration). You'll be assigning `App Configuration Data Reader` role to this identity, scoped over the resource..
2727

2828
> [!NOTE]
2929
> App Configuration references do not yet support network-restricted configuration stores.
@@ -121,7 +121,7 @@ Below is an example pseudo-template for a function app with App Configuration re
121121
"FontNameKey": "FontName",
122122
"FontColorKey": "FontColor",
123123
"myLabel": "Test",
124-
"App Configuration Data Reader": "516239f1-63e1-4d78-a4de-a74fb236a071"
124+
"App Configuration Data Reader": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Authorization/roleDefinitions/', '516239f1-63e1-4d78-a4de-a74fb236a071')]"
125125
},
126126
"resources": [
127127
{

articles/azure-functions/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@
403403
- name: Manage a function app
404404
href: functions-how-to-use-azure-function-app-settings.md
405405
displayName: app setting, application setting
406+
- name: Reference app settings from App Configuration (preview)
407+
href: app-service-app-config-references.md
406408
- name: Set the runtime version
407409
href: set-runtime-version.md
408410
- name: Disable a function

0 commit comments

Comments
 (0)