Skip to content

Commit 227fc88

Browse files
committed
link
1 parent 637cf57 commit 227fc88

12 files changed

+12
-12
lines changed

articles/app-service/app-service-web-configure-tls-mutual-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: devx-track-csharp, devx-track-extended-java, devx-track-js, devx-trac
1515

1616
# Configure TLS mutual authentication in Azure App Service
1717

18-
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs-note.md)]
18+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
1919

2020
You can restrict access to your Azure App Service app by enabling various types of authentication for the app. One way to set up authentication is to request a client certificate when the client request is sent by using Transport Layer Security (TLS) / Secure Sockets Layer (SSL) and to validate the certificate. This mechanism is called *mutual authentication* or *client certificate authentication*. This article shows how to set up your app to use client certificate authentication.
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: msangapu-msft
1313

1414
# Set up an existing custom domain in Azure App Service
1515

16-
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs-note.md)]
16+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
1717

1818
[Azure App Service](overview.md) provides a highly scalable, self-patching web hosting service. This guide shows you how to map an existing custom Domain Name System (DNS) name to App Service. To migrate a live site and its DNS domain name to App Service with no downtime, see [Migrate an active DNS name to Azure App Service](manage-custom-dns-migrate-domain.md).
1919

articles/app-service/configure-domain-traffic-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: msangapu
1212

1313
[!INCLUDE [web-selector](../../includes/websites-custom-domain-selector.md)]
1414

15-
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs-note.md)]
15+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
1616

1717
When you use [Azure Traffic Manager](../traffic-manager/index.yml) to load balance traffic to [Azure App Service](overview.md), the App Service app can be accessed using **\<traffic-manager-endpoint>.trafficmanager.net**. You can assign a custom domain name, such as www\.contoso.com, with your App Service app in order to provide a more recognizable domain name for your users.
1818

articles/app-service/configure-ssl-app-service-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: msangapu-msft
1313

1414
# Buy and manage App Service certificates
1515

16-
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs-note.md)]
16+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
1717

1818
This article shows you how to create an Azure App Service certificate and perform management tasks like renewing, synchronizing, and deleting certificates. After you have an App Service certificate, you can then import it into an App Service app. An App Service certificate is a private certificate that Azure manages. It combines the simplicity of automated certificate management and the flexibility of renewal and export options.
1919

articles/app-service/configure-ssl-bindings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: msangapu-msft
1313
---
1414
# Enable HTTPS for a custom domain in Azure App Service
1515

16-
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs-note.md)]
16+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
1717

1818
This article shows you how to provide security for the [custom domain](app-service-web-tutorial-custom-domain.md) in your [Azure App Service app](./index.yml) or [function app](../azure-functions/index.yml) by creating a certificate binding. When you're finished, you can access your App Service app at the `https://` endpoint for your custom Domain Name System (DNS) name. An example is `https://www.contoso.com`.
1919

articles/app-service/configure-ssl-certificate-in-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: msangapu-msft
1212

1313
# Use TLS/SSL certificates in your application code
1414

15-
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs-note.md)]
15+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
1616

1717
In your application code, you can access the [public or private certificates that you add to Azure App Service](configure-ssl-certificate.md). Your app code might act as a client and access an external service that requires certificate authentication. It might also need to perform cryptographic tasks. This article shows how to use public or private certificates in your application code.
1818

articles/app-service/configure-ssl-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: msangapu-msft
1313

1414
# Add and manage TLS/SSL certificates in Azure App Service
1515

16-
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs-note.md)]
16+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
1717

1818
You can add digital security certificates to [use in your application code](configure-ssl-certificate-in-code.md) or to [help secure custom Domain Name System (DNS) names](configure-ssl-bindings.md) in [Azure App Service](overview.md). App Service provides a highly scalable, self-patching web hosting service. The certificates are currently called Transport Layer Security (TLS) certificates. They were previously known as Secure Sockets Layer (SSL) certificates. These private or public certificates help you to secure internet connections. The certificates encrypt data sent between your browser, websites that you visit, and the website server.
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: msangapu-msft
1010
---
1111
# Buy and manage an App Service domain
1212

13-
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs-note.md)]
13+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
1414

1515
App Service domains are custom domains that are managed directly in Azure. They make it easy to manage custom domains for [Azure App Service](overview.md). This article shows you how to buy an App Service domain and configure an App Service app with it.
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 02/14/2025
1111
---
1212
# Migrate an existing domain to Azure App Service
1313

14-
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs-note.md)]
14+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
1515

1616
This article shows you how to migrate an active DNS name to [Azure App Service](../app-service/overview.md) without any downtime.
1717

articles/app-service/overview-custom-domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-app-service
99
---
1010
# Overview: Use custom domain names with Azure App Service
1111

12-
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs-note.md)]
12+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
1313

1414
Azure App Service enables you to host web apps on a fully managed platform. By default, apps hosted on Azure App Service are assigned a domain name like `myapp-00000.westus.azurewebsites.net`. However, for most production applications, you’ll want to use your own **domain name** (e.g., `www.contoso.com`) to create a professional, branded web presence. This is referred to as adding a **custom domain** to your app.
1515

0 commit comments

Comments
 (0)