Skip to content

Commit 4aa4c8d

Browse files
author
Mukta Batra
committed
updated the refresh note in APp Config references doc
1 parent 9e41656 commit 4aa4c8d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use App Configuration references (Preview)
2+
title: Use App Configuration references
33
description: Learn how to set up Azure App Service and Azure Functions to use Azure App Configuration references. Make App Configuration key-values available to your application code without changing it.
44
author: muksvso
55

@@ -9,7 +9,7 @@ ms.author: mubatra
99

1010
---
1111

12-
# Use App Configuration references for App Service and Azure Functions (preview)
12+
# Use App Configuration references for App Service and Azure Functions
1313

1414
This topic shows you how to work with configuration data in your App Service or Azure Functions application without requiring any code changes. [Azure App Configuration](../azure-app-configuration/overview.md) is a service to centrally manage application configuration. Additionally, it's an effective audit tool for your configuration values over time or releases.
1515

@@ -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)