Nish Anil 31ab9b62b9 | 4 years ago | |
---|---|---|
.. | ||
cosmos | 4 years ago | |
redis | 4 years ago | |
servicebus | 4 years ago | |
sql | 4 years ago | |
storage | 4 years ago | |
create-resources.cmd | 4 years ago | |
createresources.sh | 4 years ago | |
readme.md | 4 years ago |
The create-resources.cmd
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.
NOTE: Alternatively, you can also use the createresources.sh
bash script which can be used as a second option, convenient if you are using the Azure Cloud Bash Shell, a Mac or Linux machine, or simply, bash on Windows, instead of CMD/CommandPrompt in a local Windows
Just type create-resources [pathfile-to-arm-template] resourcegroup
from command-prompt. Called this way the script will:
path-to-arm-template.json
and path-to-arm-template.parameters.json
filesresourcegroup
specified (that resource group in Azure has to exist).Just type create-resources [pathfile-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
Just type createresources.sh [pathfile-to-arm-template] resourcegroup
from command-prompt. Called this way the script will:
path-to-arm-template.json
and path-to-arm-template.parameters.json
filesresourcegroup
specified (that resource group in Azure has to exist).Just type createresources.sh [pathfile-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