How to create a new connection in Azure logic app?

Mark JZ Yeap 96 Reputation points
2021-09-15T09:23:51.983+00:00

Please advice.

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,016 Reputation points
    2021-09-15T09:46:58.883+00:00

    @Mark JZ Yeap I believe you are taking about API Connections that are used by logic app connectors.
    You can navigate to your action and for the first time you need to authethicate the connector. If you add new then it creates a new connection for that connectors. If you already added previously then it reuse the existing connection for your workflow but you can add a new connection if you need.

    First Time :
    132170-image.png

    Changing and creating a new one:
    132381-image.png

    132309-image.png

    Once you click on Add new you need to sign in which creates a new API Connection. To view the API connection you search/navigate to "API Connections" and view all the API connection on your subscription.

    132391-image.png

    1 person found this answer helpful.