I have Azure Logic Apps running in a Docker container, is it possible to use a local SQL Server as the storage for AzureWebJobsStorage instead of Azure Storage?
I know I can do it for development environment using AzureStorage Simulator, is there any alternative for production environments?
I know I can do it for development environment using AzureStorage Simulator, is there any alternative for production environments?
No, you cannot do this in a production environment. In the development environment, you are actually simulating Azure Storage based on sql server. This is not possible in a production environment.
Have a look of this doc:
(They are also different in some characteristics.)