Install Visual Studio Tools for Azure Logic Apps

Introduction

Logic Apps provide a way to simplify and implement scalable integrations and workflows in the cloud. It provides a visual designer to model and automate your process as a series of steps known as a workflow.

Ref: https://docs.microsoft.com/en-us/azure/app-service-logic/app-service-logic-what-are-logic-apps

Use Cases:

  • Post all the tweets into a Facebook Page automatically
  • Download attachments for all your emails and post them into Dropbox

We will learn more about Logic Apps in the upcoming articles.

Please note that we can design and deploy the Logic Apps using Azure Management Portal as well as in Visual Studio using ARM templates.

In order to achieve that we need to install Visual Studio Tools for Azure Logic Apps.

Prerequisites

  • Visual Studio 2015
  • Azure SDK 2.9.1 or later

Open Visual Studio 2015 and click on New Project à Templates à C# à Cloud as shown below.

Advertisements
0_newproject

And, select Azure Resource Group and provide a meaningful name and click on OK.

Clicking on OK will open the following Select Azure Template where you can choose the built-in templates available with Visual Studio for quickly building the Azure Services. For this example, select Logic App and click on OK as shown below.

Advertisements
1_selectlogicapp

Clicking OK will create the Logic App as shown below.

2_solutioncreated
Advertisements

Right click on LogicApp.Json file, you will review the following options. You will understand why I asked you to right click at the end of the article.

3_rightclick

In the article Kickstart to Logic Apps in Azure (http://www.c-sharpcorner.com/article/kickstart-to-logic-apps-in-azure/ ), you might have learnt that Azure Management Portal allows you to design the Logic App right in the browser. In the same way, Visual Studio also provides a Visual Designer for designing the Logic Apps.

In order to get the Visual Designer, we need to install Visual Studio tools for Azure Logic Apps. Let’s see how to install these tools right from Visual Studio.

In your Visual Studio, click on Tools -> Extensions and Updates as shown below.

Advertisements
4_tools

Next step is to select Online as shown below.

5_online

And then search for Logic Apps as shown in the below screen capture and click on Download.

Advertisements
6_logicapps_download

Clicking on the Download button will download the required files as shown below.

Advertisements
7_downloading

Once the process of downloading is finished, you need to review and read the license terms and click on Install button as shown below

Advertisements
8_install

After the installation is complete, you would need to restart Visual Studio.

9_restart
Advertisements

Restart Visual Studio and open the project and now again right click on LogicApp.json file as shown below.

10_logicappdesigner

You would notice a new option now Open with Logic App Designer as shown in the above screen capture.

Clicking on the Open with Logic App Designer will open the following popup to connect to the Azure Subscription where you need to choose your subscription and also choose a Resource Group. Once you choose the Resource Group, click on OK button

Advertisements
11_chooseresourcegroup

Clicking on the OK button will show the Visual Designer as shown below.

Advertisements
12_builtintemplatesinvisualstudio

We will learn how to create Logic Apps in the upcoming articles. Stay tuned!

Hope you enjoyed reading the article. Your feedback is appreciated.

Do you like this article? If you want to get more updates about these kind of articles, you can join my Learning Groups

WhatsApp

Telegram

Advertisements
Advertisements
Advertisements

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s