Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I manage / delete my Azure logic app connections

We are building a logic app in Azure.

It consists of an Office 365 new mail item and a service bus queue item.

What we cant work out is how to manage / delete the connections:

enter image description here

Any advice would be greatly appreciated

like image 295
RuSs Avatar asked Jun 03 '16 03:06

RuSs


People also ask

How do I give access to Azure logic apps?

In the Azure portal, open your logic app in the workflow designer. On the logic app menu, under Settings, select Authorization. After the Authorization pane opens, select Add policy.


2 Answers

Reference MSDN blog
https://blogs.msdn.microsoft.com/logicapps/2016/04/13/browsing-api-connections-in-the-azure-portal/

Using Powershell to manage connections https://blogs.msdn.microsoft.com/logicapps/2016/03/18/using-powershell-to-manage-api-connections/

There is a first class UI support also available now in Azure Portal

enter image description here
Update: connections are now supported in the resource explorer

enter image description here

Let me know if this helps.

like image 196
TusharJ Avatar answered Oct 18 '22 03:10

TusharJ


There are a few options available:-

  1. Search for API connections -> Click on the connection you want to delete.
  2. Go to your resource group -> Overview -> List of items available in resources will be shown -> Click on the item(type - API Connection). -> Delete.
like image 41
Rahul Avatar answered Oct 18 '22 05:10

Rahul