From f942087bc3acd66b6fd3d618f426389241b33362 Mon Sep 17 00:00:00 2001 From: Luke Murray <24467442+lukemurraynz@users.noreply.github.com> Date: Sat, 30 Nov 2024 23:03:31 +1300 Subject: [PATCH] Update index.mdx --- blog/2024-11-30-provider-region-comparison/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2024-11-30-provider-region-comparison/index.mdx b/blog/2024-11-30-provider-region-comparison/index.mdx index 1a1f26a084..2d68bc9c41 100644 --- a/blog/2024-11-30-provider-region-comparison/index.mdx +++ b/blog/2024-11-30-provider-region-comparison/index.mdx @@ -20,9 +20,9 @@ keywords: description: Compare the capabilities and services available in the new Azure region, for example, New Zealand North, with those in Australia East. --- -With the release of the [New Zealand North](https://datacenters.microsoft.com/globe/explore?info=region_newzealandnorth) Azure Region on the horizon, I wanted a way to measure what capabilities are being deployed in the new region, that could be used, particularly in comparison to Australia East. +With the release of the [New Zealand North](https://datacenters.microsoft.com/globe/explore?info=region_newzealandnorth) Azure Region on the horizon, I wanted a way to measure what capabilities are being deployed in the new region that could be used, particularly in comparison to Australia East. -To do so, I wrote a script that uses the Azure CLI to query the [provider namespaces](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-services-resource-providers?WT.mc_id=AZ-MVP-5004796) of each region, compare them side by side, and output the results into an HTML table. +To do so, I wrote a script that uses [PowerShell](https://learn.microsoft.com/powershell/scripting/overview?view=powershell-7.4&WT.mc_id=AZ-MVP-5004796) to query the [provider namespaces](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-services-resource-providers?WT.mc_id=AZ-MVP-5004796) of each [region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region?WT.mc_id=AZ-MVP-5004796#products-by-region_tab4), compare them side by side, and output the results into an HTML table. ![Azure Region Provider Comparison](images/RegionCompare_AustraliaVsNZN.png)