Skip to content

Commit 87bdc2d

Browse files
committed
UI change
1 parent 6e02beb commit 87bdc2d

File tree

3 files changed

+14
-36
lines changed

3 files changed

+14
-36
lines changed

articles/bastion/quickstart-host-portal.md

Lines changed: 11 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to deploy Azure Bastion with default settings from the Az
55
author: cherylmc
66
ms.service: bastion
77
ms.topic: quickstart
8-
ms.date: 01/18/2024
8+
ms.date: 04/25/2024
99
ms.author: cherylmc
1010

1111
---
@@ -14,15 +14,13 @@ ms.author: cherylmc
1414

1515
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.
1616

17-
The following diagram shows the architecture of Bastion.
18-
1917
:::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":::
2018

21-
The default tier for this type of deployment is the Basic SKU. If you want to deploy by using the Developer SKU instead, see [Quickstart: Deploy Azure Bastion - Developer SKU](quickstart-developer-sku.md). If you want to deploy by using the Standard SKU, see [Tutorial: Deploy Azure Bastion by using specified settings](tutorial-create-host-portal.md). For more information about Bastion, see [What is Azure Bastion?](bastion-overview.md).
19+
When you deploy Bastion automatically, Bastion is deployed with the Basic SKU. If you want to deploy with the Developer SKU instead, see [Quickstart: Deploy Azure Bastion - Developer SKU](quickstart-developer-sku.md). 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). For more information about Bastion, see [What is Azure Bastion](bastion-overview.md)?
2220

23-
The steps in this article help you do the following:
21+
The steps in this article help you:
2422

25-
* Deploy Bastion with default settings from your VM resource by using the Azure portal. When you deploy by using default settings, the settings are based on the virtual network where Bastion will be deployed.
23+
* 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.
2624
* Connect to your VM via the portal by using SSH or RDP connectivity and the VM's private IP address.
2725
* Remove your VM's public IP address if you don't need it for anything else.
2826

@@ -34,13 +32,10 @@ The steps in this article help you do the following:
3432
To complete this quickstart, you need these resources:
3533

3634
* An Azure subscription. If you don't already have one, you can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details) or sign up for a [free account](https://azure.microsoft.com/pricing/free-trial).
37-
* A VM in a virtual network.
38-
39-
When you deploy Bastion by using default values, the values are pulled from the virtual network in which your VM resides. This VM doesn't become a part of the Bastion deployment itself, but you connect to it later in the exercise.
35+
* A VM in a virtual network. When you deploy Bastion by using default values, the values are pulled from the virtual network in which your VM resides. This VM doesn't become a part of the Bastion deployment itself, but you connect to it later in the exercise.
4036

41-
If you don't already have a VM in a virtual network, create a VM by using [Quickstart: Create a Windows VM](../virtual-machines/windows/quick-create-portal.md) or [Quickstart: Create a Linux VM](../virtual-machines/linux/quick-create-portal.md).
42-
43-
If you don't have a virtual network, you can create one at the same time that you create your VM. If you already have a virtual network, make sure that it's selected on the **Networking** tab when you create your VM.
37+
* If you don't already have a VM in a virtual network, create a VM by using [Quickstart: Create a Windows VM](../virtual-machines/windows/quick-create-portal.md) or [Quickstart: Create a Linux VM](../virtual-machines/linux/quick-create-portal.md).
38+
* If you don't have a virtual network, you can create one at the same time that you create your VM. If you already have a virtual network, make sure that it's selected on the **Networking** tab when you create your VM.
4439

4540
* Required VM roles:
4641

@@ -80,28 +75,16 @@ When you deploy from VM settings, Bastion is automatically configured with the f
8075
| **Name** | Based on the virtual network name |
8176
| **Public IP address name** | Based on the virtual network name |
8277

83-
## Configure the AzureBastionSubnet
84-
85-
When you deploy Azure Bastion, resources are created in a specific subnet which must be named **AzureBastionSubnet**. The name of the subnet lets the system know where to deploy resources. Use the following steps to add the AzureBastionSubnet to your virtual network:
86-
87-
[!INCLUDE [Add AzureBastionSubnet](../../includes/bastion-add-subnet-include.md)]
88-
89-
After adding the AzureBastionSubnet, you can continue to the next section and deploy Bastion.
90-
9178
## <a name="createvmset"></a>Deploy Bastion
9279

