https://pulumi.com logo
#dotnet
Title
d

delightful-lizard-41466

11/22/2020, 4:18 PM
Hi All. There is a way to subscribe to events from “Azure Blob Storage” using C# and not typescript ? A good sample is document here https://github.com/pulumi/pulumi-azure/blob/master/examples/eventgrid/index.ts with the onGridBlobCreate subscription hook.
t

tall-librarian-49374

11/22/2020, 7:12 PM
No. These helpers are currently only created in Node.js.
The biggest blocker is lack of code serialization in the .NET SDK, so there’s no primitive for “functions as callbacks”.
👍 1