Skip to content

Commit f1ebfba

Browse files
committed
update article to add quickstart link
1 parent 97f8660 commit f1ebfba

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

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

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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
44
services: bastion
55
author: cherylmc
66

@@ -12,19 +12,19 @@ ms.author: cherylmc
1212

1313
---
1414

15-
# Create an Azure Bastion host
15+
# Create an Azure Bastion host using the portal
1616

1717
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.
1818

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

2121
## Before you begin
2222

2323
Bastion is available in the following Azure public regions:
2424

2525
[!INCLUDE [available regions](../../includes/bastion-regions-include.md)]
2626

27-
## <a name="createhost"></a>Create a bastion host - specify settings
27+
## <a name="createhost"></a>Create a bastion host
2828

2929
This section helps you create a new Azure Bastion resource from the Azure portal.
3030

@@ -41,7 +41,7 @@ This section helps you create a new Azure Bastion resource from the Azure portal
4141
![create a bastion](./media/bastion-create-host-portal/settings.png)
4242

4343
* **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 dont 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.
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.
@@ -57,26 +57,6 @@ This section helps you create a new Azure Bastion resource from the Azure portal
5757
1. On the **Create a bastion** page, click **Create**.
5858
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.
5959

60-
## <a name="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**.
65-
66-
![VM Connect](./media/bastion-create-host-portal/vmsettings.png)
67-
1. On the right sidebar, click **Bastion**, then **Use Bastion**.
68-
69-
![Bastion](./media/bastion-create-host-portal/vmbastion.png)
70-
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-
8060
## Next steps
8161

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

0 commit comments

Comments
 (0)