How to change name of API Connection

Priya Jha 871 Reputation points
2024-05-27T14:23:40.4966667+00:00

Hi All,

I have create an API connection to Azure blob via Managed Identity authentication from Azure Logic app itself.

While creating the connection, it asked for connection name and authentication type. The value provided in connection name was taken as Display name and a generic value named azureblob-1 was assigned as name of the connection.

LogicMI

How to change the name of API Connection from azureblob-1 to desired name.

This is creating an issue when deploying the logic app code via CI-CD.

Also tried to deploy the code via Arm template with desired name. The deployment was successful and the API connection was created with proper name but with Account Key Authentication, we want a connection with Managed Identity auth.

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

1 answer

Sort by: Most helpful
  1. Azar 20,920 Reputation points MVP
    2024-05-27T14:34:36.8866667+00:00

    Hi there Priya Jha

    Thanks for using QandA platform

    you can rename the connection,

    see below the link to a post found, for a detailed info

    https://stackoverflow.com/questions/54297505/azure-api-connections-change-the-connection-name#:~:text=Yes%2C%20you%20could%20deploy%20API,don't%20want%20to%20use.

    If this helps kindly accept the answer thanks much.