Skip to content

Commit 4cb186f

Browse files
committed
update buy domain article and reshoot screenshots
1 parent 4935285 commit 4cb186f

9 files changed

+64
-113
lines changed

articles/app-service/app-service-web-tutorial-custom-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The DNS record type you need to add with your domain provider depends on the dom
2222
| [Wildcard](https://en.wikipedia.org/wiki/Wildcard_DNS_record) | *.contoso.com | [CNAME record](https://en.wikipedia.org/wiki/CNAME_record). |
2323

2424
> [!NOTE]
25-
> For an end-to-end tutorial that shows you how to configure a `www` subdomain and a managed certificate, see [Tutorial: Secure your Azure App Service app with a custom domain and a managed certificate](app-service-web-tutorial-custom-domain.md).
25+
> For an end-to-end tutorial that shows you how to configure a `www` subdomain and a managed certificate, see [Tutorial: Secure your Azure App Service app with a custom domain and a managed certificate](tutorial-secure-domain-certificate.md).
2626
2727
## Prerequisites
2828

@@ -43,7 +43,7 @@ The DNS record type you need to add with your domain provider depends on the dom
4343
> [!NOTE]
4444
> To configure an App Service domain, see [Buy a custom domain name for Azure App Service](manage-custom-dns-buy-domain.md).
4545
46-
1. For **TLS/SSL certificate**, select **App Service Managed Certificate** if your app is in **Basic** tier or higher. If you want to remain in **Shared** tier, select **Add certificate later**.
46+
1. For **TLS/SSL certificate**, select **App Service Managed Certificate** if your app is in **Basic** tier or higher. If you want to remain in **Shared** tier, or if you want to use your own certificate, select **Add certificate later**.
4747

4848
1. For **TLS/SSL type**, select the binding type you want.
4949

articles/app-service/manage-custom-dns-buy-domain.md

Lines changed: 61 additions & 110 deletions
Large diffs are not rendered by default.
56.5 KB
Loading
69.9 KB
Loading
63.2 KB
Loading
49.5 KB
Loading
19.1 KB
Loading
-28 Bytes
Loading

articles/azure-functions/functions-move-across-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Review and configure the resources identified in the [Prepare](#prepare) step ab
6767
+ Function app names are globally unique in Azure, so the app in the target region can't have the same name as the one in the source region
6868
+ References and application settings that connect your function app to dependencies need to be reviewed and, when needed, updated. For example, when you move a database that your functions call, you must also update the application settings or configuration to connect to the database in the target region. Some application settings such as the Application Insights instrumentation key or the Azure storage account used by the function app can be already be configured on the target region and do not need to be updated
6969
+ Remember to verify your configuration and test your functions in the target region
70-
+ If you had custom domain configured, [remap the domain name](../app-service/manage-custom-dns-migrate-domain.md#remap-the-active-dns-name)
70+
+ If you had custom domain configured, [remap the domain name](../app-service/manage-custom-dns-migrate-domain.md#4-remap-the-active-dns-name)
7171
+ For Functions running on Dedicated plans also review the [App Service Migration Plan](../app-service/manage-move-across-regions.md) in case the plan is shared with web apps
7272

7373
## Clean up source resources

0 commit comments

Comments
 (0)