|
16 | 16 | "OrderingSubscriptionName": "Ordering", |
17 | 17 | "GracePeriodSubscriptionName": "GracePeriod", |
18 | 18 | "PaymentSubscriptionName": "Payment", |
| 19 | + "BackgroundTaskSubscriptionName": "backgroundtasks", |
| 20 | + "OrderingSignalrHubSubscriptionName": "Ordering.signalrhub", |
| 21 | + "WebhooksSubscriptionName": "Webhooks", |
19 | 22 | "location": "[resourceGroup().location]", |
20 | 23 | "sbVersion": "2015-08-01", |
21 | 24 | "defaultSASKeyName": "Root", |
|
172 | 175 | "autoDeleteOnIdle": "10675199.02:48:05.4775807", |
173 | 176 | "entityAvailabilityStatus": "Available" |
174 | 177 | } |
| 178 | + }, |
| 179 | + { |
| 180 | + "apiVersion": "[variables('sbVersion')]", |
| 181 | + "name": "[variables('BackgroundTaskSubscriptionName')]", |
| 182 | + "type": "Subscriptions", |
| 183 | + "dependsOn": [ |
| 184 | + "[variables('serviceBusTopicName')]" |
| 185 | + ], |
| 186 | + "properties": { |
| 187 | + "lockDuration": "00:00:30", |
| 188 | + "requiresSession": false, |
| 189 | + "defaultMessageTimeToLive": "14.00:00:00", |
| 190 | + "deadLetteringOnMessageExpiration": true, |
| 191 | + "deadLetteringOnFilterEvaluationExceptions": true, |
| 192 | + "maxDeliveryCount": 10, |
| 193 | + "enableBatchedOperations": false, |
| 194 | + "status": "Active", |
| 195 | + "autoDeleteOnIdle": "10675199.02:48:05.4775807", |
| 196 | + "entityAvailabilityStatus": "Available" |
| 197 | + } |
| 198 | + }, |
| 199 | + { |
| 200 | + "apiVersion": "[variables('sbVersion')]", |
| 201 | + "name": "[variables('OrderingSignalrHubSubscriptionName')]", |
| 202 | + "type": "Subscriptions", |
| 203 | + "dependsOn": [ |
| 204 | + "[variables('serviceBusTopicName')]" |
| 205 | + ], |
| 206 | + "properties": { |
| 207 | + "lockDuration": "00:00:30", |
| 208 | + "requiresSession": false, |
| 209 | + "defaultMessageTimeToLive": "14.00:00:00", |
| 210 | + "deadLetteringOnMessageExpiration": true, |
| 211 | + "deadLetteringOnFilterEvaluationExceptions": true, |
| 212 | + "maxDeliveryCount": 10, |
| 213 | + "enableBatchedOperations": false, |
| 214 | + "status": "Active", |
| 215 | + "autoDeleteOnIdle": "10675199.02:48:05.4775807", |
| 216 | + "entityAvailabilityStatus": "Available" |
| 217 | + } |
| 218 | + }, |
| 219 | + { |
| 220 | + "apiVersion": "[variables('sbVersion')]", |
| 221 | + "name": "[variables('WebhooksSubscriptionName')]", |
| 222 | + "type": "Subscriptions", |
| 223 | + "dependsOn": [ |
| 224 | + "[variables('serviceBusTopicName')]" |
| 225 | + ], |
| 226 | + "properties": { |
| 227 | + "lockDuration": "00:00:30", |
| 228 | + "requiresSession": false, |
| 229 | + "defaultMessageTimeToLive": "14.00:00:00", |
| 230 | + "deadLetteringOnMessageExpiration": true, |
| 231 | + "deadLetteringOnFilterEvaluationExceptions": true, |
| 232 | + "maxDeliveryCount": 10, |
| 233 | + "enableBatchedOperations": false, |
| 234 | + "status": "Active", |
| 235 | + "autoDeleteOnIdle": "10675199.02:48:05.4775807", |
| 236 | + "entityAvailabilityStatus": "Available" |
| 237 | + } |
175 | 238 | } |
176 | 239 | ] |
177 | 240 | } |
|
0 commit comments