Skip to content

Commit 2d5f928

Browse files
committed
edit
1 parent f25a407 commit 2d5f928

File tree

2 files changed

+48
-4
lines changed

2 files changed

+48
-4
lines changed
36 KB
Loading

articles/reliability/reliability-bastion.md

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,71 @@ ms.author: anaharris
66
ms.topic: reliability-article
77
ms.custom: subject-reliability
88
ms.service: bastion
9-
ms.date: 05/01/2024
9+
ms.date: 06/21/2024
1010
---
1111

1212

1313
# Reliability in Azure Bastion
1414

1515
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).
1616

17-
18-
1917
For a more detailed overview of reliability in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
2018

2119
## Availability zone support
2220

2321
[!INCLUDE [Availability zone description](includes/reliability-availability-zone-description-include.md)]
2422

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
2629

2730
### Prerequisites
2831

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
2972

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.
3074

3175
### Cross-region disaster recovery in multi-region geography
3276

0 commit comments

Comments
 (0)