The ARM template sbusdeploy.json
and its parameter file (sbusdeploy.parameters.json
) are used to deploy following resources:
- One Service Bus namespace
- One Service Bus topic
- Subscriptions used by application
You can edit the sbusdeploy.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 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 servicebus in a new resourcegroup located in westus, go to deploy\az
folder and type:
create-resources.cmd servicebus\sbusdeploy newResourceGroup -c westus