revoframework / Revo

Event Sourcing, CQRS and DDD framework for C#/.NET Core.
https://docs.revoframework.net/
MIT License
654 stars 70 forks source link

Azure Function supported? #20

Open TheAifam5 opened 3 years ago

TheAifam5 commented 3 years ago

Hey,

Does Revo supports Azure functions?

Best regards, TheAifam5

martinzima commented 3 years ago

Hey TheAifam5,

There is no explicit support for Azure Functions, but I suppose you could hook event listeners to trigger some Azure Functions quite easily. Did you have anything more specific in mind?

Kind regards, Martin