Skip to content

Commit e0e0cbc

Browse files
authored
Update app-service-configuration.md
1 parent 5132b02 commit e0e0cbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/operational-excellence/includes/app-service-configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
author: anaharris-ms
33
ms.service: app-service
44
ms.topic: include
5-
ms.date: 08/08/2024
5+
ms.date: 08/12/2024
66
ms.author: anaharris
77
---
88

99
### Configuration
1010

11+
- You can capture a snapshot of the existing app settings and connection strings from the Azure portal. Expand **Settings** > **Environment variables**, select **Advanced edit** under either **App settings** or **Connections strings** and save the JSON output that contains the existing settings or connections. You need to recreate these settings in the new region, but the values themselves are likely to change as a result of subsequent region changes in the connected services.
12+
1113
- Existing [Key Vault references](../app-service/app-service-key-vault-references.md) can't be exported across an Azure geographical boundary. You must recreate any required references in the new region.
1214

13-
- Your app configuration might be managed by [Azure App Configuration](../azure-app-configuration/overview.md) or from some other central (downstream) database dependency. Review any App Configuration store or similar stores for environment and region-specific settings that might require modifications.
15+
- Your app configuration might be managed by [Azure App Configuration](../azure-app-configuration/overview.md) or from some other central (downstream) database dependency. Review any App Configuration store or similar stores for environment and region-specific settings that might require modifications.

0 commit comments

Comments
 (0)