Skip to content

Commit c5856e4

Browse files
authored
Merge pull request #112705 from charwen/patch-196
Updated wording for UDR and NSG
2 parents aa714d3 + 9b76663 commit c5856e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66

77
ms.service: bastion
88
ms.topic: conceptual
9-
ms.date: 02/03/2020
9+
ms.date: 04/24/2020
1010
ms.author: cherylmc
1111
# Customer intent: As someone with a networking background, I want to create an Azure Bastion host.
1212

@@ -45,9 +45,9 @@ This section helps you create a new Azure Bastion resource from the Azure portal
4545
* **Name**: The name of the new Bastion resource
4646
* **Region**: The Azure public region that the resource will be created in.
4747
* **Virtual network**: The virtual network in which the Bastion resource will be created in. You can create a new virtual network in the portal during this process, or use an existing virtual network. If you are using an existing virtual network, make sure the existing virtual network has enough free address space to accommodate the Bastion subnet requirements.
48-
* **Subnet**: The subnet in your virtual network to which the new Bastion host resource will be deployed. You must create a subnet using the name value **AzureBastionSubnet**. This value lets Azure know which subnet to deploy the Bastion resources to. This is different than a Gateway subnet. You must use a subnet of at least /27 or larger (/27, /26, and so on).
48+
* **Subnet**: The subnet in your virtual network where the new Bastion host will be deployed. The subnet will be dedicated to the Bastion host and must be named as **AzureBastionSubnet**. This subnet must be at least /27 or larger.
4949

50-
Create the **AzureBastionSubnet** without any route tables or delegations. If you use Network Security Groups on the **AzureBastionSubnet**, refer to the [Work with NSGs](bastion-nsg.md) article.
50+
**AzureBastionSubnet** doesn't support [User Defined Routes](../virtual-network/virtual-networks-udr-overview.md#custom-routes), but does support [Network Security Groups](bastion-nsg.md).
5151
* **Public IP address**: The public IP of the Bastion resource on which RDP/SSH will be accessed (over port 443). Create a new public IP, or use an existing one. The public IP address must be in the same region as the Bastion resource you are creating.
5252
* **Public IP address name**: The name of the public IP address resource.
5353
* **Public IP address SKU**: This setting is prepopulated by default to **Standard**. Azure Bastion uses/supports only the Standard Public IP SKU.
@@ -61,4 +61,4 @@ This section helps you create a new Azure Bastion resource from the Azure portal
6161

6262
* Read the [Bastion FAQ](bastion-faq.md) for additional information.
6363

64-
* To use Network Security Groups with the Azure Bastion subnet, see [Work with NSGs](bastion-nsg.md).
64+
* To use Network Security Groups with the Azure Bastion subnet, see [Work with NSGs](bastion-nsg.md).

0 commit comments

Comments
 (0)