How to run Azure logic apps in Visual Studio 2019 or Visual Studio 2022?

  Kiến thức lập trình

I am trying to create Azure Logic app in Visual Studio.

I did create an Azure Resource Group project.

Then selected Logic apps as the template and project is created. After that, when I try to open the LogicApp.json using ‘Open with Logic app Designer’ as shown below, it doesn’t show me that option.

Expected:

enter image description here

Actual:

enter image description here

What should I do to move ahead?

Reference link : https://learn.microsoft.com/en-us/azure/logic-apps/quickstart-create-logic-apps-with-visual-studio

LEAVE A COMMENT