You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ARM template `sbusdeploy.json` and its parameter file (`sbusdeploy.parameters.json`) are used to deploy following resources:
4
+
5
+
1. One Service Bus namespace
6
+
2. One Service Bus
7
+
3. Subscriptions used by application
8
+
9
+
## Editing sbusdeploy.parameters.json file
10
+
11
+
You can edit the `sbusdeploy.parameters.parameters.json` file to set your values, but is not needed. The only parameter than can
12
+
be set is:
13
+
14
+
1.`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.
15
+
16
+
## Deploy the template
17
+
18
+
Once parameter file is edited you can deploy it using [create-resources script](../readme.md).
19
+
20
+
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:
0 commit comments