0

For Consumption type Logic apps we can call the listSwagger endpoint to generate swagger documentation.

How can I generate swagger documentation for a Logic app (standard)?

Mathias Rönnlund
  • 4,078
  • 7
  • 43
  • 96

2 Answers2

1

As for as i know it currently stands or seems to be that swagger or Open Api cannot be integrated with Standard Logic apps.

As per the Microsoft documentation, there are currently few options for standard logic apps

enter image description here

For Consumption logic apps: enter image description here

For full information refer the above Microsoft Documentation.

RajkumarPalnati
  • 541
  • 2
  • 6
  • We're using VS Code to create the standard logic apps. I think you are correct that exposing swagger for http triggered standard logic apps is not supported. – Mathias Rönnlund Jun 17 '22 at 06:00
  • Please avoid posting images of text. Instead, insert the text itself (Stack Overflow supports tables) with a proper citation to its source. – Ryan M Aug 24 '22 at 09:32
0

Seems there is a support for built-in APIM connector for Logic Apps Standard in 2023, please see the blog

https://techcommunity.microsoft.com/t5/azure-integration-services-blog/announcement-apim-connector-for-logic-apps-standard/ba-p/3814125

Shailesh Tiwari
  • 295
  • 4
  • 4