Skip to content

Commit 591a5c1

Browse files
committed
availability zones
1 parent 2330c0c commit 591a5c1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
15.7 KB
Loading

articles/bastion/tutorial-create-host-portal.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: 'Tutorial: Deploy Azure Bastion using specified settings: Azure portal'
3-
description: Learn how to deploy Azure Bastion by using settings that you specify in the Azure portal.
3+
description: Learn how to deploy Azure Bastion by using settings that you specify in the Azure portal. Use these steps when you want to specify features and settings.
44
author: cherylmc
55
ms.service: bastion
66
ms.topic: tutorial
7-
ms.date: 10/13/2023
7+
ms.date: 03/29/2024
88
ms.author: cherylmc
9-
109
---
1110

1211
# Tutorial: Deploy Azure Bastion by using specified settings
@@ -19,7 +18,7 @@ The following diagram shows the architecture of Bastion.
1918

2019
:::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":::
2120

22-
In this tutorial, you deploy Bastion by using the Standard SKU. You adjust host scaling (instance count), which the Standard SKU supports. If you use a lower SKU for the deployment, you can't adjust host scaling.
21+
In this tutorial, you deploy Bastion by using the Standard SKU. You adjust host scaling (instance count), which the Standard SKU supports. If you use a lower SKU for the deployment, you can't adjust host scaling. You can also select an availability zone, depending on the region to which you want to deploy.
2322

2423
After the deployment is complete, you connect to your VM via private IP address. If your VM has a public IP address that you don't need for anything else, you can remove it.
2524

@@ -71,6 +70,7 @@ You can use the following example values when creating this configuration, or yo
7170
| **Name** | **VNet1-bastion** |
7271
| **+ Subnet Name** | **AzureBastionSubnet** |
7372
| **AzureBastionSubnet addresses** | A subnet within your virtual network address space with a subnet mask of /26 or larger; for example, **10.1.1.0/26** |
73+
| **Availability zone** | Select value(s) from the dropdown list, if desired.|
7474
| **Tier/SKU** | **Standard** |
7575
| **Instance count (host scaling)**| **3** or greater |
7676
| **Public IP address** | **Create new** |
@@ -102,6 +102,8 @@ This section helps you deploy Bastion to your virtual network. After Bastion is
102102

103103
* **Region**: The Azure public region in which the resource will be created. Choose the region where your virtual network resides.
104104

105+
* **Availability zone**: Select the zone(s) from the dropdown, if desired. Only certain regions are supported. For more information, see the [What are availability zones?](https://learn.microsoft.com/azure/reliability/availability-zones-overview?tabs=azure-cli) article.
106+
105107
* **Tier**: The SKU. For this tutorial, select **Standard**. For information about the features available for each SKU, see [Configuration settings - SKU](configuration-settings.md#skus).
106108

107109
* **Instance count**: The setting for host scaling, which is available for the Standard SKU. You configure host scaling in scale unit increments. Use the slider or enter a number to configure the instance count that you want. For more information, see [Instances and host scaling](configuration-settings.md#instance) and [Azure Bastion pricing](https://azure.microsoft.com/pricing/details/azure-bastion).

0 commit comments

Comments
 (0)