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/quickstart-host-portal.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: bastion
6
6
author: cherylmc
7
7
ms.service: bastion
8
8
ms.topic: quickstart
9
-
ms.date: 06/05/2022
9
+
ms.date: 08/02/2022
10
10
ms.author: cherylmc
11
11
ms.custom: ignite-fall-2021, mode-other
12
12
#Customer intent: As someone with a networking background, I want to connect to a virtual machine securely via RDP/SSH using a private IP address through my browser.
@@ -66,8 +66,6 @@ You can use the following example values when creating this configuration, or yo
66
66
67
67
When you deploy from VM settings, Bastion is automatically configured with default values.
68
68
69
-
You can't modify or specify additional values for a default deployment. However, once Bastion deploys, you can later modify [settings](configuration-settings.md). For example, the default SKU is the Basic SKU. You can later upgrade to the Standard SKU to support more features.
70
-
71
69
|**Name**|**Default value**|
72
70
|---|---|
73
71
|AzureBastionSubnet | This subnet is created within the VNet as a /26 |
@@ -77,13 +75,14 @@ When you deploy from VM settings, Bastion is automatically configured with defau
77
75
78
76
## <aname="createvmset"></a>Deploy Bastion
79
77
80
-
In this quickstart, you deploy Bastion from your virtual machine settings in the Azure portal. You don't connect and sign in to your virtual machine or deploy Bastion from your VM directly.
78
+
When you create Azure Bastion using default settings, the settings are configured for you. You can't modify or specify additional values for a default deployment. After deployment completes, you can always go to the bastion host **Configuration** page to select additional settings and features. For example, the default SKU is the Basic SKU. You can later upgrade to the Standard SKU to support more features. For more information, see [About configuration settings](configuration-settings.md).
81
79
82
80
1. Sign in to the [Azure portal](https://portal.azure.com).
83
81
1. In the portal, go to the VM to which you want to connect. The values from the virtual network in which this VM resides will be used to create the Bastion deployment.
84
-
1.Select **Bastion**in the left menu. You can view some of the values that will be used when creating the bastion host for your virtual network. Select **Create Azure Bastion using defaults**.
82
+
1.On the page for your VM, in the **Operations**section on the left menu, select **Bastion**. You can view some of the values that will be used when creating the bastion host for your virtual network. Select **Create Azure Bastion using defaults**.
85
83
86
84
:::image type="content" source="./media/quickstart-host-portal/deploy-bastion.png" alt-text="Screenshot of Deploy Bastion." lightbox="./media/quickstart-host-portal/deploy-bastion.png":::
85
+
87
86
1. Bastion begins deploying. This can take around 10 minutes to complete.
88
87
89
88
:::image type="content" source="./media/quickstart-host-portal/creating-bastion.png" alt-text="Screenshot of Bastion resources being created." lightbox="./media/quickstart-host-portal/creating-bastion.png":::
@@ -125,4 +124,4 @@ When you're done using the virtual network and the virtual machines, delete the
125
124
In this quickstart, you deployed Bastion to your virtual network, and then connected to a virtual machine securely via Bastion. Next, you can continue with the following steps if you want to copy and paste to your VM.
126
125
127
126
> [!div class="nextstepaction"]
128
-
> [Copy and paste to a Windows VM](bastion-vm-copy-paste.md)
127
+
> [Copy and paste to a Windows VM](bastion-vm-copy-paste.md)
0 commit comments