Azure / Azure/azure-functions-host

Azure Functions Blob Storage Mount

Open
#8,990 1 comment 1 reaction 1 assignee Assigned to @bhagyshricompany View on GitHub
enhancement
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 10h
Merged PRs (30d)
36

Description

#### 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](https://user-images.githubusercontent.com/5270024/208383094-0769ba98-7e3f-4085-814a-4d38421f3006.png)

#### 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.