Visual Studio 2015 update for Logic Apps

Wanted to let everyone know that today we pushed an update to our Visual Studio extension for Logic Apps. With it we've included the ability to associate an Integration Account to the Logic Apps you create in Visual Studio which in turns lets you use our B2B and XML actions from Visual Studio including the following:

XML Validation & Transform
Flatfile encode & decode
X12/AS2/EDIFACT encode & decode

As an example, here's a quick logic app you can now build entirely from within Visual Studio. When I create a new Azure Resource Group project type and select the Logic Apps template I get a new logic app template in my project. Right-clicking this and opening in the Logic Apps designer I can choose from the gallery:

Screen Shot 2016-09-14 at 11.25.18 PM

Here I'll pick the VETER pipeline template and voila, I have a logic app created from it in Visual Studio.

Screen Shot 2016-09-14 at 11.26.45 PM

Notice that in the Properties window I now have an Integration Account property that allows me to pick an Integration Account I've already created (see here for how to do that if you don't have one yet). I can of course then expand any of the actions that use the Integration Account such as the XML Validation action and pick a schema from my account.

Screen Shot 2016-09-14 at 11.26.42 PM

Once I'm done I can save and deploy my logic app as normal - it's as easy as that!

As always, let us know what you think and what you'd like to see next.