Change storage account of azure function

Nagnath Katkar 6 Reputation points
2020-08-25T12:37:21.757+00:00

Can we change the storage account of the live Azure function on fly?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,401 questions
{count} vote

1 answer

Sort by: Most helpful
  1. JayaC-MSFT 5,526 Reputation points
    2020-08-26T11:51:48.767+00:00

    @Nagnath Katkar Do you want to change the storage account settings when the function app is running ( on the fly) ? Well, that is not possible. If you have an option to restart the function we can navigate to Configuration -> AzureWebJobStorage and change the value. Restart the function app.

    20592-image.png

    More details on the function app settings here

    However, we need more details on what you are trying to achieve.

    3 people found this answer helpful.