Eduard Tomas 1b1764f3aa | 7 years ago | |
---|---|---|
.. | ||
sql | 7 years ago | |
vms | 7 years ago | |
create-resources.cmd | 7 years ago | |
readme.md | 7 years ago |
The create-resources
script is a basic script to allow easy deployment of one ARM template in one resource group. You can deploy to an existing resource group or to create one.
Just type create-resources path-to-arm-template resourcegroup
. Called this way the script will:
path-to-arm-template.json
and path-to-arm-template.parameters.json
filesresourcegroup
specified (that has to exist).Just type create-resources path-to-arm-template resourcegroup -c location
. Called this way the script will:
path-to-arm-template.json
and path-to-arm-template.parameters.json
filesresourcegroup
specified in the location
specified.path-to-arm-template.json
and path-to-arm-template.parameters.json
files in the resourcegroup