We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4d13f5 + 4af51fa commit ce27785Copy full SHA for ce27785
rg_add_eventgrid.bicep
@@ -37,7 +37,7 @@ resource functionApp 'Microsoft.Web/sites@2024-11-01' existing = {
37
38
// Now create an event grid subscription so that when a blob is created,
39
// it triggers the function app
40
-resource systemTopic 'Microsoft.EventGrid/systemTopics@2021-12-01' = {
+resource systemTopic 'Microsoft.EventGrid/systemTopics@2025-02-15' = {
41
name: 'blobscreated${suffix}'
42
location: location
43
properties: {
0 commit comments