OuJun 5e9c12e5c3 | 6 years ago | |
---|---|---|
.. | ||
deploystorage.json | 7 years ago | |
deploystorage.parameters.json | 7 years ago | |
readme.md | 6 years ago |
The ARM template deploystorage.json
and its parameter file (deploystorage.parameters.json
) are used to deploy following resources:
You can edit the deploystorage.parameters.json
file to set your values, but is not needed. The only parameters that can
be set are:
marketingstorage
is a string that is used to create the storage account name. ARM script creates unique values by appending a unique string to this parameter value, so you can leave the default value.
profileName
is a string that is used to create the CDN profile name.
endpointName
is a string that is used to create the storage endpoint name. 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 a Storage account in a new resourcegroup located in westus, go to deploy\az
folder and type:
create-resources.cmd storage\marketing\deploystorage newResourceGroup -c westus