Skip to content

Commit

Permalink
try to fix the infra deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
paule96 committed Jul 16, 2023
1 parent 0a96de2 commit 086b829
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions deployEvent.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ resource archiveEvent 'Microsoft.EventGrid/eventSubscriptions@2022-06-15' = {
endpointType: 'WebHook'
properties: {
endpointUrl: '${baseUrl}/api/AddMetadata'
maxEventsPerBatch: 1
preferredBatchSizeInKilobytes: 64
}
}
filter: {
Expand All @@ -31,11 +33,8 @@ resource archiveEvent 'Microsoft.EventGrid/eventSubscriptions@2022-06-15' = {
'Microsoft.Storage.BlobTierChanged'
]
enableAdvancedFilteringOnArrays: true
advancedFilters: []
}
eventDeliverySchema: 'EventGridSchema'
retryPolicy: {
maxDeliveryAttempts: 30
eventTimeToLiveInMinutes: 1440
}
}
}

0 comments on commit 086b829

Please sign in to comment.