From 7dde3b1d2db036be9a86f802630452f686fa2634 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:41:55 +0000 Subject: [PATCH 1/2] Initial plan From 0932cb293a588c5a4f14d856f5225f123620a5f0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:44:21 +0000 Subject: [PATCH 2/2] Remove Canada regions (Canada Central and Canada East) Co-authored-by: richorama <353138+richorama@users.noreply.github.com> --- azure-regions-coverage.txt | 26 ++++++++++++-------------- lib/locations.js | 2 -- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/azure-regions-coverage.txt b/azure-regions-coverage.txt index ce80b96..277c6fb 100644 --- a/azure-regions-coverage.txt +++ b/azure-regions-coverage.txt @@ -1,6 +1,6 @@ # Azure Regions Coverage -## Regions Available in Azure Speed Test 2.0 (49 regions) +## Regions Available in Azure Speed Test 2.0 (47 regions) All regions in the tool now include: - Official Microsoft region name @@ -14,7 +14,6 @@ All regions in the tool now include: - **Asia Pacific**: 8 regions - **Australia**: 4 regions - **United Kingdom**: 2 regions -- **Canada**: 2 regions - **India**: 4 regions (including Jio India West) - **Korea**: 2 regions - **Middle East**: 3 regions (UAE, Qatar, Israel) @@ -42,8 +41,8 @@ These regions require special access approval from Microsoft: ### Summary - **Total Azure Regions**: 59 (as of documentation update 09/30/2025) -- **Regions in Tool**: 49 -- **Regions Not Available**: 10 (all restricted access) +- **Regions in Tool**: 47 +- **Regions Not Available**: 12 (all restricted access) - **Coming Soon**: Belgium Central (restricted, with Availability Zones) ### Notes @@ -53,9 +52,9 @@ These regions require special access approval from Microsoft: ## Availability Zones Coverage -Of the 49 regions available in the tool: -- **With Availability Zones**: 39 regions (80%) -- **Without Availability Zones**: 10 regions (20%) +Of the 47 regions available in the tool: +- **With Availability Zones**: 38 regions (81%) +- **Without Availability Zones**: 9 regions (19%) Regions without Availability Zones: 1. North Central US @@ -63,10 +62,9 @@ Regions without Availability Zones: 3. Australia Southeast 4. Australia Southeast 2 5. UK West -6. Canada East -7. West India -8. South India -9. Korea South -10. West Central US -11. Australia Central -12. Jio India West +6. West India +7. South India +8. Korea South +9. West Central US +10. Australia Central +11. Jio India West diff --git a/lib/locations.js b/lib/locations.js index 06ea5b3..2268b55 100644 --- a/lib/locations.js +++ b/lib/locations.js @@ -16,8 +16,6 @@ export default () => [ { domain: "speedtestoze18632", url: "https://speedtestoze18632.z8.web.core.windows.net", name: "Australia East", location: "New South Wales", geography: "Australia", availabilityZones: true, icon: "au.svg" }, { domain: "stukw08516", url: "https://stukw08516.z35.web.core.windows.net", name: "UK West", location: "Cardiff", geography: "United Kingdom", availabilityZones: false, icon: "gb.svg" }, { domain: "speedtestuks18632", url: "https://speedtestuks18632.z33.web.core.windows.net", name: "UK South", location: "London", geography: "United Kingdom", availabilityZones: true, icon: "gb.svg" }, - { domain: "speedtestcac18632", url: "https://speedtestcac18632.z9.web.core.windows.net", name: "Canada Central", location: "Toronto", geography: "Canada", availabilityZones: true, icon: "ca.svg" }, - { domain: "speedtestcae18632", url: "https://speedtestcae18632.z27.web.core.windows.net", name: "Canada East", location: "Quebec", geography: "Canada", availabilityZones: false, icon: "ca.svg" }, { domain: "speedtestwestus218632", url: "https://speedtestwestus218632.z5.web.core.windows.net", name: "West US 2", location: "Washington", geography: "United States", availabilityZones: true, icon: "us.svg" }, { domain: "speedtestwestindia18632", url: "https://speedtestwestindia18632.z10.web.core.windows.net", name: "West India", location: "Mumbai", geography: "India", availabilityZones: false, icon: "in.svg" }, { domain: "stei08516", url: "https://stei08516.z30.web.core.windows.net", name: "South India", location: "Chennai", geography: "India", availabilityZones: false, icon: "in.svg" },