Skip to content

Commit 1b5e729

Browse files
committed
add details for app configuration reference
1 parent 271f8c5 commit 1b5e729

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-app-configuration/howto-import-export-data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ From the Azure portal:
208208
| Resource group | Select a resource group that contains the App Service with configuration to import. | *my-resource-group* |
209209
| Resource | Select the App Service that contains the configuration you want to import. | *my-app-service* |
210210
211+
1. The "Update settings to reference" option is used to update settings in App Service. If checked, the configuration settings in your App Services resource will be updated to App Configuration references. That would be helpful to keep consistent between App Configuration key-value pair and App Services configuration settings. If not checked, no changes to your App Services resource.
212+
211213
1. Fill out the next part of the form:
212214
213215
| Parameter | Description | Example |
@@ -446,7 +448,7 @@ From the Azure portal, follow these steps:
446448
447449
1. Select the **Export** radio button and under **Target type**, select **App Services**.
448450
449-
1. The "Export as reference" option is checked by default. This option exports key-values as a reference to the latest revision.
451+
1. The "Export as reference" option is checked by default. When it's checked, the exported key-values are indicated as App Configuration references in your App Service resource configuration settings. Since it's a reference, it will always get the latest value from App Configuration.
450452
451453
1. Fill out the form with the following parameters:
452454

0 commit comments

Comments
 (0)