Skip to content

Commit

Permalink
Merge pull request alan-turing-institute#2230 from alan-turing-instit…
Browse files Browse the repository at this point in the history
…ute/supported_regions

Add list of supported regions
  • Loading branch information
JimMadge authored Oct 9, 2024
2 parents 567d30e + 11817fb commit 2b9c619
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions .lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ glob_ignore_case = false
# Exclude URLs and mail addresses from checking (supports regex).
# exclude = [ '.*\.github.com\.*' ]
exclude = [
'code\.visualstudio\.com', # 403
'doi\.org', # 403
'entra.microsoft\.com', # Requires authentication (403)
'example\.org', # domain used for examples only
Expand Down
42 changes: 42 additions & 0 deletions docs/source/deployment/deploy_sre.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,48 @@ sre:

::::

:::{admonition} Supported Azure regions
:class: dropdown important

Some of the SRE resources are not available in all Azure regions.

- Workspace virtual machines use zone redundant storage managed disks which have [limited regional availability](https://learn.microsoft.com/en-us/azure/virtual-machines/disks-redundancy).
- Some shares mounted on workspace virtual machines require premium file shares which have [limited regional availability](https://learn.microsoft.com/en-us/azure/storage/files/redundancy-premium-file-shares).

The regions which satisfy all requirements are,

- Australia East
- Brazil South
- Canada Central
- Central India
- China North 3
- East Asia
- East US
- East US 2
- France Central
- Germany West Central
- Israel Central
- Italy North
- Japan East
- Korea Central
- North Europe
- Norway East
- Poland Central
- Qatar Central
- South Africa North
- South Central US
- Southeast Asia
- Sweden Central
- Switzerland North
- UAE North
- UK South
- US Gov Virginia
- West Europe
- West US 2
- West US 3

:::

:::{hint}
See [here](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/) for a full list of valid Azure VM SKUs.
:::
Expand Down

0 comments on commit 2b9c619

Please sign in to comment.