diff --git a/azure-regions-coverage.txt b/azure-regions-coverage.txt index ce80b96..c4ec9d6 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 (45 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**: 45 +- **Regions Not Available**: 14 (all restricted access or not included) - **Coming Soon**: Belgium Central (restricted, with Availability Zones) ### Notes @@ -53,20 +52,18 @@ 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 45 regions available in the tool: +- **With Availability Zones**: 35 regions (78%) +- **Without Availability Zones**: 10 regions (22%) Regions without Availability Zones: 1. North Central US 2. West US 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 +4. UK West +5. West India +6. South India +7. Korea South +8. West Central US +9. Australia Central +10. Jio India West diff --git a/index.jsx b/index.jsx index 5380268..c7a7397 100644 --- a/index.jsx +++ b/index.jsx @@ -466,7 +466,6 @@ const Table = ({ history = [], blockList = [], stats = {} }) => {
Contributors
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" },