Ramón Tomás cee8d6e9e5 | 7 years ago | |
---|---|---|
.. | ||
azurefunctions | 7 years ago | |
cosmos | 7 years ago | |
redis | 7 years ago | |
servicebus | 7 years ago | |
sql | 7 years ago | |
storage | 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