How can we know which Storage accounts are used for Azure Webapps and Azure Functions

I, Sathavahana SBOBNG-PTIY/CMJ 0 Reputation points
2024-04-18T06:02:25.5966667+00:00

How can we know which Storage accounts are used for Azure Webapps and Azure Functions ?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,285 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,900 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 21,246 Reputation points
    2024-04-18T06:13:13.4533333+00:00

    @I, Sathavahana SBOBNG-PTIY/CMJ Thanks for reaching out. Open the Azure portal and navigate to the Function App that you want to check. In the left-hand menu, scroll down to the settings section and click on Environmental variables you may see settings for "AzureWebJobsStorage" or "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING" that reference a storage account.

    while app service is not dependent on storage account like functions apps to store the functions content each customer is allotted with a file share in the backend that is managed by engineering and used to store the files and data associated with the Web App.

    do let me know incase of further queries, I would be happy to assist you.

    Please accept as Yes if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.

    0 comments No comments