|
|
@ -16,6 +16,9 @@ |
|
|
|
"OrderingSubscriptionName": "Ordering", |
|
|
|
"GracePeriodSubscriptionName": "GracePeriod", |
|
|
|
"PaymentSubscriptionName": "Payment", |
|
|
|
"BackgroundTaskSubscriptionName": "backgroundtasks", |
|
|
|
"OrderingSignalrHubSubscriptionName": "Ordering.signalrhub", |
|
|
|
"WebhooksSubscriptionName": "Webhooks", |
|
|
|
"location": "[resourceGroup().location]", |
|
|
|
"sbVersion": "2015-08-01", |
|
|
|
"defaultSASKeyName": "Root", |
|
|
@ -172,6 +175,66 @@ |
|
|
|
"autoDeleteOnIdle": "10675199.02:48:05.4775807", |
|
|
|
"entityAvailabilityStatus": "Available" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"apiVersion": "[variables('sbVersion')]", |
|
|
|
"name": "[variables('BackgroundTaskSubscriptionName')]", |
|
|
|
"type": "Subscriptions", |
|
|
|
"dependsOn": [ |
|
|
|
"[variables('serviceBusTopicName')]" |
|
|
|
], |
|
|
|
"properties": { |
|
|
|
"lockDuration": "00:00:30", |
|
|
|
"requiresSession": false, |
|
|
|
"defaultMessageTimeToLive": "14.00:00:00", |
|
|
|
"deadLetteringOnMessageExpiration": true, |
|
|
|
"deadLetteringOnFilterEvaluationExceptions": true, |
|
|
|
"maxDeliveryCount": 10, |
|
|
|
"enableBatchedOperations": false, |
|
|
|
"status": "Active", |
|
|
|
"autoDeleteOnIdle": "10675199.02:48:05.4775807", |
|
|
|
"entityAvailabilityStatus": "Available" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"apiVersion": "[variables('sbVersion')]", |
|
|
|
"name": "[variables('OrderingSignalrHubSubscriptionName')]", |
|
|
|
"type": "Subscriptions", |
|
|
|
"dependsOn": [ |
|
|
|
"[variables('serviceBusTopicName')]" |
|
|
|
], |
|
|
|
"properties": { |
|
|
|
"lockDuration": "00:00:30", |
|
|
|
"requiresSession": false, |
|
|
|
"defaultMessageTimeToLive": "14.00:00:00", |
|
|
|
"deadLetteringOnMessageExpiration": true, |
|
|
|
"deadLetteringOnFilterEvaluationExceptions": true, |
|
|
|
"maxDeliveryCount": 10, |
|
|
|
"enableBatchedOperations": false, |
|
|
|
"status": "Active", |
|
|
|
"autoDeleteOnIdle": "10675199.02:48:05.4775807", |
|
|
|
"entityAvailabilityStatus": "Available" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"apiVersion": "[variables('sbVersion')]", |
|
|
|
"name": "[variables('WebhooksSubscriptionName')]", |
|
|
|
"type": "Subscriptions", |
|
|
|
"dependsOn": [ |
|
|
|
"[variables('serviceBusTopicName')]" |
|
|
|
], |
|
|
|
"properties": { |
|
|
|
"lockDuration": "00:00:30", |
|
|
|
"requiresSession": false, |
|
|
|
"defaultMessageTimeToLive": "14.00:00:00", |
|
|
|
"deadLetteringOnMessageExpiration": true, |
|
|
|
"deadLetteringOnFilterEvaluationExceptions": true, |
|
|
|
"maxDeliveryCount": 10, |
|
|
|
"enableBatchedOperations": false, |
|
|
|
"status": "Active", |
|
|
|
"autoDeleteOnIdle": "10675199.02:48:05.4775807", |
|
|
|
"entityAvailabilityStatus": "Available" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|