Skip to content

Commit 4bd4e62

Browse files
committed
SEO improvements and fixed markdown
1 parent cf38a50 commit 4bd4e62

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/dns/dns-web-sites-custom-domain.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Tutorial: Create custom Azure DNS records for a web app'
3-
description: In this tutorial, you learn how to create custom domain DNS records for web apps using Azure DNS.
2+
title: 'Tutorial: Create Custom Azure DNS Records For a Web App'
3+
description: Learn to create custom DNS records in Azure DNS for web apps. Configure A, TXT, and CNAME records to enable custom domains. Includes PowerShell, CLI, and portal steps.
44
services: dns
55
author: asudbring
66
ms.service: azure-dns
@@ -12,9 +12,9 @@ ms.custom: devx-track-azurepowershell
1212
# Customer intent: "As a network administrator, I want to create custom DNS records in Azure DNS for my web app, so that I can allow users to access it via a personalized domain name."
1313
---
1414

15-
# Tutorial: Create DNS records in a custom domain for a web app
15+
# Create DNS records in a custom domain for a web app
1616

17-
You can configure Azure DNS to host a custom domain for your web apps. For example, you can create an Azure web app and have your users access it using either `www.contoso.com` or `contoso.com` as a fully qualified domain name (FQDN).
17+
Configure Azure DNS to host custom domains for your web apps and enable users to access them via personalized domain names. You can create Azure DNS records that allow users to access your web app using either `www.contoso.com` or `contoso.com` as a fully qualified domain name (FQDN).
1818

1919
To do this, you have to create three records:
2020

@@ -44,7 +44,6 @@ If you don’t have an Azure subscription, create a [free account](https://azure
4444
> [!NOTE]
4545
> In this tutorial, `contoso.com` is used as an example domain name. Replace `contoso.com` with your own domain name.
4646
47-
4847
### [Portal](#tab/azure-portal)
4948

5049
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -71,7 +70,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
7170

7271
An A record is used to map a name to its IP address. In the following example, assign "\@" as an A record using your web app IPv4 address. \@ typically represents the root domain.
7372

74-
### Get the IPv4 address
73+
### Get the IPv4 address of your web app
7574

7675
# [Portal](#tab/azure-portal)
7776

@@ -113,7 +112,7 @@ az webapp show \
113112

114113
---
115114

116-
### Create the record
115+
### Create the A record
117116

118117
# [Portal](#tab/azure-portal)
119118

0 commit comments

Comments
 (0)