Skip to content

Commit 3361516

Browse files
committed
edit
1 parent 298f220 commit 3361516

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ There are different types of certificates that need to be taken into considerati
1414

1515
| Certificate type | Exportable | Comments |
1616
| ----- | ----- | ----- |
17-
| [App Service managed](../../app-service/configure-ssl-certificate.md#import-an-app-service-certificate) | No | Recreate these certificates in the new region. |
18-
| [Azure Key Vault managed](../../app-service/configure-ssl-certificate.md#import-a-certificate-from-key-vault) | Yes | These certificates can be [exported from Key Vault](../../key-vault/certificates/how-to-export-certificate.md) and then [imported into Key Vault](../../key-vault/certificates/tutorial-import-certificate.md) in the new region. |
19-
| Private key (self-managed) | Yes | Certificates you acquired outside of Azure can be exported from App Service and then imported either into the new app or [into Key Vault](../../key-vault/certificates/tutorial-import-certificate.md) in the new region. |
17+
| [App Service managed](/azure/app-service/configure-ssl-certificate#import-an-app-service-certificate) | No | Recreate these certificates in the new region. |
18+
| [Azure Key Vault managed](/azure/app-service/configure-ssl-certificate#import-a-certificate-from-key-vault) | Yes | These certificates can be [exported from Key Vault](/azure/key-vault/certificates/how-to-export-certificate) and then [imported into Key Vault](/azure/key-vault/certificates/tutorial-import-certificate) in the new region. |
19+
| Private key (self-managed) | Yes | Certificates you acquired outside of Azure can be exported from App Service and then imported either into the new app or [into Key Vault](/azure/key-vault/certificates/tutorial-import-certificate) in the new region. |
2020
| Public key | No | Your app might have certificates with only a public key and no secret, which are used to access other secured endpoints. Obtain the required public key certificate files and import them into the app in the new region. |
2121

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ ms.author: anaharris
1010

1111
- 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.
1212

13-
- 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.
13+
- Existing [Key Vault references](/azure/app-service/app-service-key-vault-references) can't be exported across an Azure geographical boundary. You must recreate any required references in the new region.
1414

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.
15+
- Your app configuration might be managed by [Azure App Configuration](/azure/azure-app-configuration/overview) 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)