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
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,18 +35,25 @@ If transient faults affect your virtual machine or Azure Bastion host, clients u
35
35
36
36
[!INCLUDE [AZ support description](includes/reliability-availability-zone-description-include.md)]
37
37
38
-
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.
38
+
Azure Bastion supports availability zones in both zonal and zone-redundant configurations:
39
39
40
-
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:
40
+
-*Zonal:*You can select a single availability zone for an Azure Bastion resource.
41
41
42
-
:::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":::
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
+
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
+
47
+
The following diagram shows a zone-redundant Azure Bastion resource, with its instances spread across three zones:
48
+
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":::
43
50
44
51
> [!NOTE]
45
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.
46
53
47
54
### Regions supported
48
55
49
-
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:
50
57
51
58
| Americas | Europe | Middle East | Africa | Asia Pacific |
52
59
|---|---|---|---|---|
@@ -58,14 +65,11 @@ Zone-redundant Azure Bastion resources can be deployed into the following region
58
65
| East US 2 EUAP | Italy North |||
59
66
| Mexico Central| Spain Central |||
60
67
61
-
62
68
### Requirements
63
69
64
-
To configure Azure Bastion resources with zone redundancy, you must deploy with the Basic, Standard, or Premium SKUs.
65
-
66
-
Bastion requires a Standard SKU zone-redundant Public IP.
67
-
70
+
- To configure Azure Bastion resources to be zonal or zone redundant, you must deploy with the Basic, Standard, or Premium SKUs.
68
71
72
+
- Azure Bastion requires a Standard SKU zone-redundant Public IP address.
69
73
70
74
### Cost
71
75
@@ -78,29 +82,29 @@ There's no additional cost to use zone redundancy for Azure Bastion.
78
82
>[!IMPORTANT]
79
83
> You can't change the availability zone setting after you deploy your Azure Bastion resource.
80
84
81
-
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)]
82
86
83
-
**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.
84
88
85
89
### Traffic routing between zones
86
90
87
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.
88
92
89
-
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:
90
94
91
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":::
92
96
93
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.
94
98
95
99
### Zone-down experience
96
100
97
-
**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.
98
102
99
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.
100
104
101
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.
102
106
103
-
**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