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
* readme and image updates, added scaling tiers, enabled small size for monitor, enabled docker image fetch from server, improved logs
* Increase image load retries to 5
* Move to dynamic IPs and non static Router names
* Support optional workspace and fix dynamic syslog port
* documentation updates from review
* link updates
* removal of old references
* cropped images
Copy file name to clipboardExpand all lines: azuredeploy.json
+41-38Lines changed: 41 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -22,22 +22,23 @@
22
22
},
23
23
"securityGroupName": {
24
24
"type": "string",
25
-
"defaultValue": "vmr-security",
25
+
"defaultValue": "solace-security",
26
26
"metadata": {
27
-
"description": "Security group defined to support VMR system level and default message vpn ports."
27
+
"description": "Security group defined to support PubSub+ message broker system level and default message vpn ports."
28
28
}
29
29
},
30
30
"workspaceName": {
31
31
"type": "string",
32
+
"defaultValue": "",
32
33
"metadata": {
33
-
"description": "Unique OMS Workspace Name for Log Analytics."
34
+
"description": "Unique OMS Workspace Name for Log Analytics. Leave this field empty to not deploy an OMS Workspace."
34
35
}
35
36
},
36
37
"workspaceRegion": {
37
38
"type": "string",
38
39
"defaultValue": "East US",
39
40
"metadata": {
40
-
"description": "OMS Workspace Region for Log Analytics."
41
+
"description": "OMS Workspace Region for Log Analytics. Not used if Workspace Name is empty."
41
42
},
42
43
"allowedValues": [
43
44
"East US",
@@ -59,7 +60,7 @@
59
60
"dnsLabelForVmIp": {
60
61
"type": "string",
61
62
"metadata": {
62
-
"description": "Unique DNS Label for the Public IP used to access the Virtual Machine(s)."
63
+
"description": "Unique DNS Label for the Public IP used to access the Virtual Machine(s). Do not use '-'"
63
64
}
64
65
},
65
66
"centosVersion": {
@@ -89,11 +90,13 @@
89
90
},
90
91
"monitorVmSize": {
91
92
"type": "string",
92
-
"defaultValue": "Standard_D2_v2",
93
+
"defaultValue": "Standard_D1_v2",
93
94
"metadata": {
94
-
"description": "The size of the Solace Monitor Node VM. Requires at least 2 cores and 4GB of memory. Allowed values: D2_v2, DS2_v2, D2_v3, D2s_v3"
95
+
"description": "The size of the Solace Monitor Node VM. Requires at least 1 core and 1GB of memory. Allowed values: D1_v2, DS1_v2, D2_v2, DS2_v2, D2_v3, D2s_v3"
95
96
},
96
97
"allowedValues": [
98
+
"Standard_D1_v2",
99
+
"Standard_DS1_v2",
97
100
"Standard_D2_v2",
98
101
"Standard_DS2_v2",
99
102
"Standard_D2_v3",
@@ -114,10 +117,10 @@
114
117
"160"
115
118
]
116
119
},
117
-
"solaceVmrUri": {
120
+
"solaceDockerImageUri": {
118
121
"type": "string",
119
122
"metadata": {
120
-
"description": "The URI location of the Solace VMR Docker container tarball"
123
+
"description": "The URI location of the PubSub+ message broker Docker container tarball"
"itemDisplayName": "Deploy Solace Message Router(s) onto Azure Linux VM(s)",
3
-
"description": "This template allows you to deploy either a standalone Solace Message Router or a three node High Availability cluster of Solace Message Routers onto Azure Linux VM(s).",
4
-
"summary": "This template deploys either a standalone Solace Message Router or a three node High Availability cluster of Solace Message Routers onto Azure Linux VM(s).",
5
-
"githubUsername": "KenBarr",
6
-
"dateUpdated": "2018-01-31"
2
+
"itemDisplayName": "Deploy Solace PubSub+ message broker(s) onto Azure Linux VM(s)",
3
+
"description": "This template allows you to deploy either a standalone Solace PubSub+ message broker or a three node High Availability cluster of Solace PubSub+ message brokers onto Azure Linux VM(s).",
4
+
"summary": "This template deploys either a standalone Solace PubSub+ message broker or a three node High Availability cluster of Solace PubSub+ message brokers onto Azure Linux VM(s).",
0 commit comments