{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"
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.
If you have questions or suggestions, feel free to do in comments section below !!!
Do share if you find this helpful ....... Knowledge Sharing is Caring !!!!!!
Knowledge Sharing is Caring !!!!!!
Learn More about some more Logic App errors
- The request has both SAS authentication scheme and 'Bearer' authorization scheme. Only one scheme should be used
- Selected file must be between 1 and 2097152 bytes
- SplitOn property doesn't validate expression at design time
- The workflow with 'Response' action type should not have triggers with 'splitOn' property
- The template language expression 'xxx' cannot be evaluated because property 'xxx' doesn't exist. Property selection is not supported on content of type 'application/xml'
Tags:
Azure Logic App Error