'Is it possible to run durable azure functions on premises or locally
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 ?
Solution 1:[1]
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:
- Using Azure Functions Core Tools
- Using Azure Functions Docker Container Image
- Using KEDA (Kubernetes-based Event Driven Autoscaling) in which Azure Functions supports it.
Please refer to this MSFT Doc for more information.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | HariKrishnaRajoli-MT |
