Created Storage account deployment readme Updated index readme Update docker-compose prod files
Deploying Catalog Storage
The ARM template deploystorage.json
and its parameter file (deploystorage.parameters.json
) are used to deploy following resources:
- One Storage Account
- One CDN profile
- One Endpoint
Editing deploystorage.parameters.json file
You can edit the deploystorage.parameters.json
file to set your values, but is not needed. The only parameters that can
be set are:
-
catalogstorage
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.
Deploy the template
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 catalog\deploystorage newResourceGroup -c westus