Skip to content

Commit 894c809

Browse files
asudbringCopilot
andcommitted
Add Bastion Developer for secure VM access
Co-authored-by: Copilot <[email protected]>
1 parent bb6a824 commit 894c809

1 file changed

Lines changed: 33 additions & 6 deletions

File tree

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

Lines changed: 33 additions & 6 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: 01/09/2025
7+
ms.date: 07/11/2025
88
ms.topic: quickstart
99
ms.service: azure-dns
1010
ms.custom:
@@ -98,6 +98,32 @@ 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+
101127
## Create the test virtual machine
102128

103129
Now, create a virtual machine to test autoregistgration in your private DNS zone:
@@ -108,14 +134,15 @@ Now, create a virtual machine to test autoregistgration in your private DNS zone
108134
4. Select ***(US) West US** for the **Region**.
109135
5. Enter a name for the administrator user name.
110136
6. Enter a password and confirm the password.
111-
7. For **Public inbound ports**, select **Allow selected ports**, and then select **RDP (3389)** for **Select inbound ports**.
137+
7. For **Public inbound ports**, select **None**.
112138
8. Accept the other defaults for the page and then click **Next: Disks >**.
113139
9. Accept the defaults on the **Disks** page, then click **Next: Networking >**.
114140
10. Make sure that **myAzureVNet** is selected for the virtual network.
115-
11. Accept the other defaults for the page, and then click **Next: Management >**.
116-
12. For **Boot diagnostics**, select **Disable**, accept the other defaults, and then select **Review + create**.
117-
13. Review the settings and then click **Create**. It will take a few minutes for the virtual machine allocation to complete.
118-
14. Search for and select **Virtual machines** and then verify that the VM status is **Running**. If it isn't running, start the virtual machine.
141+
11. For **Public IP**, select **None**.
142+
12. Accept the other defaults for the page, and then click **Next: Management >**.
143+
13. For **Boot diagnostics**, select **Disable**, accept the other defaults, and then select **Review + create**.
144+
14. Review the settings and then click **Create**. It will take a few minutes for the virtual machine allocation to complete.
145+
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.
119146

120147
## Review autoregistration
121148

0 commit comments

Comments
 (0)