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.
1 parent 65c1d85 commit 4af51faCopy full SHA for 4af51fa
rg_add_eventgrid.bicep
@@ -37,7 +37,7 @@ resource functionApp 'Microsoft.Web/sites@2023-01-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