Common function-as-a-service feature for .NET-Core as Azure AppService and On-Premises

时间:2017-10-12 09:57:11

标签: azure azure-functions azure-webjobs

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

1 个答案:

答案 0 :(得分:1)

Azure Functions Runtime enables you to run Function Apps on premise. Note that it's still in preview though.