Azure logic apps ISE to ISE Migration

Nair, Veena Deepak 20 Reputation points
2023-02-22T09:20:55.9833333+00:00

We want to migrate 50+ logic apps from one customer which is using ISE to another customer where new ISE needs to be created by taking exception from Microsoft as ISE will be deprecated next year

then please let us know the below details:

  1. If we have a CI/CD pipeline to maintain our logic apps in ISE then How long will it take for Microsoft to create one more ISE(after getting exception from Microsoft as ISE will be going to be deprecated)? Does ISE provisioning also comes with logic apps migration?
  2. Once the ISE environment is ready then How to migrate logic apps from one ISE to another ISE and How long will it take for the 50+ logic apps to deploy to the new ISE using CI/CD pipelines?
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,403 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,871 Reputation points
    2023-02-22T13:32:13.8+00:00

    @Nair, Veena Deepak Thanks for reaching out.

    If we have a CI/CD pipeline to maintain our logic apps in ISE then How long will it take for Microsoft to create one more ISE(after getting exception from Microsoft as ISE will be going to be deprecated)? Does ISE provisioning also comes with logic apps migration?

    Once you reach out to us via the support ticket, we will add your subscription to an allow list for ISE creation and now you will be able to create the ISE at your end. This is only whitelisting your subscription ID so you can create the ISE resource.

    Once the ISE environment is ready then How to migrate logic apps from one ISE to another ISE and How long will it take for the 50+ logic apps to deploy to the new ISE using CI/CD pipelines?

    There is no out of box feature that will migrate all the settings (schemas, maps etc.) to the new ISE. You can automate it using the REST API for maps, schema etc. to list all the maps, schema and then update your new ISE with the maps, schema based on the response. Alternative you need to manually download and upload it to the new ISE environment. If you already have the devops pipeline that have update the setting in the ISE then you can leverage the same. It would not be possible to provide the estimation time as it depends upon several factors such as the complexity of the logic app, the size of the deployment, and the infrastructure you are deploying to. You need to test it at the staging environment to validate it.

    Feel free to get back to me if you have any queries or concerns.

    Please accept as "Yes" if the answer is helpful so that it can help others in the community.

    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.