Skip to content

Commit 4436523

Browse files
Merge pull request #302997 from msangapu-msft/asmc
asmc
2 parents 02ca3fe + 2ed284f commit 4436523

13 files changed

+34
-6
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ 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/managed-certs-note.md)]
19+
1820
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.
1921

2022
> [!NOTE]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ 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/managed-certs-note.md)]
17+
1618
[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).
1719

1820
The DNS record type you need to add with your domain provider depends on the domain you want to add to App Service.

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

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

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

15-
> [!NOTE]
16-
> For Cloud Services, see
17-
[Configuring a custom domain name for an Azure cloud service](../cloud-services/cloud-services-custom-domain-name-portal.md).
15+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
1816

1917
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.
2018

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ author: msangapu-msft
1313

1414
# Buy and manage App Service certificates
1515

16+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
17+
1618
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.
1719

1820
If you purchase an App Service certificate from Azure, Azure manages the following tasks:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ 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/managed-certs-note.md)]
17+
1618
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`.
1719

1820
![Screenshot that shows a web app with a custom TLS/SSL certificate.](./media/configure-ssl-bindings/app-with-custom-ssl.png)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ author: msangapu-msft
1212

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

15+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
16+
1517
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.
1618

1719
This approach to using certificates in your code makes use of the Transport Layer Security (TLS) functionality in App Service, which requires your app to be in the Basic tier or higher. If your app is in the Free or Shared tier, you can [include the certificate file in your app repository](#load-a-certificate-from-a-file).

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ 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/managed-certs-note.md)]
17+
1618
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.
1719

1820
The following table lists the options for you to add certificates in App Service.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
author: msangapu
3+
ms.service: azure-app-service
4+
ms.topic: include
5+
ms.date: 07/18/2025
6+
ms.author: msangapu
7+
---
8+
9+
> [!IMPORTANT]
10+
> Starting July 28, 2025, changes to App Service **Managed Certificates** (ASMC) will impact how certificates are issued and renewed in certain scenarios. While most customers don’t need to take action, we recommend reviewing our [ASMC detailed blog post](https://go.microsoft.com/fwlink/?linkid=2328307) for more information.
11+
>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ author: msangapu-msft
1010
---
1111
# Buy and manage an App Service domain
1212

13+
[!INCLUDE [app-service-managed-certificate](./includes/managed-certs/managed-certs-note.md)]
14+
1315
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.
1416

1517
## Prerequisites

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ 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/managed-certs-note.md)]
15+
1416
This article shows you how to migrate an active DNS name to [Azure App Service](../app-service/overview.md) without any downtime.
1517

1618
When you migrate a live site and its DNS domain name to App Service, that DNS name is already serving live traffic. You can avoid downtime in DNS resolution during the migration by preemptively binding the active DNS name to your App Service app.

0 commit comments

Comments
 (0)