Skip to content

Commit 7432c17

Browse files
committed
Merge branch 'main' into release-movingcycleclouddocs
2 parents b0f069c + 8da0465 commit 7432c17

File tree

158 files changed

+1160
-1195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+1160
-1195
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Configure TLS mutual authentication
3-
description: Learn how to authenticated client certificates on TLS. Azure App Service can make the client certificate available to the app code for verification.
4-
2+
title: Set up TLS mutual authentication
3+
description: Learn how to set up TLS mutual authentication in Azure App Service for secure two-way communication between client and server.
4+
keywords: TLS mutual authentication, Azure App Service security, secure client-server communication
55
author: msangapu-msft
66
ms.author: msangapu
77
ms.assetid: cd1d15d3-2d9e-4502-9f11-a306dac4453a
88
ms.topic: article
9-
ms.date: 06/21/2024
9+
ms.date: 02/14/2025
1010
ms.devlang: csharp
1111
ms.custom: devx-track-csharp, devx-track-extended-java, devx-track-js, devx-track-python
1212
---
13-
# Configure TLS mutual authentication for Azure App Service
13+
# Configure TLS mutual authentication in Azure App Service
1414

1515
You can restrict access to your Azure App Service app by enabling different types of authentication for it. One way to do it is to request a client certificate when the client request is over TLS/SSL and validate the certificate. This mechanism is called Transport Layer Security (TLS) mutual authentication or client certificate authentication. This article shows how to set up your app to use client certificate authentication.
1616

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: 'Map existing custom DNS name'
3-
description: Learn how to add an existing custom DNS domain name (vanity domain) to a web app, mobile app back end, or API app in Azure App Service.
2+
title: 'Set up an existing custom domain name for your app'
3+
description: Learn how to set up and map an existing custom domain name for your App Service app to improve branding and user access.
44
keywords: app service, azure app service, domain mapping, domain name, existing domain, hostname, vanity domain
55

66
ms.assetid: dc446e0e-0958-48ea-8d99-441d2b947a7c
77
ms.topic: how-to
8-
ms.date: 08/27/2024
8+
ms.date: 02/14/2025
99
ms.custom: mvc
1010
ms.author: msangapu
1111
author: msangapu-msft
1212
---
1313

14-
# Map an existing custom DNS name to Azure App Service
14+
# Set up an existing custom domain in Azure App Service
1515

1616
[!INCLUDE [regionalization-note](./includes/regionalization-note.md)]
1717

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: Configure DNS names with Traffic Manager
3-
description: Learn how to configure a custom domain for an Azure App Service app that integrates with Traffic Manager for load balancing.
2+
title: Set up Traffic Manager for your domain
3+
description: Discover how to use Azure Traffic Manager with a custom domain to improve app performance and global availability.
4+
keywords: Azure Traffic Manager, custom domain, load balancing, Azure App Service, traffic management
45
ms.assetid: 0f96c0e7-0901-489b-a95a-e3b66ca0a1c2
56
ms.topic: article
6-
ms.date: 03/05/2020
7+
ms.date: 02/14/2025
78
author: msangapu-msft
89
ms.author: msangapu
910
---
10-
# Configure a custom domain name in Azure App Service with Traffic Manager integration
11+
# Configure Traffic Manager for your Azure App Service domain
1112

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

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
2-
title: Add and manage App Service certificates
3-
description: Create an App Service certificate and manage it. Renew, synchronize, and delete App Service certificates.
2+
title: Manage App Service certificates
3+
description: Learn how to purchase and manage App Service certificates for your custom domain in Azure App Service.
4+
keywords: App Service certificate, buy SSL certificate, Azure security, domain encryption
45
tags: buy-ssl-certificates
56

67
ms.topic: tutorial
7-
ms.date: 08/27/2024
8+
ms.date: 02/15/2025
89
ms.reviewer: yutlin
910
ms.author: msangapu
1011
author: msangapu-msft
1112
---
1213

13-
# Create and manage an App Service certificate for your web app
14+
# Buy and manage App Service certificates
1415

1516
This article shows how to create an App Service certificate and perform management tasks like renewing, synchronizing, and deleting certificates. Once 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's managed by Azure. It combines the simplicity of automated certificate management and the flexibility of renewal and export options.
1617

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
2-
title: Secure a custom DNS with a TLS/SSL binding
3-
description: Help secure HTTPS access to your custom domain by creating a TLS/SSL binding with a certificate. Improve your website's security by enforcing HTTPS or TLS 1.2.
2+
title: Secure your domain with TLS/SSL
3+
description: Secure your custom domain in Azure App Service by enabling HTTPS with a TLS/SSL certificate for improved security and trust.
4+
keywords: TLS/SSL certificate, secure domain, HTTPS, Azure App Service, domain security
45
tags: buy-ssl-certificates
56
ms.custom: devx-track-azurepowershell
67

