Logic Apps Power shell to list connections

Hemanth Popuri 21 Reputation points
2022-08-25T20:58:04.893+00:00

Hi,

I've ran the Find Orphaned API Connectors from below link: https://www.integration-playbook.io/docs/find-orphaned-api-connectors

gives me gives the list of API Connectors and logic apps and orphan Api connectors which is very helpful.

I am looking for the attached (screen shot) details such as connected to (crgadmin1) inside all the logic apps in a resource group,

https://learn.microsoft.com/en-us/powershell/module/az.logicapp/get-azlogicapp?view=azps-8.2.0

Get-AzLogicApp -ResourceGroupName "ResourceGroup11" -Name "LogicApp03" gives only some information doesn't give the the connections (like crgadmin1) inside the logic apps.

can anyone please provide a command line or a link that gives this information as well which will be a great help. we think a service account is compromised looking to list out where he is used inside the resource groups logic apps.235014-s1.jpg

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

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,421 Reputation points
    2022-09-07T13:38:52.35+00:00

    Hi @Anonymous ,

    Please refer to the following blog post which has powershell script to list all the connections

    https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/use-powershell-script-to-manage-your-api-connection-of-logic-app/ba-p/2668253

    Hope this helps!

    0 comments No comments