Share via

how do i know a storage account used by which function app?

Xu, Tao 45 Reputation points
2023-08-29T02:53:20.5366667+00:00

I received notice say:

Your Azure Storage Account Keys are about to Expire in Azure Subscription:

how may I see which function app use this Storage?

can I see the Key ?

Azure Storage
Azure Storage

Globally unique resources that provide access to data management services and serve as the parent namespace for the services.


1 answer

Sort by: Most helpful
  1. Dillon Silzer 60,831 Reputation points Volunteer Moderator
    2023-08-29T03:28:38.81+00:00

    You can see the settings of the configured Storage Account by navigating to Function App Settings -> Manage Application Settings

    in the settings you can see the Key AzureWebJobsStorage.

    Cited from https://stackoverflow.com/questions/59965034/see-change-underlying-storage-of-azure-function-app


    If this is helpful please accept answer.

    2 people found this answer helpful.

Your answer

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