78
ms.topic: how-to
8-
ms.date: 09/16/2024
9+
ms.date: 02/14/2025
910
ms.reviewer: yutlin
1011
ms.author: msangapu
1112
author: msangapu-msft
1213
---
13-
# Provide security for a custom DNS name with a TLS/SSL binding in App Service
14+
# Enable HTTPS for a custom domain in Azure App Service
1415

1516
This article shows you how to provide security for the [custom domain](app-service-web-tutorial-custom-domain.md) in your [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 DNS name (for example, `https://www.contoso.com`).
1617

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2-
title: Use a TLS/SSL certificate in code
3-
description: Learn how to use client certificates in your code. Authenticate with remote resources with a client certificate, or run cryptographic tasks with them.
2+
title: Use TLS/SSL certificates in app code
3+
description: Understand how to use TLS/SSL certificates in your application code to secure connections in Azure App Service.
4+
keywords: TLS/SSL in code, secure app, HTTPS integration, Azure App Service security
45
ms.topic: article
56
ms.custom: linux-related-content
6-
ms.date: 05/01/2024
7+
ms.date: 02/14/2025
78
ms.reviewer: yutlin
89
ms.author: msangapu
910
author: msangapu-msft
1011
---
1112

12-
# Use a TLS/SSL certificate in your code in Azure App Service
13+
# Use TLS/SSL certificates in your application code
1314

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

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: Add and manage TLS/SSL certificates
3-
description: Create a free certificate, import an App Service certificate, import a Key Vault certificate, or buy an App Service certificate in Azure App Service.
2+
title: Install a TLS/SSL certificate for Your App
3+
description: Step-by-step guide to adding and managing TLS/SSL certificates in Azure App Service to secure your custom domain.
4+
keywords: TLS/SSL certificate installation, Azure security, HTTPS setup, custom domain security
45
tags: buy-ssl-certificates
56

67
ms.topic: tutorial
7-
ms.date: 09/19/2024
8+
ms.date: 02/14/2025
89
ms.reviewer: yutlin
910
ms.author: msangapu
1011
author: msangapu-msft

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: Buy a custom domain
3-
description: Learn how to buy an App Service domain and use it as a custom domain for your app Azure App Service.
2+
title: Buy and configure an App Service domain
3+
description: Learn how to buy and configure a domain name in Azure App Service to create a personalized web address for your app.
4+
keywords: buy domain, Azure domain management, custom domain setup, Azure App Service domain
45
ms.assetid: 70fb0e6e-8727-4cca-ba82-98a4d21586ff
56
ms.topic: how-to
6-
ms.date: 08/28/2024
7+
ms.date: 02/14/2025
78
ms.author: msangapu
89
author: msangapu-msft
910
---
10-
# Buy an App Service domain and configure an app with it
11+
# Buy and manage an App Service domain
1112

1213
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.
1314

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
title: Migrate an active DNS name
3-
description: Learn how to migrate a custom DNS domain name that is already assigned to a live site to Azure App Service without any downtime.
2+
title: Migrate an active domain
3+
description: Learn how to migrate your active domain to Azure App Service and maintain seamless connectivity for your app users.
4+
keywords: domain migration, Azure App Service, move domain, custom domain transfer
45
tags: top-support-issue
56
author: msangapu-msft
67
ms.author: msangapu
78
ms.assetid: 10da5b8a-1823-41a3-a2ff-a0717c2b5c2d
89
ms.topic: article
9-
ms.date: 01/31/2023
10+
ms.date: 02/14/2025
1011
---
11-
# Migrate an active DNS name to Azure App Service
12+
# Migrate an existing domain to Azure App Service
1213

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

articles/app-service/overview-tls.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Transport Layer Security (TLS) overview
3-
description: Learn about Transport Layer Security (TLS) on App Service.
4-
keywords: app service, azure app service, tls, transport layer security, support, web app, troubleshooting,
2+
title: Overview of TLS/SSL
3+
description: Get an overview of TLS/SSL certificates in Azure App Service and understand how they secure your custom domains.
4+
keywords: TLS/SSL certificates, Azure App Service security, HTTPS overview, domain encryption
55
ms.topic: article
66
ms.date: 02/18/2025
77
ms.author: msangapu
88
author: msangapu-msft
99
ms.custom: UpdateFrequency3
1010
ms.collection: ce-skilling-ai-copilot
1111
---
12-
# Azure App Service TLS overview
12+
# TLS/SSL certificates for Azure App Service
1313

1414
> [!NOTE]
1515
> The [retirement of TLS 1.1 and 1.0 on Azure services](https://azure.microsoft.com/updates/azure-support-tls-will-end-by-31-october-2024-2/) doesn't affect applications running on App Service or Azure Functions. Applications on either App Service or Azure Functions configured to accept TLS 1.0 or TLS 1.1 for incoming requests **will continue to run unaffected**.

0 commit comments

Comments
 (0)