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