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/virtual-network/ip-services/configure-public-ip-bastion.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: mbender
7
7
ms.service: azure-virtual-network
8
8
ms.subservice: ip-services
9
9
ms.topic: how-to
10
-
ms.date: 09/19/2023
10
+
ms.date: 01/07/2025
11
11
ms.custom: template-how-to
12
12
---
13
13
@@ -19,7 +19,7 @@ Azure Bastion is deployed to provide secure management connectivity to virtual m
19
19
20
20
An Azure Bastion host requires a public IP address for its configuration.
21
21
22
-
In this article, you learn how to create an Azure Bastion host using an existing public IP in your subscription. Azure Bastion doesn't support the change of the public IP address after creation. Azure Bastion supports assigning an IP address within an IP prefix range but not assigning the IP prefix range itself.
22
+
In this article, you learn how to create an Azure Bastion host using an existing public IP in your subscription. Azure Bastion doesn't support the change of the public IP address after creation. Azure Bastion supports assigning an IP address within an IP prefix range but not assigning the IP prefix range itself.
@@ -48,13 +48,15 @@ In this section, you create an Azure Bastion host. You select the IP address you
48
48
| ------- | ----- |
49
49
|**Project details**||
50
50
| Subscription | Select your subscription |
51
-
| Resource group | Select **Create new**.</br> Enter **myResourceGroup** in **Name**.</br> Select **OK**. |
51
+
| Resource group | Select **Create new**.</br> Enter **myResourceGroup** in **Name**.</br> Select **OK**. |
52
52
|**Instance details**||
53
53
| Name | Enter **myBastionHost**. |
54
54
| Region | Select **(US) West US 2**. |
55
+
| Availability zone | Leave the default of **None**. |
55
56
| Tier | Select **Basic**. |
56
-
|**Configure virtual network**||
57
-
| Virtual network | Select **Create new**. </br> Enter **myVNet** in **Name**. </br> Leave the default address space of **10.4.0.0/16**. </br> Leave the default subnet of **10.4.0.0/24**. </br> In the text box under the **default** subnet, enter **AzureBastionSubnet**. </br> In address range, enter **10.4.1.0/26**. </br> Select **OK**. |
57
+
| Instance size | Leave the default of **2**. |
58
+
|**Configure virtual networks**||
59
+
| Virtual network | Select **Create new**.</br> Enter **myVNet** in **Name**.</br> Leave the default address space of **10.1.0.0/16**.</br> Leave the default subnet of **10.1.0.0/24**.</br> In the text box under the **default** subnet, enter **AzureBastionSubnet**.</br> In address range, enter **10.1.1.0/26**.</br> Select **OK**. |
58
60
| Subnet | Select **AzureBastionSubnet**. |
59
61
|**Public IP address**||
60
62
| Public IP address | Select **Use existing**. |
@@ -77,7 +79,7 @@ Azure Bastion doesn't support the changing of the public IP address after creati
77
79
78
80
## Caveats
79
81
80
-
* Public IPv6 addresses aren't supported for Azure Bastion at this time.
82
+
* Public IPv6 addresses aren't supported for Azure Bastion at this time.
0 commit comments