> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/cloud/azure/courses/az900-course/core-azure-architectural-components/regions-and-availability-zones.md).

# Regions & Availability Zones

## Regions

Split in more then +60 Regions: (Not all regions are available for everyone)&#x20;

![](/files/uUoczwzZMwJQpXw9Yn8x)

{% hint style="info" %}
Some Regions do have some normal access to them like China. The China region is run by a different Chinese company and in order to be able to access it you would need to have an agreement with that company.
{% endhint %}

## Region Pairs

### What are Paired Regions?

* Each region has one other region which is treated as it's "pair"
* Almost always in the same geography - data storage laws
* The data connection between region pairs is the highest speed available
* Software rollouts are deployed to one region of a pair and the other is not touched
* if multiple regions go down, one region of each pair is treated as a priority

### Example Pairs

**Canada:** Canada Central - Canada East&#x20;

**Europe:** North Europe - West Europe&#x20;

**USA:** East US - West US&#x20;

**USA:** East US2 - Central US&#x20;

**USA:** North Central US - South Central US&#x20;

**Brazil:** Brazil South - South Central US

***

## Availability Zones

![](/files/8T6EPlf4Eo2HKDHak2B9)

**Regions are broken up further into Availability Zones** You can choose to which Availability Zone in the Region you want to deploy too.

**Each Availability Zone is separated from each other running on it's own power, cooling and network**

* So if there are issues with power or other similar stuff it's likely only to affect one of the Availability Zones but not the other/others


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.arkannis.net/cloud/azure/courses/az900-course/core-azure-architectural-components/regions-and-availability-zones.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
