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/tutorial-create-host-portal.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
---
2
2
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.
4
4
author: cherylmc
5
5
ms.service: bastion
6
6
ms.topic: tutorial
7
-
ms.date: 10/13/2023
7
+
ms.date: 03/29/2024
8
8
ms.author: cherylmc
9
-
10
9
---
11
10
12
11
# Tutorial: Deploy Azure Bastion by using specified settings
@@ -19,7 +18,7 @@ The following diagram shows the architecture of Bastion.
19
18
20
19
:::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":::
21
20
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.
23
22
24
23
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.
25
24
@@ -71,6 +70,7 @@ You can use the following example values when creating this configuration, or yo
71
70
|**Name**|**VNet1-bastion**|
72
71
|**+ Subnet Name**|**AzureBastionSubnet**|
73
72
|**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.|
74
74
|**Tier/SKU**|**Standard**|
75
75
|**Instance count (host scaling)**|**3** or greater |
76
76
|**Public IP address**|**Create new**|
@@ -102,6 +102,8 @@ This section helps you deploy Bastion to your virtual network. After Bastion is
102
102
103
103
***Region**: The Azure public region in which the resource will be created. Choose the region where your virtual network resides.
104
104
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
+
105
107
***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).
106
108
107
109
***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