Skip to content

Commit 070a51e

Browse files
committed
update
1 parent d60c156 commit 070a51e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: 'Tutorial: Create an Azure Bastion host: Windows VM: portal'
3-
description: Learn how to create an Azure Bastion host and connect to a Windows VM.
2+
title: 'Tutorial: Deploy Bastion using manual settings: Azure portal'
3+
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: 10/12/2021
8+
ms.date: 02/25/2022
99
ms.author: cherylmc
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
# Tutorial: Configure Bastion and connect to a Windows VM
13+
# Tutorial: Deploy Bastion using manual settings: Azure portal
1414

1515
This tutorial shows you how to connect to a virtual machine through your browser using Azure Bastion and the Azure portal. In this tutorial, using the Azure portal, you deploy Bastion to your virtual network. Once the service is provisioned, the RDP/SSH experience is available to all of the virtual machines in the same virtual network. When you use Bastion to connect, the VM does not need a public IP address or special software. After deploying Bastion, you can remove the public IP address from your VM if it is not needed for anything else. Next, you connect to a VM via its private IP address using the Azure portal. For more information about Azure Bastion, see [What is Azure Bastion?](bastion-overview.md).
1616

@@ -26,7 +26,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
2626
## Prerequisites
2727

2828
* A [virtual network](../virtual-network/quick-create-portal.md).
29-
* A Windows virtual machine in the virtual network. If you don't have a VM, create one using [Quickstart: Create a VM](../virtual-machines/windows/quick-create-portal.md).
29+
* A Windows virtual machine in the virtual network. This VM is not 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).
3030
* The following required roles for your resources:
3131
* Required VM roles:
3232
* Reader role on the virtual machine.
@@ -35,9 +35,6 @@ If you don’t have an Azure subscription, create a [free account](https://azure
3535
* Ports: To connect to the Windows VM, you must have the following ports open on your Windows VM:
3636
* Inbound ports: RDP (3389)
3737

38-
>[!IMPORTANT]
39-
>For Azure Bastion resources deployed on or after November 2, 2021, the minimum AzureBastionSubnet size is /26 or larger (/25, /24, etc.). All Azure Bastion resources deployed in subnets of size /27 prior to this date are unaffected by this change and will continue to work, but we highly recommend increasing the size of any existing AzureBastionSubnet to /26 in case you choose to take advantage of [host scaling](./configure-host-scaling.md) in the future.
40-
>
4138

4239
>[!NOTE]
4340
>The use of Azure Bastion with Azure Private DNS Zones is not supported at this time. Before you begin, please make sure that the virtual network where you plan to deploy your Bastion resource is not linked to a private DNS zone.
@@ -72,6 +69,10 @@ You can use the following example values when creating this configuration, or yo
7269
| Public IP address SKU | Standard |
7370
| Assignment | Static |
7471

72+
>[!IMPORTANT]
73+
>For Azure Bastion resources deployed on or after November 2, 2021, the minimum AzureBastionSubnet size is /26 or larger (/25, /24, etc.). All Azure Bastion resources deployed in subnets of size /27 prior to this date are unaffected by this change and will continue to work, but we highly recommend increasing the size of any existing AzureBastionSubnet to /26 in case you choose to take advantage of [host scaling](./configure-host-scaling.md) in the future.
74+
>
75+
7576
## <a name="createhost"></a>Create a bastion host
7677

7778
This section helps you create the bastion object in your VNet. This is required in order to create a secure connection to a VM in the VNet.

0 commit comments

Comments
 (0)