We have the challenge of implementing services that can be deployed both in an Azure Cloud (On-Demand) as well as in a local LAN On-Premises scenario. This is fine with .NET-Core, SQL-Server, Redis etc.
What we are missing is a common feature for Functions-as-a-service or WebJobs. Both of these Azure services appear to be cloud-only. Is something like Hangfire the most viable approach, or are we missing something?
Thanks
答案 0 :(得分:1)
Azure Functions Runtime enables you to run Function Apps on premise. Note that it's still in preview though.