Search code examples
azurepowershellazure-logic-appsazure-powershellazure-cli

How do I retrieve Logic App Workflow Settings with PowerShell?


I'm trying to retrieve LogicApp Workflow Settings with PowerShell. Specifically it's about the Access Control configuration (and API Connections). It does not seem possible to retrieve the Access Control with the Get-AzLogicApp. How do I retrieve this?

Screenshot: LogicApp -> Workflow Settings -> Access Control Configuration


Solution

  • Currently logic app doesn't support this feature to get the workflow setting information

    enter image description here