This is a scratch project to put some experimental files. Nothing interesting for the public.
Powershell deployment:
-
Login with your azure account: Login-AzureRmAccount
-
Create a new resource group: New-AzureRmResourceGroup -Name "containersRG1" -Location "West US"
-
Deploy the templates (from local files): New-AzureRmResourceGroupDeployment -Name "myDeployment" -TemplateParameterFile .\parameters.json -TemplateFile .\deploy.json -ResourceGroupName "containersRG1"