Skip to content

Commit

Permalink
Merge branch 'master' into chore/summary/update-function-pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 authored Aug 29, 2024
2 parents 807e5b4 + d3cf098 commit 8c4bd4a
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 @@ -216,6 +216,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": "PT1H",
"deadLetteringOnMessageExpiration": true,
"maxDeliveryCount": 2
}
},

/* SECRETS */
{
Expand Down

0 comments on commit 8c4bd4a

Please sign in to comment.