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
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
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.
4
4
services: bastion
5
5
author: cherylmc
6
6
ms.service: bastion
7
7
ms.topic: tutorial
8
-
ms.date: 10/12/2021
8
+
ms.date: 02/25/2022
9
9
ms.author: cherylmc
10
10
ms.custom: ignite-fall-2021
11
11
---
12
12
13
-
# Tutorial: Configure Bastion and connect to a Windows VM
13
+
# Tutorial: Deploy Bastion using manual settings: Azure portal
14
14
15
15
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).
16
16
@@ -26,7 +26,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
26
26
## Prerequisites
27
27
28
28
* 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).
30
30
* The following required roles for your resources:
31
31
* Required VM roles:
32
32
* Reader role on the virtual machine.
@@ -35,9 +35,6 @@ If you don’t have an Azure subscription, create a [free account](https://azure
35
35
* Ports: To connect to the Windows VM, you must have the following ports open on your Windows VM:
36
36
* Inbound ports: RDP (3389)
37
37
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
-
>
41
38
42
39
>[!NOTE]
43
40
>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
72
69
| Public IP address SKU | Standard |
73
70
| Assignment | Static |
74
71
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
+
75
76
## <aname="createhost"></a>Create a bastion host
76
77
77
78
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