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-operations-dnszones-portal.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,34 +21,30 @@ This article shows you how to manage your DNS zones by using the Azure portal. Y
21
21
## Create a DNS zone
22
22
23
23
1. Sign in to the [Azure portal](https://portal.azure.com/).
24
-
25
-
1. On the top left-hand side of the screen, select **Create a resource** and search for **DNS zone**. Then select **Create**.
26
-
27
-
:::image type="content" source="./media/dns-operations-dnszones-portal/search-dns-zone.png" alt-text="Screenshot of create a resource search for DNS zone.":::
28
-
29
-
1. On the **Create DNS zone** page enter the following values, then select **Create**:
24
+
2. On the top left-hand side of the screen, select **Create a resource**.
25
+
3. Search for **DNS zone**, select **DNS zone**, and then select **Create**.
26
+
4. On the **Create DNS zone** page enter the following values, then select **Create**:
30
27
31
28
| Setting | Details |
32
29
| --- | --- |
33
-
|**Subscription**| Select a subscription to create the DNS zone in.|
30
+
|**Subscription**| Select your subscription.|
34
31
|**Resource group**| Select or create a new resource group. To learn more about resource groups, read the [Resource Manager](../azure-resource-manager/management/overview.md?toc=%2fazure%2fdns%2ftoc.json#resource-groups) overview article.|
35
32
|**Name**| Enter a name for the DNS zone. For example: **contoso.com**. |
36
-
|**Location**| Select the location for the resource group. The location will already be selected if you're using a previously created resource group. |
33
+
|**Location**| Select the location for the resource group. The location will already be selected if you're using a previously created resource group. |
37
34
38
35
> [!NOTE]
39
36
> The resource group refers to the location of the resource group, and has no impact on the DNS zone. The DNS zone location is always "global", and is not shown.
40
37
41
38
## List DNS zones
42
39
43
-
In the search resources at the top of the Azure portal, search for **DNS zones**. Each DNS zone is its own resource. Information such as number of record-sets and name servers are viewable from this page. The column **Name servers** isn't in the default view. To add it, select **Managed view > Edit columns > + Add Column**, then from the drop-down select **Name servers**. Select **Save** to apply the new column.
44
-
45
-
:::image type="content" source="./media/dns-operations-dnszones-portal/list-zones.png" alt-text="Screenshot of DNS zone list page.":::
40
+
In the search resources at the top of the Azure portal, search for **DNS zones**. Each DNS zone is its own resource. Information such as number of record sets, the resource group, and subscription are viewable from this page. **Name servers** aren't visible from this view. To view name servers for a DNS zone, select the zone. Name servers (NS records) are displayed on the Overview page. To view other record sets in the zone, select **Recordsets**.
46
41
47
42
## Delete a DNS zone
48
43
49
-
Navigate to a DNS zone in the portal. On the selected **DNS zone** overview page, select **Delete zone**. You're then prompted to confirm that you want to delete the DNS zone. Deleting a DNS zone also deletes all records that are contained in the zone.
44
+
1. Using the list of DNS zones, select the checkbox next to the zone you wish to delete and then select **Delete**.
45
+
2. Enter **delete** into the text box to confirm deletion and select **Delete**.
50
46
51
-
:::image type="content" source="./media/dns-operations-dnszones-portal/delete-zone.png" alt-text="Screenshot of delete DNS zone button on overview page.":::
47
+

Copy file name to clipboardExpand all lines: articles/dns/dns-operations-recordsets-portal.md
+24-37Lines changed: 24 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,73 +17,60 @@ It's important to understand the difference between DNS record sets and individu
17
17
18
18
## Create a new record set and record
19
19
20
-
To create a record set in the Azure portal, see [Create DNS records by using the Azure portal](./dns-getstarted-portal.md).
20
+
To create a record set in the Azure portal, see [Create an Azure DNS zone and record using the Azure portal](./dns-getstarted-portal.md).
21
21
22
22
## View a record set
23
23
24
24
1. In the Azure portal, go to the **DNS zones** overview page.
25
25
26
-
1. Select your DNS zone. The current record sets are displayed.
26
+
2. Select your DNS zone and then select **Recordsets**. The current record sets are displayed.
27
27
28
-
:::image type="content" source="./media/dns-operations-recordsets-portal/overview.png" alt-text="Screenshot of contosotest.com zone overview page.":::
28
+

29
29
30
30
## Add a new record to a record set
31
31
32
-
You can add up to 20 records to any record set. A record set may not contain two identical records. Empty record sets (with zero records) can be created, but don't appear on the Azure DNS name servers. Record sets of type CNAME can contain one record at most.
32
+
You can add up to 20 records to any record set. A record set may not contain two identical records. Empty record sets (with zero records) can be created, but don't appear on the Azure DNS name servers. Record sets of type CNAME can contain only one record.
33
33
34
-
1. On the **Record set properties** page for your DNS zone, select the record set that you want to add a record to.
34
+
1. On the **Recordsets** page for your DNS zone, select the edit icon next to the record set that you want to modify.
35
35
36
-
:::image type="content" source="./media/dns-operations-recordsets-portal/select-record.png" alt-text="Screenshot of selecting www record set.":::
36
+
[](./media/dns-operations-recordsets-portal/select-record.png)
37
37
38
-
1. Specify the record set properties by filling in the fields.
38
+
2. Specify the record set properties by filling in the fields.
39
39
40
-
:::image type="content" source="./media/dns-operations-recordsets-portal/record-page.png" alt-text="Screenshot of add a record page.":::
40
+

41
41
42
-
1. Select **Save** at the top of the page to save your settings. Then close the page.
42
+
3. Select **Apply** at the bottom of the page to save your settings.
43
43
44
-
After the record has been saved, the values on the **DNS zone** page will reflect the new record.
44
+
After the record has been saved, the values on the **Recordsets** page will reflect the new record.
45
45
46
46
## Update a record
47
47
48
48
When you update a record in an existing record set, the fields you can update depend on the type of record you're working with.
49
49
50
-
1. On the **Record set properties** page for your record set, search for the record.
50
+
1. On the **Recordsets** page for your DNS zone, select the edit icon next to the record set that you want to modify.
51
+
2. Modify the record set properties by filling in the fields.
52
+
3. Select **Apply** at the bottom of the page to save your settings.
51
53
52
-
1. Modify the record. When you modify a record, you can change the available settings for the record. In the following example, the **IP address** field is selected, and the IP address is being modified.
53
-
54
-
:::image type="content" source="./media/dns-operations-recordsets-portal/update-record-page.png" alt-text="Screenshot of update a record page.":::
55
-
56
-
1. Select **Save** at the top of the page to save your settings. In the upper right corner, you'll see the notification that the record has been saved.
57
-
58
-
:::image type="content" source="./media/dns-operations-recordsets-portal/record-saved.png" alt-text="Screenshot of a successfully saved record.":::
59
-
60
-
After the record has been saved, the values for the record set on the **DNS zone** page will reflect the updated record.
54
+
After the record has been saved, the values on the **Recordsets** page will reflect the new record.
61
55
62
56
## Remove a record from a record set
63
57
64
58
You can use the Azure portal to remove records from a record set. Removing the last record from a record set doesn't delete the record set.
65
59
66
-
1. On the **Record set properties** page for your record set, search for the record.
67
-
68
-
1. Select the **...** next to the record, then select **Remove** to delete the record from the record set.
69
-
70
-
:::image type="content" source="./media/dns-operations-recordsets-portal/delete-record.png" alt-text="Screenshot of how to delete a record.":::
71
-
72
-
1. Select **Save** at the top of the page to save your settings.
73
-
74
-
1. After the record has been removed, the values for the record on the **DNS zone** page will reflect the removal.
60
+
1. On the **Recordsets** page for your DNS zone, select the edit icon next to the record set that you want to modify.
61
+
2. Remove the records you wish to delete by clearing the fields.
62
+
3. Select **Apply** at the bottom of the page to save your settings.
63
+
4. After the record set data has been removed, the values for the record on the **Recordsets** page will reflect the removal.
75
64
76
65
## <aname="delete"></a>Delete a record set
77
66
78
-
1. On the **Record set properties** page for your record set, select **Delete**.
79
-
80
-
:::image type="content" source="./media/dns-operations-recordsets-portal/delete-record-set.png" alt-text="Screenshot of how to delete a record set.":::
81
-
82
-
1. A message appears asking if you want to delete the record set.
67
+
1. On the **Recordsets** page for your record set, select trash icon next to the record set you wish to remove.
68
+
2. A message appears asking if you want to delete the record set.
69
+
3. Verify that the name matches the record set that you want to delete, and then select **Yes**.
83
70
84
-
1. Verify that the name matches the record set that you want to delete, and then select **Yes**.
71
+

85
72
86
-
1. On the **DNS zone** page, verify that the record set is no longer visible.
73
+
4. On the **DNS zone** page, verify that the record set is no longer visible.
87
74
88
75
## Work with NS and SOA records
89
76
@@ -97,7 +84,7 @@ You can't add or remove records from the automatically created SOA record set at
97
84
98
85
The NS record set at the zone apex is automatically created with each DNS zone. It contains the names of the Azure DNS name servers assigned to the zone.
99
86
100
-
You may add more name servers to this NS record set, to support cohosting domains with more than one DNS provider. You can also modify the TTL and metadata for this record set. However, you can't remove or modify the pre-populated Azure DNS name servers.
87
+
You can add more name servers to this NS record set, to support cohosting domains with more than one DNS provider. You can also modify the TTL and metadata for this record set. However, you can't remove or modify the pre-populated Azure DNS name servers.
101
88
102
89
This restriction only applies to the NS record set at the zone apex. Other NS record sets in your zone (as used to delegate child zones) can be modified without constraint.
0 commit comments