Azure / Azure-Functions

1.12k stars 198 forks source link

Is Azure function v2 runtime available for running on premises? #1221

Open sdg002 opened 5 years ago

sdg002 commented 5 years ago

Please describe the documentation request or issue. Be as specific as possible.

Hi All, Link to documentation: https://docs.microsoft.com/en-us/azure/azure-functions/functions-runtime-install

It looks like that on premise support for Azure functions is limited to V1 runtime only. V2 is not yet supported. image

It is possible that I am looking at documentation which is out of date or indeed there is no support for v2? Clarification from the product team will be very helpful.

thanks, Sau

Francisco-Gamino commented 5 years ago

Hello @pragnagopa and @fabiocav -- Is there support for V2 runtime on premise?

joymon commented 4 years ago

Any update on this? We are looking for any options to install Azure Functions runtime on-premise to get Durable functions. Will that be ever possible?

anirudhgarg commented 4 years ago

[Edited on 5-11-2020, clarifying Azure stack support] Hi @sdg002 and @joymon - we are not planning to update Azure Functions Runtime support for v2 or v3. We are currently evaluating Azure Stack support for v2/v3. Additionally, we already support running Functions on your on-prem Kubernetes cluster and we are continuing to invest here.

joymon commented 4 years ago

Thanks @anirudhgarg . Does the Durable functions run on on-prem k8s? If so could you please share any links? https://github.com/Azure/azure-functions-host/issues/5505 says there is a dependency on storage. Can we bind to on-prem storages such as file system or database?