Skip to content

Commit 248b076

Browse files
authored
Merge pull request #112850 from MikeDodaro/customDomainFix
Spell out DNS acronym per style guide.
2 parents 696a2c5 + 5b7da20 commit 248b076

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/spring-cloud/spring-cloud-tutorial-custom-domain.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: "Tutorial - Use custom domain with Azure Spring Cloud"
3-
description: How to map an existing custom DNS name to Azure Spring Cloud
2+
title: "Tutorial - Map an existing custom domain to Azure Spring Cloud"
3+
description: How to map an existing custom Distributed Name Service (DNS) name to Azure Spring Cloud
44
author: MikeDodaro
55
ms.service: spring-cloud
66
ms.topic: tutorial
77
ms.date: 03/19/2020
88
ms.author: brendm
99

1010
---
11-
# Map an existing custom DNS name to Azure Spring Cloud
12-
This tutorial maps a domain, such as www.contoso.com, using a CNAME record. It secures the custom domain with a certificate and shows how to enforce Transport Layer Security (TLS), also known as Secure Sockets Layer (SSL).
11+
# Map an existing custom domain to Azure Spring Cloud
12+
Distributed Name Service (DNS) is a technique for storing network node names throughout a network. This tutorial maps a domain, such as www.contoso.com, using a CNAME record. It secures the custom domain with a certificate and shows how to enforce Transport Layer Security (TLS), also known as Secure Sockets Layer (SSL).
1313

1414
Certificates encrypt web traffic. These TLS/SSL certificates can be stored in Azure Key Vault.
1515

0 commit comments

Comments
 (0)