Skip to content

Commit 11af5d8

Browse files
authored
Merge pull request #189860 from cherylmc/basman
format
2 parents a05c323 + e058334 commit 11af5d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ ms.custom: ignite-fall-2021
1212

1313
# Tutorial: Deploy Bastion using manual settings: Azure portal
1414

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)
1616

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

1919
In this tutorial, you'll learn how to:
2020

2121
> [!div class="checklist"]
2222
> * Create a bastion host for your VNet.
23-
> * Remove the public IP address from a virtual machine.
2423
> * Connect to a Windows virtual machine.
24+
> * Remove the public IP address from a virtual machine.
2525
2626
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2727

2828
## Prerequisites
2929

3030
* 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).
3232
* The following required roles for your resources:
3333
* Required VM roles:
3434
* 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
146146
1. At the bottom of the page, select **Create**.
147147
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.
148148

149-
## Remove VM public IP address
150-
151-
[!INCLUDE [Remove a public IP address from a VM](../../includes/bastion-remove-ip.md)]
152-
153149
## Connect to a VM
154150

155151
[!INCLUDE [Connect to a Windows VM](../../includes/bastion-vm-rdp.md)]
156152

153+
## Remove VM public IP address
154+
155+
[!INCLUDE [Remove a public IP address from a VM](../../includes/bastion-remove-ip.md)]
156+
157157
## Clean up resources
158158

159159
If you're not going to continue to use this application, delete

0 commit comments

Comments
 (0)