Skip to content

Instantly share code, notes, and snippets.

@athornfam2
athornfam2 / AzureRegionData.md
Created June 16, 2023 13:16 — forked from ausfestivus/AzureRegionData.md
A list of the Azure regions

List of Azure Regions

A list of all the region names and locations for Azure

Creating the list

You can recreate the list anytime using this command:

az account list-locations -o table
@athornfam2
athornfam2 / microsoft-azure-datacenters.json
Created June 16, 2023 13:16 — forked from lpellegr/microsoft-azure-datacenters.json
Microsoft Azure Datacenters (including coordinates)
[
{
"displayName": "East US",
"id": "/subscriptions/41160c59-742a-4bb6-9a57-32c3cf05a343/locations/eastus",
"metadata": {
"geographyGroup": "US",
"latitude": "37.3719",
"longitude": "-79.8164",
"pairedRegion": [
{
@athornfam2
athornfam2 / Convert_O365_SKUs_and_Services.ps1
Created May 30, 2023 20:11 — forked from jhochwald/Convert_O365_SKUs_and_Services.ps1
Coverts Office 365 SKUs and Services to a human understandable Format.
#requires -Version 2.0 -Modules MSOnline
<#
PowerShell Core (PWSH) is not supported, at least not yet
# Easy way to install the MSOL Module, requires PowerShell 5 or PSGet
Install-Module -Name MSOnline
I still use the old (MSOL) module, cause it works best at the moment.
I might convert more and more to the newer modules
#!/bin/sh
set -eu
# Docker
sudo apt remove --yes docker docker-engine docker.io \
&& sudo apt update \
&& sudo apt --yes --no-install-recommends install \
apt-transport-https \
ca-certificates \