https://pulumi.com logo
Title
a

aloof-hamburger-47707

01/05/2021, 10:34 AM
Crossposting here, because it's an Azure question! Anyone have EventGrid Subscriptions in their Pulumi stack? https://pulumi-community.slack.com/archives/C84L4E3N1/p1609839795110100 Thanks!!
t

tall-librarian-49374

01/05/2021, 12:08 PM
This sounds odd. We have an
EventSubscription
in our CI tests and it works just fine
Do you have a complete example that I could run?
a

aloof-hamburger-47707

01/05/2021, 4:00 PM
Working on this, I optimistically put it in our full deployment first. Now working on a small test set get it to work there.
I have a (newbie/quickstart) example that runs everything except for the EventGridSubscription - I also deployed a function in my subscription for it to bind to (named "EventGridFunction") @tall-librarian-49374
t

tall-librarian-49374

01/06/2021, 9:16 AM
Thanks! Please add this code to the issue and I’ll give it a try.
1
a

aloof-hamburger-47707

01/08/2021, 9:07 AM
For anyone reading here: it seems the scope argument had to point to the Storage ID instead of the SystemTopic ID...