Skip to content

Commit b10828d

Browse files
committed
freshness and acrolinx
1 parent cf6c66a commit b10828d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/virtual-network/ip-services/configure-public-ip-bastion.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbender
77
ms.service: azure-virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 09/19/2023
10+
ms.date: 01/07/2025
1111
ms.custom: template-how-to
1212
---
1313

@@ -19,7 +19,7 @@ Azure Bastion is deployed to provide secure management connectivity to virtual m
1919

2020
An Azure Bastion host requires a public IP address for its configuration.
2121

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.
2323

2424
>[!NOTE]
2525
>[!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
@@ -48,13 +48,15 @@ In this section, you create an Azure Bastion host. You select the IP address you
4848
| ------- | ----- |
4949
| **Project details** | |
5050
| 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**. |
5252
| **Instance details** | |
5353
| Name | Enter **myBastionHost**. |
5454
| Region | Select **(US) West US 2**. |
55+
| Availability zone | Leave the default of **None**. |
5556
| 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**. |
5860
| Subnet | Select **AzureBastionSubnet**. |
5961
| **Public IP address** | |
6062
| Public IP address | Select **Use existing**. |
@@ -77,7 +79,7 @@ Azure Bastion doesn't support the changing of the public IP address after creati
7779

7880
## Caveats
7981

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.
8183

8284
## Next steps
8385

0 commit comments

Comments
 (0)