The workflow in subscription and resource group cannot be moved as it is associated with an integration service environment

{tocify} $title={Table of Contents}


Issue

Today I was trying to move a logic app from my dev env to test env.

However, at validation stage following error was presented

The workflow in subscription and resource group cannot be moved as it is associated with an integration service environment



"The workflow in subscription and resource group cannot be moved as it is associated with an integration service environment"


Why it happened


Movement of resources from one subscription to other subscriptions in Integration service environment is not supported.


What to do

The first thought might come would be to create a logic app in the destination subscription and start designing the workflow from scratch - yes this can be done.

But, a better way in my opinion would be to copy the code view of the existing logic, create logic app in destination subscription - go to Logic app code view and paste the copied content.

But that's not all, you will have to change the API connection configuration as it might differ subscription to subscription.




Post a Comment

If you have any suggestions or questions or want to share something then please drop a comment

Previous Post Next Post