Skip to content

Commit 9109b34

Browse files
author
Mukta Batra
committed
fixing typos
1 parent b7c9828 commit 9109b34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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 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..
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.
@@ -69,7 +69,7 @@ Alternatively without any `Label`:
6969
@Microsoft.AppConfiguration(Endpoint=https://myAppConfigStore.azconfig.io; Key=myAppConfigKey)​
7070
```
7171
72-
Any configuration changes to the app that results in a site restart causes an immediate refetch of all referenced key-values from the App Configuration store.
72+
Any configuration change to the app that results in a site restart causes an immediate refetch of all referenced key-values from the App Configuration store.
7373
7474
## Source Application Settings from App Config
7575

0 commit comments

Comments
 (0)