Skip to content

Commit ce8353a

Browse files
committed
Fix prereqs
1 parent 85c0a96 commit ce8353a

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

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

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,23 @@ If you don’t have an Azure subscription, create a [free account](https://azure
3535

3636
## Prerequisites
3737

38-
### [Portal](#tab/azure-portal)
38+
* A domain name that you can host in Azure DNS. You must have full control of this domain. Full control includes the ability to set the name server (NS) records for the domain.
3939

40-
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
40+
* A web app. If you don't have one, you can [create a static HTML web app](../app-service/quickstart-html.md) for this tutorial.
4141

42-
- A domain name that you can host in Azure DNS. You must have full control of this domain. Full control includes the ability to set the name server (NS) records for the domain.
42+
* An Azure DNS zone with delegation in your registrar to Azure DNS. If you don't have one, you can [create a DNS zone](./dns-getstarted-powershell.md), then [delegate your domain](dns-delegate-domain-azure-dns.md#delegate-the-domain) to Azure DNS.
4343

44-
- A web app. If you don't have one, you can [create a static HTML web app](../app-service/quickstart-html.md) for this tutorial.
44+
> [!NOTE]
45+
> In this tutorial, `contoso.com` is used as an example domain name. Replace `contoso.com` with your own domain name.
4546
46-
- An Azure DNS zone with delegation in your registrar to Azure DNS. If you don't have one, you can create a DNS zone, then [delegate your domain](dns-delegate-domain-azure-dns.md#delegate-the-domain) to Azure DNS.
4747

48-
### [PowerShell](#tab/azure-powershell)
48+
### [Portal](#tab/azure-portal)
4949

5050
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
5151

52-
- A domain name that you can host in Azure DNS. You must have full control of this domain. Full control includes the ability to set the name server (NS) records for the domain.
53-
54-
- A web app. If you don't have one, you can [create a static HTML web app](../app-service/quickstart-html.md) for this tutorial.
52+
### [PowerShell](#tab/azure-powershell)
5553

56-
- An Azure DNS zone with delegation in your registrar to Azure DNS. If you don't have one, you can create a DNS zone, then [delegate your domain](dns-delegate-domain-azure-dns.md#delegate-the-domain) to Azure DNS.
54+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
5755

5856
- Azure Cloud Shell or Azure PowerShell.
5957

@@ -65,12 +63,6 @@ If you don’t have an Azure subscription, create a [free account](https://azure
6563

6664
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
6765

68-
- A domain name that you can host in Azure DNS. You must have full control of this domain. Full control includes the ability to set the name server (NS) records for the domain.
69-
70-
- A web app. If you don't have one, you can [create a static HTML web app](../app-service/quickstart-html.md) for this tutorial.
71-
72-
- An Azure DNS zone with delegation in your registrar to Azure DNS. If you don't have one, you can create a DNS zone, then [delegate your domain](dns-delegate-domain-azure-dns.md#delegate-the-domain) to Azure DNS.
73-
7466
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
7567

7668
---

0 commit comments

Comments
 (0)