Obtain Connection RunTime URL for API connection of Kind V1 in Azure Logic Apps
Hi,
We are currently migrating from Azure Logic App Consumption to Logic App Standard. As part of this migration, we have an existing API connection to Adobe Sign, which was created a long time ago and is of Kind: V1.
Due to how our Adobe Sign instance is configured, we are unable to create a new API connection of Kind V2. As a result, we would like to reuse the existing V1 API connection within our Logic App Standard workflow.
However, as you're aware, using an API connection in Logic App Standard requires the connection runtime URL, which unfortunately is not exposed on this older V1 connection resource.
We’ve attempted to retrieve this URL using both:
Azure CLI (az resource show
)
Azure Management REST API
But neither returns the required connectionRuntimeUrl
for this V1 connection.
Could you please advise if there is any alternative method or internal process to retrieve the runtime URL for a V1 API connection, or any possible workaround that allows us to use it in Logic App Standard?