From 35736dbca6248a4d046a2b8fb47fa2eb71907307 Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Tue, 8 Oct 2024 11:20:34 +0100 Subject: [PATCH 1/2] Add list of supported SRE regions --- docs/source/deployment/deploy_sre.md | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/docs/source/deployment/deploy_sre.md b/docs/source/deployment/deploy_sre.md index d4161ea579..2a1e5511a7 100644 --- a/docs/source/deployment/deploy_sre.md +++ b/docs/source/deployment/deploy_sre.md @@ -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. ::: From 11817fbf2847196dc398562f31db93df12f10dbc Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Tue, 8 Oct 2024 11:34:06 +0100 Subject: [PATCH 2/2] Add lychee exception --- .lychee.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.lychee.toml b/.lychee.toml index 7902f32ad0..2265ab5386 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -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