Share via

How to change my functional app location

Kuppu swami 20 Reputation points
Mar 27, 2023, 6:47 AM

I hosted my functional App in one location now i need to change the location how to proceed further

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,696 questions
{count} votes

Accepted answer
  1. Manu Philip 20,196 Reputation points MVP
    Mar 27, 2023, 6:55 AM

    Azure Functions resources are region-specific and can't be moved across regions. You must create a copy of your existing function app resources in the target region, then redeploy your functions code over to the new app.

    More details can be read from here:


    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.