Skip to content

Commit c3559ac

Browse files
authored
Merge pull request #195067 from cherylmc/bastion1
portal updates
2 parents 24cbead + 6f85aed commit c3559ac

File tree

8 files changed

+27
-47
lines changed

8 files changed

+27
-47
lines changed
103 KB
Loading
-7.55 KB
Loading
17.6 KB
Loading
Binary file not shown.
32.5 KB
Loading
Binary file not shown.

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

Lines changed: 23 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: 'Tutorial: Deploy Bastion: Azure portal'
2+
title: 'Tutorial: Deploy Bastion using manual settings: Azure portal'
33
description: Learn how to deploy Bastion using manual settings using the Azure portal.
44
services: bastion
55
author: cherylmc
66
ms.service: bastion
77
ms.topic: tutorial
8-
ms.date: 03/14/2022
8+
ms.date: 04/13/2022
99
ms.author: cherylmc
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
# Tutorial: Deploy Bastion using the Azure portal
13+
# Tutorial: Deploy Bastion using manual settings
1414

1515
This tutorial helps you deploy Azure Bastion from the Azure portal using manual settings. When you use manual settings, you can specify configuration values such as instance counts and the SKU at the time of deployment. After Bastion is deployed, you can connect (SSH/RDP) to virtual machines in the virtual network via Bastion using the private IP address of the VM. When you connect to a VM, it doesn't need a public IP address, client software, agent, or a special configuration.
1616

@@ -85,70 +85,50 @@ You can use the following example values when creating this configuration, or yo
8585
This section helps you deploy Bastion to your VNet. Once Bastion is deployed, you can connect securely to any VM in the VNet using its private IP address.
8686

