Skip to content

Commit 3053316

Browse files
committed
Apply article review fixes to host scaling and configuration settings
1 parent 823695b commit 3053316

2 files changed

Lines changed: 17 additions & 16 deletions

File tree

articles/bastion/configuration-settings.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,9 @@ Refer to the table below for creating/using public IP addresses for zonal Bastio
6767

6868
## <a name="instance"></a>Instances and host scaling
6969

70-
An instance is an optimized Azure VM that is created when you configure Azure Bastion. It's fully managed by Azure and runs all of the processes needed for Azure Bastion. An instance is also referred to as a scale unit. You connect to client VMs via an Azure Bastion instance. When you configure Azure Bastion using the Basic SKU, two instances are created. If you use the Standard SKU or higher, you can specify the number of instances (with a minimum of two instances). This is called **host scaling**.
70+
An instance is an optimized Azure VM that is created when you configure Azure Bastion. Azure fully manages each instance for you. An instance is also referred to as a scale unit. You connect to client VMs via an Azure Bastion instance. When you configure Azure Bastion using the Basic SKU, two instances are created. If you use the Standard SKU or higher, you can specify the number of instances. This is called **host scaling**.
7171

72-
Each instance can support 20 concurrent RDP connections and 40 concurrent SSH connections for medium workloads (see [Azure subscription limits and quotas](../azure-resource-manager/management/azure-subscription-service-limits.md) for more information). The number of connections per instances depends on what actions you're taking when connected to the client VM. For example, if you're doing something data intensive, it creates a larger load for the instance to process. Once the concurrent sessions are exceeded, another scale unit (instance) is required.
73-
74-
Instances are created in the AzureBastionSubnet. To allow for host scaling, the AzureBastionSubnet should be /26 or larger. Using a smaller subnet limits the number of instances you can create. For more information about the AzureBastionSubnet, see the [subnets](#subnet) section in this article.
75-
76-
You can configure this setting using the following methods:
77-
78-
| Method | Value | Links | Requires Standard SKU or higher|
79-
| --- | --- | --- | ---|
80-
| Azure portal |Instance count | [How-to](configure-host-scaling.md)| Yes |
81-
| Azure PowerShell | ScaleUnit | [How-to](configure-host-scaling.md) | Yes |
72+
To configure host scaling, see [Configure host scaling](configure-host-scaling.md).
8273

8374
## <a name="ports"></a>Custom ports
8475

@@ -110,6 +101,7 @@ When a user without Azure credentials clicks a shareable link, a webpage opens t
110101

111102
## Next steps
112103

113-
For frequently asked questions, see the [Azure Bastion FAQ](bastion-faq.md).
114-
Choose the right Azure Bastion SKU for your needs by reading [Choose the right Azure Bastion SKUs to meet your needs](bastion-sku-comparison.md).
115-
Review the cost optimization recommendations for Azure Bastion in [Optimize Azure Bastion costs](cost-optimization.md).
104+
* Learn about [frequently asked questions for Azure Bastion](bastion-faq.md).
105+
* Learn about the different [Azure Bastion SKU tiers](bastion-sku-comparison.md) and choose the right one for your requirements.
106+
* Learn how to [optimize Azure Bastion costs](cost-optimization.md) while maintaining secure remote access.
107+
* Learn how to [add more instances (scale units) to Azure Bastion](configure-host-scaling.md).

articles/bastion/configure-host-scaling.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@ ms.author: abell
1313

1414
# Configure host scaling for Azure Bastion
1515

16-
This article helps you add scale units (instances) to your Azure Bastion deployment so you can support more concurrent client connections. Each instance supports 20 concurrent RDP connections and 40 concurrent SSH connections for medium workloads. For more information about host scaling, see [Instances and host scaling](configuration-settings.md#instance).
16+
This article helps you configure host scaling for your Azure Bastion deployment. Host scaling lets you adjust the number of instances (scale units) to support more concurrent client connections. For more information about instances and host scaling, see [Instances and host scaling](configuration-settings.md#instance).
17+
18+
> [!IMPORTANT]
19+
> Host scaling requires the Standard SKU tier or higher. Any changes to scale units disrupt active Bastion connections. Plan changes during maintenance windows.
20+
21+
## Considerations
22+
23+
Each instance can support 20 concurrent RDP connections and 40 concurrent SSH connections for medium workloads (see [Azure subscription limits and quotas](../azure-resource-manager/management/azure-subscription-service-limits.md) for more information). The number of connections per instance depends on what actions you're taking when connected to the client VM. For example, if you're transferring large files or streaming media, data-intensive tasks reduce the number of concurrent connections your instance can handle. When concurrent sessions exceed the instance limit, you need to add another scale unit to handle additional connections.
24+
25+
Instances are created in the AzureBastionSubnet. To allow for host scaling, the AzureBastionSubnet should be /26 or larger. Using a smaller subnet limits the number of instances you can create. For more information about the AzureBastionSubnet, see the [Azure Bastion subnet](configuration-settings.md#subnet) section.
1726

1827
> [!IMPORTANT]
1928
> Host scaling requires the Standard SKU tier or higher. Any changes to scale units will disrupt active Bastion connections.
@@ -49,4 +58,4 @@ This article helps you add scale units (instances) to your Azure Bastion deploym
4958

5059
## Next steps
5160

52-
* Learn about [Azure Bastion configuration settings](configuration-settings.md).
61+
* Learn about the [available configuration settings for Azure Bastion](configuration-settings.md).

0 commit comments

Comments
 (0)