cb8956a86e | ||
---|---|---|
.. | ||
ReadMe.md | ||
main.bicep |
ReadMe.md
Login
az login
az account set --subscription "..."
az group list
Create Resource Group
az group create --name 'rg-appinsight' --location eastus
Create Resources
az deployment group create --resource-group 'rg-appinsight' --template-file main.bicep `
--parameters