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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,23 @@ ms.custom: ignite-fall-2021
12
12
13
13
# Tutorial: Deploy Bastion using manual settings: Azure portal
14
14
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)
15
+
This tutorial shows you how to deploy Azure Bastion to your virtual network from the Azure portal using manual settings that you specify. While you can [deploy Bastion using VM settings](quickstart-host-portal.md), deploying Bastion using manual settings lets you specify granular settings for the bastion host. 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, not a bastion host that you install on one of your VMs. For more information about Azure Bastion, see [What is Azure Bastion?](bastion-overview.md)
16
16
17
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
21
21
> [!div class="checklist"]
22
22
> * Create a bastion host for your VNet.
23
-
> * Remove the public IP address from a virtual machine.
24
23
> * Connect to a Windows virtual machine.
24
+
> * Remove the public IP address from a virtual machine.
25
25
26
26
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
27
27
28
28
## Prerequisites
29
29
30
30
* A [virtual network](../virtual-network/quick-create-portal.md). This will be the VNet to which you deploy Bastion.
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).
31
+
* A Windows virtual machine in the virtual network. This VM isn't a part of the Bastion configuration and doesn't become a bastion host. 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:
34
34
* Reader role on the virtual machine.
@@ -146,14 +146,14 @@ The public IP address of the Bastion resource on which RDP/SSH will be accessed
146
146
1. At the bottom of the page, select **Create**.
147
147
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 5 minutes for the Bastion resource to be created and deployed.
148
148
149
-
## Remove VM public IP address
150
-
151
-
[!INCLUDE [Remove a public IP address from a VM](../../includes/bastion-remove-ip.md)]
152
-
153
149
## Connect to a VM
154
150
155
151
[!INCLUDE [Connect to a Windows VM](../../includes/bastion-vm-rdp.md)]
156
152
153
+
## Remove VM public IP address
154
+
155
+
[!INCLUDE [Remove a public IP address from a VM](../../includes/bastion-remove-ip.md)]
156
+
157
157
## Clean up resources
158
158
159
159
If you're not going to continue to use this application, delete
0 commit comments