How to access maps folder in integration account through standard logic app

Dande, Venkata Subhashini 0 Reputation points
2022-10-31T05:59:52.99+00:00

Hi,

We are using standard logic app with Transform Xml action. Is it possible to access xslt files uploaded in integration account maps folder from standard logic app?
We are able to access xslt files from integration account in consumption plan logic app.
Kindly let us know if there is any process to access xslt files uploaded in integration account from standard logic app.

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

2 answers

Sort by: Most helpful
  1. Bruno Lucas 4,436 Reputation points MVP
    2022-10-31T07:12:43.27+00:00

    Hi anonymous user

    You need to link the integration account to your Standard logic app like this:

    https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-create-integration-account?tabs=azure-portal%2Cstandard#link-to-logic-app

    Also make sure both integration account and logic app are in the same region


  2. MayankBargali-MSFT 70,936 Reputation points Moderator
    2022-10-31T08:58:00.553+00:00

    anonymous user Thanks for reaching out. It looks like either your Integration account and standard logic app are not in the same region and subscription. Can you please confirm if they are in the same region and subscription? In case if they are in the same region and subscription then please validate that the callback URL should have query string which is used for authenticating.

    https://{prodname}.{region}.logic.azure.com:443/integrationAccounts/{integration account ID}?api-version=2015-08-01-preview&sp=%2F%2F%2A&sv=1.0&sig={signature}

    Once you have saved the changes please wait for a minute and delete/reacreate the transform action again. Make sure you have selected the source as Integration Account from the drop down. In case if you select Logic App then you need to upload the map under the maps configuration in your logic app. If there are no maps then you could observe the same error that you have shared as I can see the same issue if there are no maps for logicapp dropdown option.

    255570-image.png


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.