Search code examples
azureazure-functionsazure-storage

See/Change underlying storage of Azure function app


Whenever I create a new Azure function app in the Azure, I select a storage account for it to use.

When the app is created, how do I see/change the storage account?

I have tried to poke around in the portal and have not been able to see that where I can configure this.


Solution

  • Once it is created you cannot modify the storage account, But you should be able to see the storage account and the related files on the Azure portal

    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

    enter image description here