Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemurraynz authored Nov 30, 2024
1 parent 96d9962 commit f942087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/2024-11-30-provider-region-comparison/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f942087

Please sign in to comment.