Reputation: 231
just reading on azure durable functions for writing business process, and was wondering if this offering is necessarily bundled with azure, or if the runtime can be hosted on premises or locally etc ?
Upvotes: 2
Views: 1786
Reputation:
Yes! You can run the Azure Functions (Normal or Durable Functions) on-premises rather than in Azure.
In 3 Ways, you can run Azure Functions on-premises:
Please refer to this MSFT Doc for more information.
Upvotes: 4