93-
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 for, a default deployment.
94-
95-
After deployment finishes, you can go to the bastion host's **Configuration** page to select certain additional settings and features. You can also upgrade a SKU later to add more features, but you can't downgrade a SKU after Bastion is deployed. For more information, see [About Azure Bastion configuration settings](configuration-settings.md).
80+
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).
9681

9782
1. Sign in to the [Azure portal](https://portal.azure.com).
9883
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.
99-
1. On the page for your VM, in the **Operations** section on the left menu, select **Bastion**.
100-
1. On the **Bastion** pane, select the arrow next to **Dedicated Deployment Options** to expand the section.
101-
1. In the **Create Bastion** section, select **Deploy Bastion**.
84+
1. On the page for your VM, in the **Operations** section on the left menu, select **Bastion** to open the Bastion page. The Bastion page has different interfaces, depending on the region to which your VM is deployed. Certain features aren't available in all regions. You might need to expand **Dedicated Deployment Options** to access **Deploy Bastion**.
85+
1. Select **Deploy Bastion**. Bastion begins deploying. This process can take around 10 minutes to complete.
10286

10387
:::image type="content" source="./media/quickstart-host-portal/deploy-bastion-automatically.png" alt-text="Screenshot that shows dedicated deployment options and the button for deploying an Azure Bastion instance." lightbox="./media/quickstart-host-portal/deploy-bastion-automatically.png":::
104-
1. Bastion begins deploying. The process can take around 10 minutes to finish.
10588

10689
> [!NOTE]
10790
> [!INCLUDE [Bastion failed subnet](../../includes/bastion-failed-subnet.md)]
@@ -111,9 +94,6 @@ After deployment finishes, you can go to the bastion host's **Configuration** pa
11194
When the Bastion deployment is complete, the screen changes to the **Connect** pane.
11295

11396
1. Enter your authentication credentials. Then, select **Connect**.
114-
115-
:::image type="content" source="./media/quickstart-host-portal/connect-vm.png" alt-text="Screenshot shows the pane for connecting by using Azure Bastion." lightbox="./media/quickstart-host-portal/connect-vm.png":::
116-
11797
1. The connection to this virtual machine via Bastion opens directly in the Azure portal (over HTML5) by using port 443 and the Bastion service. When the portal asks you for permissions to the clipboard, select **Allow**. This step lets you use the remote clipboard arrows on the left of the window.
11898

11999
:::image type="content" source="./media/quickstart-host-portal/connected.png" alt-text="Screenshot that shows an RDP connection to a virtual machine." lightbox="./media/quickstart-host-portal/connected.png":::
@@ -127,7 +107,7 @@ Using keyboard shortcut keys while you're connected to a VM might not result in
127107

128108
[!INCLUDE [Enable VM audio output](../../includes/bastion-vm-audio.md)]
129109

130-
## <a name="remove"></a>Remove a VM's public IP address
110+
## <a name="remove"></a>Remove VM public IP address
131111

132112
[!INCLUDE [Remove a public IP address from a VM](../../includes/bastion-remove-ip.md)]
133113

includes/bastion-remove-ip.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
---
22
author: cherylmc
33
ms.author: cherylmc
4-
ms.date: 08/15/2022
4+
ms.date: 04/25/2024
55
ms.service: bastion
66
ms.topic: include
77

88
---
99

1010
When you connect to a VM by using Azure Bastion, you don't need a public IP address for your VM. If you aren't using the public IP address for anything else, you can dissociate it from your VM:
1111

12-
1. Go to your virtual machine and select **Networking**. Click **NIC Public IP**.
12+
1. Go to your virtual machine. On the **Overview** page, click the **Public IP address** to open the Public IP address page.
1313

14-
:::image type="content" source="./media/bastion-remove-ip/networking.png" alt-text="Screenshot of the Networking pane for a virtual network." lightbox="./media/bastion-remove-ip/networking.png" :::
15-
16-
1. On the **Public IP address** pane, the VM network interface is listed under **Associated to**. Select **Dissociate** at the top of the pane.
14+
1. On the **Public IP address** page, go to **Overview**. You can view the resource that this IP address is **Associated to**. Select **Dissociate** at the top of the pane.
1715

1816
:::image type="content" source="./media/bastion-remove-ip/dissociate.png" alt-text="Screenshot of details for a virtual machine's public IP address." lightbox="./media/bastion-remove-ip/dissociate.png":::
1917

-205 KB
Binary file not shown.

0 commit comments

Comments
 (0)