You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dns/dns-web-sites-custom-domain.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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.
# 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."
13
13
---
14
14
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
16
16
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).
18
18
19
19
To do this, you have to create three records:
20
20
@@ -44,7 +44,6 @@ If you don’t have an Azure subscription, create a [free account](https://azure
44
44
> [!NOTE]
45
45
> In this tutorial, `contoso.com` is used as an example domain name. Replace `contoso.com` with your own domain name.
46
46
47
-
48
47
### [Portal](#tab/azure-portal)
49
48
50
49
- 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
71
70
72
71
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.
0 commit comments