Are File Shares created for every new Function App deployed through Visual Studio?

mark 1 Reputation point
2021-07-30T10:35:56.057+00:00

Does Azure create a new File Share for every individual Function App being deployed from Visual Studio considering the Function App is created in a new resource group?
Can't we specify an existing file share in a Storage Account to be used?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,210 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,666 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,141 Reputation points Microsoft Employee
    2021-07-30T18:09:57.563+00:00

    @mark
    You should be able to choose an existing Storage Account when publishing to Azure. Check this section of the documentation for more details.

    Hope this helps. Let me know if you run into issues or have further questions.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.