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 @@ -37,7 +37,7 @@ resource functionApp 'Microsoft.Web/sites@2023-01-01' existing = {

// Now create an event grid subscription so that when a blob is created,
// it triggers the function app
resource systemTopic 'Microsoft.EventGrid/systemTopics@2021-12-01' = {
resource systemTopic 'Microsoft.EventGrid/systemTopics@2025-02-15' = {
name: 'blobscreated${suffix}'
location: location
properties: {
Expand Down