microsoft / azure-container-apps

Roadmap and issues for Azure Container Apps
MIT License
374 stars 29 forks source link

Feature Request: Support Azure Data Lake mount in ACA (ADLS) #964

Open junior-juarez-MSFT opened 1 year ago

junior-juarez-MSFT commented 1 year ago

Is your feature request related to a problem? Please describe.
Currently ACA does not support ADLS storage mount like it does for Azure Files - https://learn.microsoft.com/en-us/azure/container-apps/storage-mounts?pivots=azure-cli

Describe the solution you'd like.
This is on behalf of a customer through support ticket. They would like ACA to support storage mount for ADLS. Is possible to consider this feature in our roadmap?

clarkevans commented 1 year ago

Hello. I am the customer. We have queries that execute in Databricks. We'd like the ability to access the query results from an Azure Container App. For example, showing a dashboard and such. There is a workaround in this particular case, but one much less convenient and requiring bookkeeping. Another use case is a notebook server, which might let us mount an ADLS container remotely via FUSE, to share objects with developer desktops as part of a remote development process. It isn't too challenging to find other use cases. Notably, Azure Files doesn't work in this case, since it lacks a FUSE adapter, and also isn't the target of Databricks queries. Hence, this feature request.