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
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,16 @@ description: Learn how to deploy Bastion with default settings from the Azure po
5
5
author: cherylmc
6
6
ms.service: bastion
7
7
ms.topic: quickstart
8
-
ms.date: 08/02/2022
8
+
ms.date: 09/09/2022
9
9
ms.author: cherylmc
10
-
ms.custom: ignite-fall-2021, mode-other
11
10
12
11
---
13
12
14
13
# Quickstart: Deploy Azure Bastion with default settings
15
14
16
-
In this quickstart, you'll learn how to deploy Azure Bastion with default settings to your virtual network using the Azure portal. After Bastion is deployed, you can connect (SSH/RDP) to virtual machines in the virtual network via Bastion using the private IP address of the VM. When you connect to a VM, it doesn't need a public IP address, client software, agent, or a special configuration.
15
+
In this quickstart, you'll learn how to deploy Azure Bastion with default settings to your virtual network using the Azure portal. After Bastion is deployed, you can connect (SSH/RDP) to virtual machines in the virtual network via Bastion using the private IP address of the VM. When you connect to a VM, it doesn't need a public IP address, client software, agent, or a special configuration. Azure Bastion is a PaaS service that's maintained for you, not a bastion host that you install on one of your VMs and maintain yourself. For more information about Azure Bastion, see [What is Azure Bastion?](bastion-overview.md)
17
16
18
-
In this quickstart, you deploy Bastion from your VM resource using the Azure portal. Bastion is deployed using default settings that are based on the virtual network in which your VM is located. You then connect to your VM using RDP/SSH connectivity and the VM's private IP address. If your VM has a public IP address that you don't need for anything else, you can remove it.
19
-
20
-
Azure Bastion is a PaaS service that's maintained for you, not a bastion host that you install on one of your VMs and maintain yourself. For more information about Azure Bastion, see [What is Azure Bastion?](bastion-overview.md)
17
+
The following steps walk you through how to deploy Bastion from your VM resource using the Azure portal. When you deploy using default settings, the settings are based on the virtual network to which Bastion will be deployed. After deploying Bastion, you'll then connect to your VM using RDP/SSH connectivity and the VM's private IP address. If your VM has a public IP address that you don't need for anything else, you can remove it. While the steps in this quickstart help you deploy Bastion from your VM resource, you can deploy Bastion from a virtual network resource instead. The steps are similar, except you start from the virtual network resource instead of the VM resource.
21
18
22
19
## <aname="prereq"></a>Prerequisites
23
20
@@ -63,7 +60,7 @@ You can use the following example values when creating this configuration, or yo
63
60
64
61
**Bastion values:**
65
62
66
-
When you deploy from VM settings, Bastion is automatically configured with default values.
63
+
When you deploy from VM settings, Bastion is automatically configured with default values from the VNet
67
64
68
65
|**Name**|**Default value**|
69
66
|---|---|
@@ -79,9 +76,9 @@ When you create Azure Bastion using default settings, the settings are configure
79
76
1. Sign in to the [Azure portal](https://portal.azure.com).
80
77
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.
81
78
1. On the page for your VM, in the **Operations** section on the left menu, select **Bastion**. When the **Bastion** page opens, it checks to see if you have enough available address space to create the AzureBastionSubnet. If you don't, you'll see settings to allow you to add more address space to your VNet to meet this requirement.
82
-
1. On the **Bastion** page, 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** to deploy bastion using default settings.
79
+
1. On the **Bastion** page, you can view some of the values that will be used when creating the bastion host for your virtual network. Select **Deploy Bastion** to deploy bastion using default settings.
83
80
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":::
81
+
:::image type="content" source="./media/quickstart-host-portal/deploy.png" alt-text="Screenshot of Deploy Bastion." lightbox="./media/quickstart-host-portal/deploy.png":::
85
82
86
83
1. Bastion begins deploying. This can take around 10 minutes to complete.
87
84
@@ -124,4 +121,6 @@ In this quickstart, you deployed Bastion to your virtual network, and then conne
124
121
125
122
> [!div class="nextstepaction"]
126
123
> [VM connections](vm-about.md)
127
-
> [Azure Bastion configuration settings and features](configuration-settings.md).
124
+
125
+
> [!div class="nextstepaction"]
126
+
> [Azure Bastion configuration settings and features](configuration-settings.md)
0 commit comments