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
+6-26Lines changed: 6 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: 'Create an Azure Bastion host | Microsoft Docs'
3
-
description: In this article, learn how to create an Azure Bastion host
2
+
title: 'Create an Azure Bastion host: portal'
3
+
description: In this article, learn how to create an Azure Bastion host using the portal
4
4
services: bastion
5
5
author: cherylmc
6
6
@@ -12,19 +12,19 @@ ms.author: cherylmc
12
12
13
13
---
14
14
15
-
# Create an Azure Bastion host
15
+
# Create an Azure Bastion host using the portal
16
16
17
17
This article shows you how to create an Azure Bastion host using the Azure portal. Once you provision the Azure Bastion service in your virtual network, the seamless RDP/SSH experience is available to all of the VMs in the same virtual network. Azure Bastion deployment is per virtual network, not per subscription/account or virtual machine.
18
18
19
-
You can create a new bastion host resource in the portal either by specifying all of the settings manually, or by using the settings that correspond to an existing VM. Optionally, you can use [Azure Powershell](bastion-create-host-powershell.md) to create an Azure Bastion host.
19
+
You can create a new bastion host resource in the portal either by specifying all of the settings manually, or by using the settings that correspond to an existing VM. To create a bastion host by using VM settings, see the [quickstart](quickstart-host-portal.md) article. Optionally, you can use [Azure PowerShell](bastion-create-host-powershell.md) to create an Azure Bastion host.
20
20
21
21
## Before you begin
22
22
23
23
Bastion is available in the following Azure public regions:
## <aname="createhost"></a>Create a bastion host - specify settings
27
+
## <aname="createhost"></a>Create a bastion host
28
28
29
29
This section helps you create a new Azure Bastion resource from the Azure portal.
30
30
@@ -41,7 +41,7 @@ This section helps you create a new Azure Bastion resource from the Azure portal
41
41

42
42
43
43
***Subscription**: The Azure subscription you want to use to create a new Bastion resource.
44
-
***Resource Group**: The Azure resource group in which the new Bastion resource will be created in. If you don’t have an existing resource group, you can create a new one.
44
+
***Resource Group**: The Azure resource group in which the new Bastion resource will be created in. If you don't have an existing resource group, you can create a new one.
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.
@@ -57,26 +57,6 @@ This section helps you create a new Azure Bastion resource from the Azure portal
57
57
1. On the **Create a bastion** page, click **Create**.
58
58
1. You will see a message letting you know that your deployment is underway. Status will display on this page as the resources are created. It takes about 5 minutes for the Bastion resource to be created and deployed.
59
59
60
-
## <aname="createvmset"></a>Create a bastion host - use VM settings
61
-
62
-
If you create a bastion host in the portal by using an existing VM, various settings will automatically default to correspond to your virtual machine and/or virtual network.
63
-
64
-
1. Open the [Azure portal](https://portal.azure.com). Go to your virtual machine, then click **Connect**.
1. On the Bastion page, fill out the following settings fields:
71
-
72
-
***Name**: The name of the bastion host you want to create.
73
-
***Subnet**: The subnet inside your virtual network to which Bastion resource will be deployed. The subnet must be created with the name **AzureBastionSubnet**. This lets Azure know which subnet to deploy the Bastion resource to. This is different than a Gateway subnet. You must use a subnet of at least /27 or larger (/27, /26, and so on). Create the subnet without any Network Security Groups, route tables, or delegations. If you later choose to use Network Security Groups on the **AzureBastionSubnet**, see [Work with NSGs](bastion-nsg.md).
74
-
75
-
Click **Manage subnet configuration** to create the **AzureBastionSubnet**. Click **Create** to create the subnet, then proceed with the next settings.
76
-
***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.
77
-
***Public IP address name**: The name of the public IP address resource.
78
-
1. On the validation screen, click **Create**. Wait for about 5 minutes for the Bastion resource create and deploy.
79
-
80
60
## Next steps
81
61
82
62
* Read the [Bastion FAQ](bastion-faq.md) for additional information.
0 commit comments