Is that possible to move Azure Functions from one Function App to another Function App? If yes, how!

Anonymous
2022-04-24T13:19:58.82+00:00

Having 2 Azure Functions Apps.

Azure Function App 1 contains 2 HTTP Trigger, 1 Service Bus Queue Trigger.
Azure Function App 2 contains nothing.

I want to move 1 Http Trigger located in Azure Function App 1 to Azure Function App 2.
I have seen moving the resources (Azure Function App, other services from one resource group to another, one subscription to another).

But I don't see any option of moving Azure Functions from Azure Function App to another Function App.

Could anyone suggest the ways to move the individual functions from one AF App to another AF App?

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

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,951 Reputation points Microsoft Employee Moderator
    2022-04-25T06:36:33.34+00:00

    anonymous user, Thanks for reaching out. unfortunately, this is not supported, as per the documentation,we cannot move Microsoft.web/site/functions from one resource group to another or in between the subscriptions as well.

    Alternatively, as a workaround you need to modify your project/source code and redeploy to a different function app with only one function created (as per your requirement).

    I would suggest you raise a feedback request using the link.

    Feel Free to reach back to us if you have any further questions.

    0 comments No comments

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.