Is Stateful entities real to use on Service Fabric? Out service must be implemented in two options for Azure Functions and on-premise hardware.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@oleksandr-bilyk , Thanks for raising the issue. We will investigate and update you.
@oleksandr-bilyk The recommended way to deploy Azure Functions outside of Azure is as containers. The same applies to Durable Functions as well.
You should be able to deploy your functions containers to service fabric.
_But_ note that durable functions heavily relies on an Azure Storage Account for most of its functionality. There isn't support for other providers just yet.
@oleksandr-bilyk Just following up here... Hope my previous comments helps.