Skip to content

Commit 59cdb6f

Browse files
committed
Updates
1 parent c01f057 commit 59cdb6f

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

articles/reliability/reliability-bastion.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ You can specify which availability zone or zones an Azure Bastion resource shoul
3838
3939
### Requirements
4040

41-
<!-- TODO check this -->
42-
You can configure zone redundancy on Azure Bastion resources with the Basic, Standard, and Premium SKUs. The Developer SKU doesn't support zone redundancy.
41+
You can configure zone redundancy on Azure Bastion resources with the Basic, Standard, and Premium SKUs.
42+
43+
The Developer SKU is intended for non-production use. It doesn't support zone redundancy. However, in the event of a region failure, Azure Bastion attempts to route traffic through different infrastructure.
4344

4445
### Regions supported
4546

@@ -53,12 +54,6 @@ Azure Bastion support for availability zones is currently in preview. During pre
5354
| East US 2 | West Europe | | |
5455
| West US 2 | | | |
5556

56-
<!-- TODO what does this mean? -->
57-
If you've previously deployed an Azure Bastion resource in one of the following regions, it might already be zone-redundant:
58-
59-
- Korea Central
60-
- Southeast Asia
61-
6257
### Cost
6358

6459
There's no additional cost to use zone redundancy for Azure Bastion.
@@ -67,13 +62,15 @@ There's no additional cost to use zone redundancy for Azure Bastion.
6762

6863
**New resources:** When you deploy a new Bastion resource in a [region that supports availabiilty zones](#regions-supported), you select the specific zones you want to deploy to. Select multiple zones for zone redundancy. You can't change the availability zone setting after your Bastion resource is deployed.
6964

70-
When you select the availability zones to use, you're selecting the logical availability zone. If you deploy other workload components in a different Azure subscription, they might use a different logical availability zone number to access the same physical availabilty zone. For more information, see [Physical and logical availability zones](TODO).
65+
When you select the availability zones to use, you're selecting the logical availability zone. If you deploy other workload components in a different Azure subscription, they might use a different logical availability zone number to access the same physical availabilty zone. For more information, see [Physical and logical availability zones](./availability-zones-overview.md#physical-and-logical-availability-zones).
7166

7267
**Migration:** Migration from non-availability zone support to availability zone support isn't possible. Instead, you need to create a Bastion resource in the new region and delete the old one.
7368

7469
### Traffic routing between zones
7570

76-
<!-- TODO waiting on PG -->
71+
When you initiate an SSH or RDP session, it can be routed to an Azure Bastion instance in any of the availability zones you selected.
72+
73+
It's possible that a session might be sent to an Azure Bastion instance in a different availabilty zone to the virtual machine you're connecting to. For most scenarios, the small amount of cross-zone latency isn't significant. However, if you have unusually stringent latency requirements for your Azure Bastion workloads, you should deploy a dedicated single-zone Azure Bastion instance in the virtual machine's availability zone. This configuration doesn't provide zone redundancy, and we don't recommend it for most customers.
7774

7875
### Zone-down experience
7976

@@ -83,7 +80,7 @@ When you select the availability zones to use, you're selecting the logical avai
8380

8481
**Active requests:** When an availability zone is unavailable, any RDP or SSH connections in progress that use an Azure Bastion instance in the faulty availability zone are terminated and need to be retried.
8582

86-
If the VM you're connecting to isn't in the affected availability zone, the VM continues to be accessible. See [Reliability in Virtual Machines: Zone down experience](./reliability-virtual-machines.md#zone-down-experience) for more information on the VM zone down experience.
83+
If the virtual machine you're connecting to isn't in the affected availability zone, the virtual machine continues to be accessible. See [Reliability in virtual machines: Zone down experience](./reliability-virtual-machines.md#zone-down-experience) for more information on the VM zone down experience.
8784

8885
**Traffic rerouting:** New connections use Azure Bastion instances in the surviving availability zones. Overall, Azure Bastion continues to remain operational.
8986

@@ -99,7 +96,7 @@ The Azure Bastion platform manages traffic routing, failover, and failback for z
9996

10097
Azure Bastion is deployed within virtual networks or peered virtual networks, and is associated with an Azure region. Azure Bastion is a single-region service. If the region becomes unavailable, your Bastion resource is also unavailable.
10198

102-
Azure Bastion supports reaching VMs in globally peered virtual networks, but if the region that hosts your Azure Bastion resource is unavailable, you won't be able to use your Bastion resource. For higher resiliency, if you deploy your overall solution into multiple regions with separate virtual networks in each region, you should deploy Azure Bastion into each region.
99+
Azure Bastion supports reaching virtual machines in globally peered virtual networks, but if the region that hosts your Azure Bastion resource is unavailable, you won't be able to use your Bastion resource. For higher resiliency, if you deploy your overall solution into multiple regions with separate virtual networks in each region, you should deploy Azure Bastion into each region.
103100

104101
If you have a disaster recovery (DR) site in another Azure region, ensure you deploy Azure Bastion into the virtual network in that region.
105102

0 commit comments

Comments
 (0)