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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,25 +5,25 @@ description: Learn how to deploy Azure Bastion with default settings from the Az
5
5
author: cherylmc
6
6
ms.service: azure-bastion
7
7
ms.topic: quickstart
8
-
ms.date: 01/21/2025
8
+
ms.date: 02/19/2025
9
9
ms.author: cherylmc
10
10
11
11
---
12
12
13
13
# Quickstart: Deploy Azure Bastion automatically
14
14
15
-
In this quickstart, you learn how to deploy Azure Bastion automatically in the Azure portal by using default settings and the Basic SKU. After you deploy Bastion, you can use SSH or RDP to connect to virtual machines (VMs) in the virtual network via Bastion by using the private IP addresses of the VMs. The VMs that you connect to don't need a public IP address, client software, an agent, or a special configuration. For more information about Bastion, see [What is Azure Bastion](bastion-overview.md)?
15
+
In this quickstart, you learn how to deploy Azure Bastion automatically in the Azure portal by using default settings and the Standard SKU. After you deploy Bastion, you can use SSH or RDP to connect to virtual machines (VMs) in the virtual network via Bastion by using the private IP addresses of the VMs. The VMs that you connect to don't need a public IP address, client software, an agent, or a special configuration. For more information about Bastion, see [What is Azure Bastion](bastion-overview.md)?
16
16
17
17
:::image type="content" source="./media/create-host/host-architecture.png" alt-text="Diagram that shows the Azure Bastion architecture." lightbox="./media/create-host/host-architecture.png":::
18
18
19
-
At this time, when you deploy Bastion automatically, Bastion is deployed with Basic SKU.
19
+
At this time, when you deploy Bastion automatically, Bastion is deployed with Standard SKU.
20
20
21
21
* If you want to deploy with the Developer SKU instead, see [Quickstart: Deploy Azure Bastion - Developer SKU](quickstart-developer-sku.md).
22
22
* If you want to specify features, configuration settings, or use a different SKU when you deploy Bastion, see [Tutorial: Deploy Azure Bastion by using specified settings](tutorial-create-host-portal.md).
23
23
24
24
The steps in this article help you:
25
25
26
-
* Deploy Bastion with default settings (Basic SKU) from your VM resource by using the Azure portal. When you deploy by using default settings, the settings are based on the virtual network in which the VM resides.
26
+
* Deploy Bastion with default settings (Standard SKU) from your VM resource by using the Azure portal. When you deploy by using default settings, the settings are based on the virtual network in which the VM resides.
27
27
* Connect to your VM via the portal by using SSH or RDP connectivity and the VM's private IP address.
28
28
* Remove your VM's public IP address if you don't need it for anything else.
29
29
@@ -74,13 +74,13 @@ When you deploy from VM settings, Bastion is automatically configured with the f
74
74
|Name | Default value |
75
75
|---|---|
76
76
|**AzureBastionSubnet**| Created within the virtual network as a /26 |
77
-
|**SKU**|**Basic**|
77
+
|**SKU**|**Standard**|
78
78
|**Name**| Based on the virtual network name |
79
79
|**Public IP address name**| Based on the virtual network name |
80
80
81
81
## <aname="createvmset"></a>Deploy Bastion
82
82
83
-
When you create an Azure Bastion instance in the portal by using **Deploy Bastion**, you deploy Bastion automatically by using default settings and the Basic SKU. You can't modify, or specify additional values when you select **Deploy Bastion**. After deployment completes, you can later go to the **Configuration** page for the bastion host to configure additional settings or upgrade the SKU. For more information, see [About Azure Bastion configuration settings](configuration-settings.md).
83
+
When you create an Azure Bastion instance in the portal by using **Deploy Bastion**, you deploy Bastion automatically by using default settings and the Standard SKU. You can't modify, or specify additional values when you select **Deploy Bastion**. After deployment completes, you can later go to the **Configuration** page for the bastion host to configure additional settings or upgrade the SKU. For more information, see [About Azure Bastion configuration settings](configuration-settings.md).
84
84
85
85
1. Sign in to the [Azure portal](https://portal.azure.com).
86
86
1. In the portal, go to the VM that you want to connect to. The values from the virtual network where this VM resides will be used to create the Bastion deployment.
0 commit comments