Eduard Tomas 64b9ea6f79 | 7 years ago | |
---|---|---|
.. | ||
readme.md | 7 years ago | |
redisdeploy.json | 7 years ago | |
redisdeploy.parameters.json | 7 years ago |
The ARM template redisdeploy.json
and its parameter file (redisdeploy.parameters.json
) are used to deploy following resources:
You can edit the redisdeploy.parameters.parameters.json
file to set your values, but is not needed. The only parameter than can
be set is:
namespaceprefix
is a string that is used to create the Redis namespace. ARM script creates unique values by appending a unique string to this parameter value, so you can leave the default value.Once parameter file is edited you can deploy it using create-resources script.
i. e. if you are in windows, to deploy sql databases in a new resourcegroup located in westus, go to deploy\az
folder and type:
create-resources.cmd redis\redisdeploy newResourceGroup -c westus