Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.94k stars 441 forks source link

Azure Functions Blob Storage Mount #8990

Open aersam opened 1 year ago

aersam commented 1 year ago

What problem would the feature you're requesting solve? Please describe.

In Azure Web App we can mount a Blob Storage (not a file share) directly to a local folder. This great! For example, this allows to use memory mapping large Arrow Files. It also makes interaction with existing simple i/o code easier image

Describe the solution you'd like

I just want that feature for Azure Functions, too. Some of my customers would say something like "You can only copy&paste this, right?" ;)

Describe alternatives you've considered

Well of course I can work around certain stuff by using the Azure Packages. However I cannot memory map files this way

ramya894 commented 1 year ago

@aersam Thanks for reporting, we will discuss this feature internally and update you on the same.