Wednesday, October 28, 2015

Go Lang @ Azure

Create Azure Web app with GoLang extension

azure-quickstart-templates/101-webapp-with-golang at master · Azure/azure-quickstart-templates · GitHub

Azure PowerShell

Switch-AzureMode AzureResourceManager New-AzureResourceGroupDeployment 
-Name  
-ResourceGroupName  
-TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/101-webapp-with-golang/azuredeploy.json

Azure CLI

azure config mode arm azure group deployment create --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/101-webapp-with-golang/azuredeploy.json