Change storage account of azure function

Nagnath Katkar 16 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.
{count} votes

1 answer

Sort by: Most helpful
  1. JayaC-MSFT 5,606 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.

    4 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.