Skip to content

yooakim/arm-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARM Templates

How to

Test deploy a linked template with a loop

$templateUri='https://raw.githubusercontent.com/yooakim/arm-templates/master/nestedtemplates/three-public-ips.json'

az group create -n testip -l westeurope
az group deployment create --resource-group testip --template-uri $templateUri

az network public-ip list -o table

az group delete --name testip --yes --no-wait

Useful links and inspiration

About

Azure Resource Manager Templates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published