8787
1. Sign in to the [Azure portal](https://portal.azure.com).
88-
1. Type **Bastion** in the search.
89-
1. Under services, select **Bastions**.
90-
1. On the Bastions page, select **+ Create** to open the **Create a Bastion** page.
91-
1. On the **Create a Bastion** page, configure the required settings.
9288

93-
:::image type="content" source="./media/tutorial-create-host-portal/review-create.png" alt-text="Screenshot of Create a Bastion portal page." lightbox="./media/tutorial-create-host-portal/review-create.png":::
89+
1. Go to your VNet.
9490

95-
### Project details
91+
1. Click **Bastion** in the left pane to open the **Bastion** page.
9692

97-
* **Subscription**: Select your Azure subscription.
93+
1. On the Bastion page, click **Configure manually**. This lets you configure specific additional settings before deploying Bastion to your VNet.
94+
:::image type="content" source="./media/tutorial-create-host-portal/configure-manually.png" alt-text="Screenshot of Bastion page showing configure manually button." lightbox="./media/tutorial-create-host-portal/configure-manually.png":::
9895

99-
* **Resource Group**: Select your Resource Group.
96+
1. On the **Create a Bastion** page, configure the settings for your bastion host. Project details are populated from your virtual network values. Configure the **Instance details** values.
10097

101-
### Instance details
98+
* **Name**: Type the name that you want to use for your bastion resource.
10299

103-
* **Name**: Type the name that you want to use for your bastion resource.
100+
* **Region**: The Azure public region in which the resource will be created. Choose the region in which your virtual network resides.
104101

105-
* **Region**: The Azure public region in which the resource will be created. Choose the region in which your virtual network resides.
102+
* **Tier:** The tier is also known as the **SKU**. For this tutorial, select **Standard**. The Standard SKU lets you configure the instance count for host scaling and other features. For more information about features that require the Standard SKU, see [Configuration settings - SKU](configuration-settings.md#skus).
106103

107-
* **Tier:** The tier is also known as the **SKU**. For this tutorial, select **Standard**. The Standard SKU lets you configure the instance count for host scaling and other features. For more information about features that require the Standard SKU, see [Configuration settings - SKU](configuration-settings.md#skus).
104+
* **Instance count:** This is the setting for **host scaling**. It's configured in scale unit increments. Use the slider or type a number to configure the instance count that you want. For this tutorial, you can select the instance count you'd prefer. For more information, see [Host scaling](configuration-settings.md#instance) and [Pricing](https://azure.microsoft.com/pricing/details/azure-bastion).
108105

109-
* **Instance count:** This is the setting for **host scaling**. It's configured in scale unit increments. Use the slider or type a number to configure the instance count that you want. For this tutorial, you can select the instance count you'd prefer. For more information, see [Host scaling](configuration-settings.md#instance) and [Pricing](https://azure.microsoft.com/pricing/details/azure-bastion).
106+
:::image type="content" source="./media/tutorial-create-host-portal/instance-values.png" alt-text="Screenshot of Bastion page instance values." lightbox="./media/tutorial-create-host-portal/instance-values.png":::
110107

111-
### Configure virtual networks
108+
1. Configure the **virtual networks** settings. Select the VNet from the dropdown. If you don't see your VNet in the dropdown list, make sure you selected the correct Resource Group and Region in the previous settings on this page.
112109

113-
* **Virtual network**: Select your virtual network. If you don't see your VNet in the dropdown list, make sure you selected the correct Resource Group and Region in the previous settings on this page.
110+
1. To configure the AzureBastionSubnet, click **Manage subnet configuration**.
114111

115-
* **Subnet**: Once select a virtual network, the subnet field appears on the page. This is the subnet to which your Bastion instances will be deployed. In most cases, you won't already have the subnet **AzureBastionSubnet** configured. The subnet name must be **AzureBastionSubnet**. See the following steps to add the subnet.
112+
:::image type="content" source="./media/tutorial-create-host-portal/select-vnet.png" alt-text="Screenshot of configure virtual networks section." lightbox="./media/tutorial-create-host-portal/select-vnet.png":::
116113

117-
#### Manage subnet configuration
118-
119-
To configure the bastion subnet:
120-
121-
1. Select **Manage subnet configuration**. This takes you to the **Subnets** page.
122-
123-
:::image type="content" source="./media/tutorial-create-host-portal/subnet.png" alt-text="Screenshot of Manage subnet configuration." lightbox="./media/tutorial-create-host-portal/subnet.png":::
124114
1. On the **Subnets** page, select **+Subnet** to open the **Add subnet** page.
125115

126-
1. Create a subnet using the following guidelines:
116+
1. On the **Add subnet page**, create the 'AzureBastionSubnet' subnet using the following values. Leave the other values as default.
127117

128-
* The subnet must be named **AzureBastionSubnet**.
118+
* The subnet name must be **AzureBastionSubnet**.
129119
* The subnet must be at least **/26 or larger** (/26, /25, /24 etc.) to accommodate features available with the Standard SKU.
130120

131-
1. You don't need to fill out additional fields on this page. Select **Save** at the bottom of the page to create the subnet.
121+
Click **Save** at the bottom of the page to save your values.
132122

133-
1. At the top of the **Subnets** page, select **Create a Bastion** to return to the Bastion configuration page.
123+
1. At the top of the **Subnets** page, click **Create a Bastion** to return to the Bastion configuration page.
134124

135125
:::image type="content" source="./media/tutorial-create-host-portal/create-a-bastion.png" alt-text="Screenshot of Create a Bastion."lightbox="./media/tutorial-create-host-portal/create-a-bastion.png":::
136126

137-
### Public IP address
138-
139-
This is the public IP address of the Bastion host resource on which RDP/SSH will be accessed (over port 443). The public IP address must be in the same region as the Bastion resource you're creating. This IP address doesn't have anything to do with any of the VMs that you want to connect to.
140-
141-
1. Select **Create new**.
142-
1. For **Public IP address name**, you can leave the default naming suggestion.
143-
1. For **Public IP address SKU**, this setting is prepopulated by default to **Standard**. Azure Bastion supports only the Standard public IP address SKU.
144-
1. For **Assignment**, this setting is prepopulated by default to **Static**. You can't change this setting.
127+
1. The public IP address section is where you configure the public IP address of the Bastion host resource on which RDP/SSH will be accessed (over port 443). The public IP address must be in the same region as the Bastion resource you're creating. This IP address doesn't have anything to do with any of the VMs that you want to connect to. Create a new IP address. You can leave the default naming suggestion.
145128

146-
### Review and create
129+
1. When you finish specifying the settings, select **Review + Create**. This validates the values.
147130

148-
1. When you finish specifying the settings, select **Review + Create**. This validates the values. Once validation passes, you can deploy Bastion.
149-
1. Review your settings.
150-
1. At the bottom of the page, select **Create**.
151-
1. You'll 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 10 minutes for the Bastion resource to be created and deployed.
131+
1. Once validation passes, you can deploy Bastion. Click **Create**. You'll see a message letting you know that your deployment is process. Status will display on this page as the resources are created. It takes about 10 minutes for the Bastion resource to be created and deployed.
152132

153133
## <a name="connect"></a>Connect to a VM
154134

includes/bastion-remove-ip.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ ms.topic: include
77

88
---
99

10-
When you connect to a VM using Azure Bastion, you do not need a public IP address for your VM. If you aren't using the public IP address for anything else, you can disassociate it from your VM. To disassociate a public IP address from your VM, use the following steps:
10+
When you connect to a VM using Azure Bastion, you don't need a public IP address for your VM. If you aren't using the public IP address for anything else, you can disassociate it from your VM. To disassociate a public IP address from your VM, use the following steps:
1111

1212
1. Go to your virtual machine and select **Networking**. Select the **NIC Public IP** to open the public IP address page.
1313

14-
:::image type="content" source="./media/bastion-remove-ip/networking.png" alt-text="Screenshot of networking page.":::
14+
:::image type="content" source="./media/bastion-remove-ip/networking.png" alt-text="Screenshot of networking page." lightbox="./media/bastion-remove-ip/networking.png" :::
1515

1616
1. On the **Public IP address** page for the VM, select **Disassociate**.
1717

18-
:::image type="content" source="./media/bastion-remove-ip/disassociate.png" alt-text="Screenshot of public IP address for the VM.":::
18+
:::image type="content" source="./media/bastion-remove-ip/disassociate.png" alt-text="Screenshot of public IP address for the VM." lightbox="./media/bastion-remove-ip/disassociate.png":::
1919

2020
1. Select **Yes** to disassociated the IP address from the network interface.
2121

2222
:::image type="content" source="./media/bastion-remove-ip/disassociate-yes.png" alt-text="Screenshot of Disassociate public IP address.":::
2323

2424
1. After you disassociate the IP address, you can delete the public IP address resource. To delete the public IP address resource, go to the resource group and locate the IP address resource you want to delete. Then, select **Delete** to delete the resource.
2525

26-
:::image type="content" source="./media/bastion-remove-ip/delete-resource.png" alt-text="Screenshot of delete the public IP address resource.":::
26+
:::image type="content" source="./media/bastion-remove-ip/delete-resource.png" alt-text="Screenshot of delete the public IP address resource." lightbox="./media/bastion-remove-ip/delete-resource.png":::

0 commit comments

Comments
 (0)