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

Option to mount azure file share #58

Open iAmBipinPaul opened 5 months ago

iAmBipinPaul commented 5 months ago

support for mount azure file share to azure function hosted on container app https://x.com/AzureFunctions/status/1795342698532176345

raorugan commented 5 months ago

thanks for logging the feature request. will keep you posted on this

raorugan commented 3 months ago

one of the customer need volume mount to upload config file to Azure files so configs can be accessed instead of manually creating large number of appsettings

cary-hu commented 3 days ago

vote +1 for this feature, In my usage, I need to run git command in Azure function, but the function app does not support installing git initially, So I need to create docker file to include git in docker container, but dockerlized function app are not support mount file share, so the file not synced with my requirement