Skip to content

Commit

Permalink
Merge branch 'master' into chore/summary/deployment-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 authored Aug 29, 2024
2 parents 4706972 + 617e240 commit fe95c89
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions infrastructure/arm/environment.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,22 @@
"maxDeliveryCount": 2
}
},
{
"type": "Microsoft.ServiceBus/namespaces/queues",
"apiVersion": "2017-04-01",
"name": "[concat(variables('sb-name'), '/scheduled-weekly-department-report')]",
"location": "North Europe",
"dependsOn": [
"[resourceId('Microsoft.ServiceBus/namespaces', variables('sb-name'))]"
],
"properties": {
"maxSizeInMegabytes": 1024,
"duplicateDetectionHistoryTimeWindow": "P1D",
"defaultMessageTimeToLive": "P1H",
"deadLetteringOnMessageExpiration": true,
"maxDeliveryCount": 2
}
},

/* SECRETS */
{
Expand Down

0 comments on commit fe95c89

Please sign in to comment.