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 f28a06f + 633180d commit b4d13f5Copy full SHA for b4d13f5
rg_add_eventgrid.bicep
@@ -49,7 +49,7 @@ resource systemTopic 'Microsoft.EventGrid/systemTopics@2021-12-01' = {
49
// Construct the resource ID to use for the event subscription
50
var functionId = '${functionApp.id}/functions/eventGridTrigger'
51
52
-resource eventSubscription 'Microsoft.EventGrid/systemTopics/eventSubscriptions@2023-12-15-preview' = {
+resource eventSubscription 'Microsoft.EventGrid/systemTopics/eventSubscriptions@2025-02-15' = {
53
parent: systemTopic
54
name: 'blobscreated${suffix}'
55
properties: {
0 commit comments