David Burg's Blog

Azure Logic App engineering and Enterprise Integration in the Cloud

Support non-UTF payloads in Logic App with a conversion Azure Function

Much of cloud services assume that a text payload will be some form of UTF (unicode) encoding. Some...

Author: David Burg Date: 02/27/2018

Calling Logic App from Cleo VLTrader

Here are anonymized notes from a live troubleshooting session for customers who were trying to send...

Author: David Burg Date: 02/27/2018

Passing extra HTTP headers to any action in Logic App

Here's a trick not easily discoverable for Azure Logic App's triggers and actions: you can actually...

Author: David Burg Date: 02/02/2018

Recursive types declaration in WSDL and Logic Apps SOAP Custom Connector

As you upload WSDL document for the creation of a Logic Apps SOAP Custom Connector you may encounter...

Author: David Burg Date: 01/26/2018

Import directive and Logic Apps SOAP connector

While you upload a WSDL for the creation of a Logic Apps SOAP Custom Connector, you may get the...

Author: David Burg Date: 01/26/2018

Trace SOAP to REST calls to and response back from backend SOAP service with API Inspector

While Logic App SOAP Custom Connector works as-is and with minimal configuration by the user for...

Author: David Burg Date: 12/01/2017

Advanced types in Logic App SOAP Custom Connectors

Please be aware of the following limitation: Only the (base) type directly referred by a SOAP...

Author: David Burg Date: 12/01/2017

Workaround: "Cannot read property 'parameters' of undefined" when attempting to add an action in Logic App designer

I've been observing this failure myself and pulling my hairs for a couple of days before figuring it...

Author: David Burg Date: 11/30/2017

Logic Apps resources

Here is a quick summary of online resources for users of Logic Apps. MSDN forum: Azure Logic Apps...

Author: David Burg Date: 11/27/2017

Troubleshooting Logic Apps X12, EDIFACT schema not found issues

As you attempt to encode an outgoing B2B message with Logic Apps, you sometimes get a 400 Bad...

Author: David Burg Date: 11/03/2017

SOAP services support in Azure Logic App

Fresh off the press, native support for SOAP services in Logic App! This feature builds upon the...

Author: David Burg Date: 10/30/2017

Azure Logic App X12 replacing separator characters in payload

Using the B2B X12 connector for Azure Logic App, sometimes the input xml values in the payload has...

Author: David Burg Date: 10/22/2017

Logic App and B2B Integration Account monitoring solution right from the Azure portal

New in the Azure Marketplace you can now create a Logic App or Integration Account OMS monitoring...

Author: David Burg Date: 08/25/2017

Using Google OAuth 2.0 authorization server in Azure API Management

While trying out API Management's in-preview SOAP to REST capabilities against Google's AdWords API,...

Author: David Burg Date: 07/25/2017

Logic App, B2B diagnostics logging, monitoring and alerting documentation newly expanded

The documentation writer and our engineering team has recently scrubbed for quality and expanded for...

Author: David Burg Date: 07/24/2017

Logic Apps, VNET and other network connectivity

As Logic Apps is a multi-tenant PaaS offering, there isn't a server instance dedicated to you that...

Author: David Burg Date: 05/24/2017

Whitelisting and Logic Apps

As B2B services move from on-premises servers to Azure Logic App, a recurring question is how to do...

Author: David Burg Date: 05/19/2017

Logic App Flat File Encoding and Decoding documentation references

For engineers without a BizTalk Server background, the Flat File encoding and decoding may prove a...

Author: David Burg Date: 05/19/2017

EDIFACT Disaster Recovery PowerShell cmdlets

With the upcoming Disaster Recovery trigger and action for the EDIFACT connector, the existing...

Author: David Burg Date: 05/16/2017

Advanced tracking with Logic App and Integration Account

Operating at scale Once your integration solution with Logic App reach a certain scale and...

Author: David Burg Date: 05/16/2017

New page: Performance testing in the cloud.

https://blogs.msdn.microsoft.com/david_burgs_blog/performance-testing-in-the-cloud/ (Still looking...

Author: David Burg Date: 04/19/2017

AS2 connector disaster recovery

Logic App enterprise integration AS2 connector disaster recovery is rolling out today in production...

Author: David Burg Date: 04/14/2017

Azure Logic App template for X12 connector control numbers replication for disaster recovery published on quick start

I've just now published a Logic App template for X12 connector control numbers replication for...

Author: David Burg Date: 03/30/2017

DateTime Json serialization with Min and Max values

This one tripped me this week - although the MSDN doc for MinValue and MaxValue will tell you "UTC",...

Author: David Burg Date: 03/22/2017

Logic App Integration Account Swagger with full examples on GitHub

Recently the REST API specifications for Logic App Integration Account was refresh at:...

Author: David Burg Date: 03/13/2017

Fresh of the press: new Azure PowerShell cmdlets for upcoming X12 connector disaster recovery

This afternoon five new cmdlets will be released as part of the Azure PowerShell Release 3.7.0....

Author: David Burg Date: 03/09/2017

Going deeper with Flat File schema authoring for BizTalk and Azure Logic Apps Flat File encode-decode action

So you've gone through the basics at the MSDN Flat File Wizard How-to , Walkthrough and Logic Apps...

Author: David Burg Date: 02/14/2017

Installing/Adding IIS Windows Authentication feature in Windows 8

While installing the BizTalk Adapter Service I got the error "IIS Windows Authentication feature...

Author: David Burg Date: 11/05/2013

Good reading for the cloud

Following an interview of a local candidate I was prompted to get back to blogging and share some...

Author: David Burg Date: 10/25/2013

Automatically calling signature verification disabling as part of build for delay signed assemblies

I authored this neat but overkilled build target for Visual Studio 2012 to automatically disable...

Author: David Burg Date: 04/30/2013

<Previous