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.
5,943 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,987 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 29,276 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.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.