Moving a Logic App to another App Service Plan

Chris Lupton 1 Reputation point
2025-02-25T09:05:45.68+00:00

Hi all,

I need to move my Logic App to another App Service plan within the same subscription, but within a different Resource Group.

I'm aware that the ASP you're moving to needs to be in the same region or RG, but I'm confused;

If I were to recreate the Logic App from scratch in it's own RG, I can select the new ASP I need to move it to (it presents in the list of available plans at creation).
But if I use the Change App Service Plan option from the existing Logic Apps ASP blade, it doesn't present me with the existing RG (as mentioned, stored in a different RG).

The question is; is this a limitation applied specifically to moving Logic Apps to a different ASP, or is it unexpected behavior that I'll need to raise a support query over?

Thanks

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,369 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ranashekar Guda 260 Reputation points Microsoft Vendor
    2025-02-26T13:49:36.8833333+00:00

    Hi @Chris Lupton,
    The reason you can create a Logic App against an App Service Plan in a different resource group but can't move an existing Logic App there is due to Azure's design. When creating a new Logic App, Azure allows selection from any resource group in the same subscription, as long as the region and OS type match.

    Moving an existing Logic App enforces stricter rules to maintain consistency and avoid issues with dependencies. To move your Logic App to a different App Service Plan in another resource group, you would need to recreate it in the desired location.

    If you have any further questions, feel free to ask!

    1 person found this answer 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.