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/private-dns-getstarted-portal.md
+4-27Lines changed: 4 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you create and test a private DNS zone and reco
4
4
services: dns
5
5
author: asudbring
6
6
ms.author: allensu
7
-
ms.date: 07/11/2025
7
+
ms.date: 02/26/2026
8
8
ms.topic: quickstart
9
9
ms.service: azure-dns
10
10
ms.custom:
@@ -98,32 +98,6 @@ Next, link the private DNS zone to the virtual network by adding a virtual netwo
98
98
99
99
5. Select **Create**, wait until the virtual link is created, and then verify that it is listed on the **Virtual Network Links** page.
100
100
101
-
## Deploy Azure Bastion
102
-
103
-
Azure Bastion uses your browser to connect to VMs in your virtual network over secure shell (SSH) or remote desktop protocol (RDP) by using their private IP addresses. The VMs don't need public IP addresses, client software, or special configuration. For more information about Azure Bastion, see [Azure Bastion](/azure/bastion/bastion-overview).
1. In the search box at the top of the portal, enter **Bastion**. Select **Bastions** in the search results.
109
-
2. Select **+ Create**.
110
-
3. In the **Basics** tab of **Create a Bastion**, enter, or select the following information:
111
-
112
-
| Setting | Value |
113
-
|---|---|
114
-
|**Project details**||
115
-
| Subscription | Select your subscription. |
116
-
| Resource group | Select **MyResourceGroup**. |
117
-
|**Instance details**||
118
-
| Name | Enter **bastion**. |
119
-
| Region | Select **(US) West US**. |
120
-
| Tier | Select **Developer**. |
121
-
|**Configure virtual networks**||
122
-
| Virtual network | Select **MyVNet**. |
123
-
124
-
4. Select **Review + create**.
125
-
5. Select **Create**.
126
-
127
101
## Create the test virtual machine
128
102
129
103
Now, create a virtual machine to test autoregistgration in your private DNS zone:
@@ -144,6 +118,9 @@ Now, create a virtual machine to test autoregistgration in your private DNS zone
144
118
14. Review the settings and then click **Create**. It will take a few minutes for the virtual machine allocation to complete.
145
119
15. Search for and select **Virtual machines** and then verify that the VM status is **Running**. If it isn't running, start the virtual machine.
146
120
121
+
> [!NOTE]
122
+
> The default rules of the network security group block all inbound access from the internet, including RDP. To connect to the virtual machine, use Azure Bastion. For more information, see [Quickstart: Deploy Azure Bastion with default settings](../bastion/quickstart-host-portal.md).
123
+
147
124
## Review autoregistration
148
125
149
126
1. Search for or select **Private DNS zones** and then select the **private.contoso.com** zone.
0 commit comments