Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rg_add_eventgrid.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource systemTopic 'Microsoft.EventGrid/systemTopics@2021-12-01' = {
// Construct the resource ID to use for the event subscription
var functionId = '${functionApp.id}/functions/eventGridTrigger'

resource eventSubscription 'Microsoft.EventGrid/systemTopics/eventSubscriptions@2023-12-15-preview' = {
resource eventSubscription 'Microsoft.EventGrid/systemTopics/eventSubscriptions@2025-02-15' = {
parent: systemTopic
name: 'blobscreated${suffix}'
properties: {
Expand Down