Skip to content

Commit 8bd9a90

Browse files
authored
Merge pull request #253648 from cherylmc/bas-subnet
update for failed subnet issue
2 parents b6a3af4 + 2377155 commit 8bd9a90

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

articles/bastion/quickstart-host-portal.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to deploy Bastion with default settings from the Azure po
55
author: cherylmc
66
ms.service: bastion
77
ms.topic: quickstart
8-
ms.date: 06/08/2023
8+
ms.date: 10/03/2023
99
ms.author: cherylmc
1010

1111
---
@@ -15,7 +15,7 @@ ms.author: cherylmc
1515
In this quickstart, you'll learn how to deploy Azure Bastion with default settings to your virtual network using the Azure portal. After Bastion is deployed, you can connect (SSH/RDP) to virtual machines (VM) in the virtual network via Bastion using the private IP address of the VM. The VMs you connect to don't need a public IP address, client software, agent, or a special configuration. For more information about Azure Bastion, see [What is Azure Bastion?](bastion-overview.md)
1616

1717
:::image type="content" source="./media/create-host/host-architecture.png" alt-text="Diagram showing Azure Bastion architecture." lightbox="./media/create-host/host-architecture.png":::
18-
18+
1919
The steps in this article help you do the following:
2020

2121
* Deploy Bastion with default settings from your VM resource using the Azure portal. When you deploy using default settings, the settings are based on the virtual network to which Bastion will be deployed.
@@ -89,6 +89,10 @@ When you create Azure Bastion using default settings, the settings are configure
8989

9090
1. Bastion begins deploying. This can take around 10 minutes to complete.
9191

92+
> [!NOTE]
93+
> [!INCLUDE [Bastion failed subnet](../../includes/bastion-failed-subnet.md)]
94+
>
95+
9296
## <a name="connect"></a>Connect to a VM
9397

9498
When the Bastion deployment is complete, the screen changes to the **Connect** page.

articles/bastion/tutorial-create-host-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy Bastion using settings that you specify - Azure
44
author: cherylmc
55
ms.service: bastion
66
ms.topic: tutorial
7-
ms.date: 06/08/2023
7+
ms.date: 10/03/2023
88
ms.author: cherylmc
99

1010
---
@@ -110,7 +110,7 @@ This section helps you deploy Bastion to your VNet. Once Bastion is deployed, yo
110110

111111
1. On the **Subnets** page, select **+Subnet** to open the **Add subnet** page.
112112

113-
1. On the **Add subnet page**, create the 'AzureBastionSubnet' subnet using the following values. Leave the other values as default.
113+
1. On the **Add subnet page**, create the 'AzureBastionSubnet' subnet using the following values. Leave the other values as default.
114114

115115
* The subnet name must be **AzureBastionSubnet**.
116116
* The subnet must be at least **/26 or larger** (/26, /25, /24 etc.) to accommodate features available with the Standard SKU.

includes/bastion-failed-subnet.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
author: cherylmc
3+
ms.service: bastion
4+
ms.topic: include
5+
ms.date: 10/03/2023
6+
ms.author: cherylmc
7+
---
8+
9+
If you get a message saying "Failed to add subnet", you can work around this issue that sometimes occurs in some regions. Go to the **Subnets** page for your VNet and add a subnet. The subnet name must be **AzureBastionSubnet**. The subnet address range specified must be /26 or larger. (/25, /24 etc.) After you add the subnet, you can **Deploy Bastion**.

0 commit comments

Comments
 (0)