Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
Post