diff --git a/rg_add_eventgrid.bicep b/rg_add_eventgrid.bicep index 7c2f679..c8c0ee2 100644 --- a/rg_add_eventgrid.bicep +++ b/rg_add_eventgrid.bicep @@ -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: {