|
1 | 1 | ---
|
2 |
| -title: 'Tutorial: Deploy Bastion: Azure portal' |
| 2 | +title: 'Tutorial: Deploy Bastion using manual settings: Azure portal' |
3 | 3 | description: Learn how to deploy Bastion using manual settings using the Azure portal.
|
4 | 4 | services: bastion
|
5 | 5 | author: cherylmc
|
6 | 6 | ms.service: bastion
|
7 | 7 | ms.topic: tutorial
|
8 |
| -ms.date: 03/14/2022 |
| 8 | +ms.date: 04/13/2022 |
9 | 9 | ms.author: cherylmc
|
10 | 10 | ms.custom: ignite-fall-2021
|
11 | 11 | ---
|
12 | 12 |
|
13 |
| -# Tutorial: Deploy Bastion using the Azure portal |
| 13 | +# Tutorial: Deploy Bastion using manual settings |
14 | 14 |
|
15 | 15 | 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.
|
16 | 16 |
|
@@ -85,70 +85,50 @@ You can use the following example values when creating this configuration, or yo
|
85 | 85 | 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.
|
86 | 86 |
|
87 | 87 | 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. |
92 | 88 |
|
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. |
94 | 90 |
|
95 |
| -### Project details |
| 91 | +1. Click **Bastion** in the left pane to open the **Bastion** page. |
96 | 92 |
|
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"::: |
98 | 95 |
|
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. |
100 | 97 |
|
101 |
| -### Instance details |
| 98 | + * **Name**: Type the name that you want to use for your bastion resource. |
102 | 99 |
|
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. |
104 | 101 |
|
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). |
106 | 103 |
|
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). |
108 | 105 |
|
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"::: |
110 | 107 |
|
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. |
112 | 109 |
|
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**. |
114 | 111 |
|
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"::: |
116 | 113 |
|
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"::: |
124 | 114 | 1. On the **Subnets** page, select **+Subnet** to open the **Add subnet** page.
|
125 | 115 |
|
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. |
127 | 117 |
|
128 |
| - * The subnet must be named **AzureBastionSubnet**. |
| 118 | + * The subnet name must be **AzureBastionSubnet**. |
129 | 119 | * The subnet must be at least **/26 or larger** (/26, /25, /24 etc.) to accommodate features available with the Standard SKU.
|
130 | 120 |
|
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. |
132 | 122 |
|
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. |
134 | 124 |
|
135 | 125 | :::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":::
|
136 | 126 |
|
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. |
145 | 128 |
|
146 |
| -### Review and create |
| 129 | +1. When you finish specifying the settings, select **Review + Create**. This validates the values. |
147 | 130 |
|
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. |
152 | 132 |
|
153 | 133 | ## <a name="connect"></a>Connect to a VM
|
154 | 134 |
|
|
0 commit comments