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/tutorial-create-host-portal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.custom: ignite-fall-2021
14
14
15
15
This tutorial shows you how to deploy Azure Bastion to your virtual network from the Azure portal using manual settings that you specify. After you deploy Bastion, the RDP/SSH experience is available to all of the virtual machines in the virtual network. Azure Bastion is a PaaS service that is maintained for you. For more information about Azure Bastion, see [What is Azure Bastion?](bastion-overview.md)
16
16
17
-
In this tutorial, you deploy Bastion using the Standard SKU tier and adjust host scaling (instance count). After the deployment is complete, you connect to your VM via private IP address using the Azure portal. When you connect to the VM, it doesn't need a public IP address, client software, agent, or a special configuration. If your VM has a public IP address that you don't need for anything else, you can remove it.
17
+
In this tutorial, you deploy Bastion using the Standard SKU tier and adjust host scaling (instance count). After the deployment is complete, you connect to your VM via private IP address. The VM you connect to doesn't need a public IP address, client software, agent, or a special configuration. If your VM has a public IP address that you don't need for anything else, you can remove it.
18
18
19
19
In this tutorial, you'll learn how to:
20
20
@@ -27,7 +27,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
27
27
28
28
## Prerequisites
29
29
30
-
* A [virtual network](../virtual-network/quick-create-portal.md).
30
+
* A [virtual network](../virtual-network/quick-create-portal.md). This will be the VNet to which you deploy Bastion.
31
31
* A Windows virtual machine in the virtual network. This VM isn't a part of the Bastion configuration. You connect to this VM later via Bastion. If you don't have a VM, create one using [Quickstart: Create a VM](../virtual-machines/windows/quick-create-portal.md).
32
32
* The following required roles for your resources:
33
33
* Required VM roles:
@@ -81,8 +81,8 @@ This section helps you create the bastion object in your VNet. This is required
81
81
82
82
1. Sign in to the [Azure portal](https://portal.azure.com).
83
83
1. Type **Bastion** into the search.
84
-
1. Under services, click**Bastions**.
85
-
1. On the Bastions page, click**+ Create** to open the **Create a Bastion** page.
84
+
1. Under services, select**Bastions**.
85
+
1. On the Bastions page, select**+ Create** to open the **Create a Bastion** page.
86
86
1. On the **Create a Bastion** page, configure a new Bastion resource.
87
87
88
88
:::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/create.png":::
@@ -111,7 +111,7 @@ This section helps you create the bastion object in your VNet. This is required
111
111
112
112
#### Manage subnet configuration
113
113
114
-
In most cases, you will not already have an AzureBastionSubnet configured. To configure the bastion subnet:
114
+
In most cases, you won't already have an AzureBastionSubnet configured. To configure the bastion subnet:
115
115
116
116
1. Select **Manage subnet configuration**. This takes you to the **Subnets** page.
0 commit comments