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/reliability/availability-zones-service-support.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ Azure offerings are grouped into three categories that reflect their _regional_
131
131
|[Azure App Service](./reliability-app-service.md#availability-zone-support)||
132
132
|[Azure App Service: App Service Environment](./reliability-app-service.md#availability-zone-support)||
133
133
|[Azure Backup](reliability-backup.md#availability-zone-support)||
134
-
|[Azure Bastion](../bastion/bastion-overview.md)||
134
+
|[Azure Bastion](../bastion/bastion-overview.md)||
135
135
|[Azure Batch](./reliability-batch.md)||
136
136
|[Azure Cache for Redis](./migrate-cache-redis.md)||
137
137
|[Azure AI Search](/azure/search/search-reliability#availability-zones)||
When you select which availability zones to use, you're actually 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 availability zone. For more information, see [Physical and logical availability zones](./availability-zones-overview.md#physical-and-logical-availability-zones).
Copy file name to clipboardExpand all lines: articles/reliability/reliability-bastion.md
+23-14Lines changed: 23 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,24 +33,27 @@ If transient faults affect your virtual machine or Azure Bastion host, clients u
33
33
34
34
## Availability zone support
35
35
36
-
You can configure Azure Bastion to be *zone redundant* so that your resources are spread across multiple [availability zones](../reliability/availability-zones-overview.md). When you spread resources across availability zones, you can achieve resiliency and reliability for your production workloads.
36
+
[!INCLUDE[introduction to AZ](includes/reliability-availability-zone-description-include.md)]
37
37
38
-
You can specify which availability zone or zones an Azure Bastion resource should be deployed to. Azure Bastion spreads your instances across those zones. The following diagram shows Azure Bastion instances spread across three zones:
38
+
Azure Bastion supports availability zones in both zonal and zone-redundant configurations:
39
39
40
-
:::image type="content" source="media/reliability-bastion/bastion-instances-zones.png" alt-text="Diagram that shows Azure Bastion with three instances, each in a separate availability zone." border="false":::
40
+
-*Zonal:* You can select a single availability zone for an Azure Bastion resource.
41
41
42
-
> [!NOTE]
43
-
> If you specify more availability zones than you have instances, Azure Bastion spreads instances across as many zones as it can. If an availability zone is unavailable, the instance in the faulty zone is replaced with another instance in a healthy zone.
42
+
> [!NOTE]
43
+
> Pinning to a single zone doesn’t increase resiliency. To improve resiliency, you need to either use a zone-redundant configuration or explicitly deploy resources into multiple zones.
44
44
45
-
### Requirements
45
+
-*Zone-redundant:* Enabling zone redundancy for an Azure Bastion resource spreads your instances across multiple [availability zones](../reliability/availability-zones-overview.md). When you spread resources across availability zones, you can achieve resiliency and reliability for your production workloads.
46
46
47
-
To configure Azure Bastion resources with zone redundancy, you must deploy with the Basic, Standard, or Premium SKUs.
47
+
The following diagram shows a zone-redundant Azure Bastion resource, with its instances spread across three zones:
48
48
49
-
Bastion requires a Standard SKU zone-redundant Public IP.
49
+
:::image type="content" source="media/reliability-bastion/bastion-instances-zones.png" alt-text="Diagram that shows a zone-redundant Azure Bastion resource with three instances, each in a separate availability zone." border="false":::
50
+
51
+
> [!NOTE]
52
+
> If you specify more availability zones than you have instances, Azure Bastion spreads instances across as many zones as it can. If an availability zone is unavailable, the instance in the faulty zone is replaced with another instance in a healthy zone.
50
53
51
54
### Regions supported
52
55
53
-
Zone-redundant Azure Bastion resources can be deployed into the following regions:
56
+
Zonal and zone-redundant Azure Bastion resources can be deployed into the following regions:
54
57
55
58
| Americas | Europe | Middle East | Africa | Asia Pacific |
56
59
|---|---|---|---|---|
@@ -62,6 +65,12 @@ Zone-redundant Azure Bastion resources can be deployed into the following region
62
65
| East US 2 EUAP | Italy North |||
63
66
| Mexico Central| Spain Central |||
64
67
68
+
### Requirements
69
+
70
+
- To configure Azure Bastion resources to be zonal or zone redundant, you must deploy with the Basic, Standard, or Premium SKUs.
71
+
72
+
- Azure Bastion requires a Standard SKU zone-redundant Public IP address.
73
+
65
74
### Cost
66
75
67
76
There's no additional cost to use zone redundancy for Azure Bastion.
@@ -73,29 +82,29 @@ There's no additional cost to use zone redundancy for Azure Bastion.
73
82
>[!IMPORTANT]
74
83
> You can't change the availability zone setting after you deploy your Azure Bastion resource.
75
84
76
-
When you select which availability zones to use, you're actually 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 availability zone. For more information, see [Physical and logical availability zones](./availability-zones-overview.md#physical-and-logical-availability-zones).
85
+
[!INCLUDE [Availability zone numbering](./includes/reliability-availability-zone-numbering-include.md)]
77
86
78
-
**Migration:** It's not possible to add availability zone support to an existing resource that doesn't have it. Instead, you need to create an Azure Bastion resource in the new region and delete the old one.
87
+
**Migration:** It's not possible to change the availability zone configuration of an existing Azure Bastion resource. Instead, you need to create an Azure Bastion resource with the new configuration and delete the old one.
79
88
80
89
### Traffic routing between zones
81
90
82
91
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.
83
92
84
-
A session might be sent to an Azure Bastion instance in an availability zone that's different from the virtual machine you're connecting to. In the following diagram, a request from the user is sent to an Azure Bastion instance in zone 2, although the virtual machine is in zone 1:
93
+
If you configure zone redundancy on Azure Bastion, a session might be sent to an Azure Bastion instance in an availability zone that's different from the virtual machine you're connecting to. In the following diagram, a request from the user is sent to an Azure Bastion instance in zone 2, although the virtual machine is in zone 1:
85
94
86
95
:::image type="content" source="./media/reliability-bastion/bastion-cross-zone.png" alt-text="Diagram that shows Azure Bastion with three instances. A user request goes to an Azure Bastion instance in zone 2 and is sent to a VM in zone 1." border="false":::
87
96
88
97
In 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.
89
98
90
99
### Zone-down experience
91
100
92
-
**Detection and response:** Azure Bastion detects and responds to failures in an availability zone. You don't need to do anything to initiate an availability zone failover.
101
+
**Detection and response:**When you use zone redundancy, Azure Bastion detects and responds to failures in an availability zone. You don't need to do anything to initiate an availability zone failover.
93
102
94
103
**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.
95
104
96
105
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.
97
106
98
-
**Traffic rerouting:**New connections use Azure Bastion instances in the surviving availability zones. Overall, Azure Bastion remains operational.
107
+
**Traffic rerouting:**When you use zone redundancy, new connections use Azure Bastion instances in the surviving availability zones. Overall, Azure Bastion remains operational.
0 commit comments