Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync for protected branch #2399

Merged
merged 5 commits into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions data-explorer/migrate-cluster-to-multiple-availability-zone.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,13 @@ In this article, you learn about:
## Prerequisites

- Make sure your cluster is in a region where migration to multiple availability zones is supported. For more information, see [Supported regions](#supported-regions).
- Make sure your cluster is in a region where migration to multiple availability zones is supported.

- For migrating a cluster to support availability zones, you need a cluster that was deployed without any availability zones.
- For changing the zones of a cluster, you need a cluster that is configured with availability zones.
- For REST API, familiarize yourself with [Manage Azure resources by using the REST API](/azure/azure-resource-manager/management/manage-resources-rest).
- For other programmatic methods, see [Prerequisites](create-cluster-database.md#prerequisites).

### Supported regions

Migration to multiple availability zones is limited to regions that don't have capacity restrictions. The following regions are currently supported:

- Australia East
- Canada Central
- China North 3
- India Central
- North Europe
- Norway East
- South Africa North
- Sweden Central
- UAE North
- UK South

## Get the list of availability zones for your cluster's region

You can get a list of availability zones for your cluster in the following ways:
Expand Down