### Log into Azure
az login
## Create an Resource Group
az group create --location northeurope --resource-group AzureLoadTestDemo
## Create the Azure Load Testing Resource
az load create --name alt-PewPew --resource-group AzureLoadTestDemo --location northeurope