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/reliability-bastion.md
+48-4Lines changed: 48 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,71 @@ ms.author: anaharris
6
6
ms.topic: reliability-article
7
7
ms.custom: subject-reliability
8
8
ms.service: bastion
9
-
ms.date: 05/01/2024
9
+
ms.date: 06/21/2024
10
10
---
11
11
12
12
13
13
# Reliability in Azure Bastion
14
14
15
15
This article describes reliability support in Azure Bastion and covers both intra-regional resiliency with [availability zones](#availability-zone-support) and information on [cross-region recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity).
16
16
17
-
18
-
19
17
For a more detailed overview of reliability in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
20
18
21
19
## Availability zone support
22
20
23
21
[!INCLUDE [Availability zone description](includes/reliability-availability-zone-description-include.md)]
24
22
25
-
Currently, by default, new Bastion deployments don't support zone redundancies. Previously deployed bastions might or might not be zone-redundant. The exceptions are Bastion deployments in Korea Central and Southeast Asia, which do support zone redundancies.
23
+
24
+
Bastion support for availability zones with [zonal](./availability-zones-overview.md#zonal-and-zone-redundant-services) configuration is currently in preview. A zone-redundant configuration is not supported.
25
+
26
+
Previously deployed Bastions may or may not be zone-redundant and these are limited to the following regions:
27
+
- Korea Central
28
+
- Southeast Asia
26
29
27
30
### Prerequisites
28
31
32
+
For a zonal deployment, your Bastion resource must be in one of the following regions:
33
+
34
+
- East US
35
+
- Australia East
36
+
- East US 2
37
+
- Central US
38
+
- Qatar Central
39
+
- South Africa North
40
+
- West Europe
41
+
- West US 2
42
+
- North Europe
43
+
- Sweden Central
44
+
- UK South
45
+
- Canada Central
46
+
47
+
### SLA improvements
48
+
49
+
There is no change to pricing for availability zone support.
50
+
51
+
### Create a resource with availability zones enabled
52
+
53
+
To choose a region for a zonal configuration:
54
+
55
+
1. Go to the [Azure portal](https://portal.azure.com).
56
+
1.[Create your Bastion resource](/azure/bastion/tutorial-create-host-portal).
57
+
58
+
- For **Region**, select one of the regions listed in the [Prerequisites section](#prerequisites).
59
+
- For **Availablity zone**, select the zones.
60
+
61
+
:::image type="content" source="./media/reliability-bastion/create-bastion-zonal.png" alt-text="Screnshot showing the Availability zone setting while creating a Bastion resource.":::
62
+
63
+
>[!NOTE]
64
+
>You can't change the zonal availability zone setting after Bastion is deployed.
65
+
66
+
67
+
### Zone down experience
68
+
69
+
When a zone goes down, the VM and Bastion should still 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.
70
+
71
+
### Migrate to availability zone support
29
72
73
+
Migration from non-availability zone support to availability zone support is not possible. Instead, you'll need to [create a Bastion resource](/azure/bastion/tutorial-create-host-portal) in the new region and delete the old one.
30
74
31
75
### Cross-region disaster recovery in multi-region geography
0 commit comments