Skip to content

Commit 2870224

Browse files
Merge pull request #271806 from Muksvso/master
updated the refresh note in App Config references doc
2 parents bb2d2b0 + c89c083 commit 2870224

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ Alternatively without any `Label`:
8383
@Microsoft.AppConfiguration(Endpoint=https://myAppConfigStore.azconfig.io; Key=myAppConfigKey)​
8484
```
8585
86-
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.
86+
Any configuration change to the app that results in a site restart causes an immediate re-fetch of all referenced key-values from the App Configuration store.
87+
88+
> [!NOTE]
89+
> Automatic refresh/re-fetch of these values when the key-values have been updated in App Configuration, is not currently supported.
8790
8891
## Source Application Settings from App Config
8992

0 commit comments

Comments
 (0)