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/tutorial-alias-pip.md
+43-6Lines changed: 43 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: dns
5
5
author: asudbring
6
6
ms.service: azure-dns
7
7
ms.topic: tutorial
8
-
ms.date: 11/30/2023
8
+
ms.date: 07/11/2025
9
9
ms.author: allensu
10
10
ms.custom: template-tutorial #Required; leave this attribute/value as-is.
11
11
#Customer intent: As an experienced network administrator, I want to configure Azure an DNS alias record to refer to an Azure public IP address.
@@ -20,6 +20,7 @@ In this tutorial, you learn how to:
20
20
21
21
> [!div class="checklist"]
22
22
> * Create a virtual network and a subnet.
23
+
> * Deploy Azure Bastion.
23
24
> * Create a web server virtual machine with a public IP.
24
25
> * Create an alias record that points to the public IP.
25
26
> * Test the alias record.
@@ -74,6 +75,35 @@ Create a virtual network and a subnet to place your web server in.
74
75
1. Select the **Review + create** tab or select the **Review + create** button.
75
76
1. Select **Create**.
76
77
78
+
## Deploy Azure Bastion
79
+
80
+
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).
0 commit comments