Skip to content

Commit ab48631

Browse files
authored
Update quickstart-host-portal.md
standard SKU change
1 parent 4b88eac commit ab48631

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/bastion/quickstart-host-portal.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ description: Learn how to deploy Azure Bastion with default settings from the Az
55
author: cherylmc
66
ms.service: azure-bastion
77
ms.topic: quickstart
8-
ms.date: 01/21/2025
8+
ms.date: 02/19/2025
99
ms.author: cherylmc
1010

1111
---
1212

1313
# Quickstart: Deploy Azure Bastion automatically
1414

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)?
1616

1717
:::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":::
1818

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.
2020

2121
* If you want to deploy with the Developer SKU instead, see [Quickstart: Deploy Azure Bastion - Developer SKU](quickstart-developer-sku.md).
2222
* 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).
2323

2424
The steps in this article help you:
2525

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.
2727
* Connect to your VM via the portal by using SSH or RDP connectivity and the VM's private IP address.
2828
* Remove your VM's public IP address if you don't need it for anything else.
2929

@@ -74,13 +74,13 @@ When you deploy from VM settings, Bastion is automatically configured with the f
7474
|Name | Default value |
7575
|---|---|
7676
|**AzureBastionSubnet** | Created within the virtual network as a /26 |
77-
|**SKU** | **Basic** |
77+
|**SKU** | **Standard** |
7878
| **Name** | Based on the virtual network name |
7979
| **Public IP address name** | Based on the virtual network name |
8080

8181
## <a name="createvmset"></a>Deploy Bastion
8282

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).
8484

8585
1. Sign in to the [Azure portal](https://portal.azure.com).
8686
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

Comments
 (0)