Azure / azure-functions-on-container-apps

Docs , samples and issues for Azure Functions on Azure Container Apps
MIT License
74 stars 18 forks source link

Removal of Storage Dependency for Function Apps running in Azure Functions on ACA #69

Open raorugan opened 4 months ago

raorugan commented 4 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Do not want to have dependency on storage for running function apps

Describe the solution you'd like A clear and concise description of what you want to happen. To be able to deploy Azure functions without webjobs storage

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Provide an alternative provider to typical Azure Storage to remove the need on Azure cloud storage for the execution of vairous Azure Function triggers. FYI - Logic Apps Hybrid team has sucessfuly removed storage dependency for its platform so Functions team needs to do the same.

Ability to remove dependency on azure storage- By providing Storage Provider (SQL) for running triggers, function app host keys

Additional context Add any other context or screenshots about the feature request here.