Skip to content

Commit ffa96ee

Browse files
committed
docs: Replace Bastion deployment with NSG note and remove public IP
1 parent 894c809 commit ffa96ee

1 file changed

Lines changed: 4 additions & 27 deletions

File tree

articles/dns/private-dns-getstarted-portal.md

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this quickstart, you create and test a private DNS zone and reco
44
services: dns
55
author: asudbring
66
ms.author: allensu
7-
ms.date: 07/11/2025
7+
ms.date: 02/26/2026
88
ms.topic: quickstart
99
ms.service: azure-dns
1010
ms.custom:
@@ -98,32 +98,6 @@ Next, link the private DNS zone to the virtual network by adding a virtual netwo
9898

9999
5. Select **Create**, wait until the virtual link is created, and then verify that it is listed on the **Virtual Network Links** page.
100100

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).
104-
105-
>[!NOTE]
106-
>[!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
107-
108-
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-
127101
## Create the test virtual machine
128102

129103
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
144118
14. Review the settings and then click **Create**. It will take a few minutes for the virtual machine allocation to complete.
145119
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.
146120

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+
147124
## Review autoregistration
148125

149126
1. Search for or select **Private DNS zones** and then select the **private.contoso.com** zone.

0 commit comments

Comments
 (0)