Hi All. There is a way to subscribe to events from...
# dotnet
d
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
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