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/bastion/bastion-create-host-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: cherylmc
6
6
7
7
ms.service: bastion
8
8
ms.topic: conceptual
9
-
ms.date: 02/03/2020
9
+
ms.date: 04/24/2020
10
10
ms.author: cherylmc
11
11
# Customer intent: As someone with a networking background, I want to create an Azure Bastion host.
12
12
@@ -45,9 +45,9 @@ This section helps you create a new Azure Bastion resource from the Azure portal
45
45
***Name**: The name of the new Bastion resource
46
46
***Region**: The Azure public region that the resource will be created in.
47
47
***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 subnetmust be at least /27 or larger.
49
49
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).
51
51
***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.
52
52
***Public IP address name**: The name of the public IP address resource.
53
53
***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
61
61
62
62
* Read the [Bastion FAQ](bastion-faq.md) for additional information.
63
63
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