Showing posts with label Logic Apps. Show all posts
Showing posts with label Logic Apps. Show all posts

Saturday, June 08, 2019

Connect to your on-premises SAP system from Azure Logic Apps (IV)

In this post, we will use a new feature of Logic Apps, Static Result, to mock output data and test your SAP scenario without call SAP. This post continues the series of SAP Connector for Azure Logic Apps.

Thursday, May 09, 2019

Connect to your on-premises SAP system from Azure Logic Apps (III)

In this post, we will invoke directly to a RFC on our on-premises SAP from our Logic App. This post continues the series of SAP Connector for Azure Logic Apps.

Wednesday, April 24, 2019

Connect to your on-premises SAP system from Azure Logic Apps (II)

In this post, we will see how to connect from an Azure Logic App to SAP and get the schemas of the different operations from SAP System. This post continues the series of SAP Connector for Azure Logic Apps.

Monday, April 22, 2019

Connect to your on-premises SAP system from Azure Logic Apps (I)

In this blog post, I will share how we can expose and consume SAP functionality with Logic Apps, with the SAP ERP Central Component (ECC) connector.

Friday, November 17, 2017

Logic Apps and EDI (VII). Problems developing a PRO solution

This post is about the problems that I found developing a real solution for a customer.

Monday, July 31, 2017

Logic Apps and EDI (VI)

Continuing with my series about Logic Apps and EDI, today I will start a "sub-series" about how to use PowerShell and the API Rest, to deploy EDI artifacts to our Enterprise Integration Account.

Wednesday, May 17, 2017

Logic Apps and EDI (V)

This post continues the Logic Apps and EDI series of post, that I began weeks ago:

In this post I go to explain how monitor and tracking B2B scenarios using OMS.

Monday, May 08, 2017

Creating your first Logic App Connector

In this post I will explain, how to implement a simple Connector and use it on a Logic App.

Logic Apps and EDI (IV)

This post continues the Logic Apps and EDI series of post, that I began weeks ago:

In this post I go to explain how get the "Good" and the "Bad" decoded messages from EDIFACT Decode Component.

Thursday, April 27, 2017

Logic Apps and EDI (III)

This post continues the Logic Apps and EDI series of post, that I began last week:
In this post I go to explain how to modify our Agreement, to allow receive from CompanyA, messages of type INVOICE_99B_D.

Tuesday, April 25, 2017

Logic Apps and EDI (II)

This post continues the Logic Apps and EDI series of post, that I began last week.

In this post I want to explain, how to manage errors when Resolve EDIFACT Agreement doesn't found the agreement or any other error.

Monday, April 24, 2017

Global Azure and Integration Bootcamps 2017

Last month I was speaking about Logic Apps on the last two great events.

First was on Saturday 25th March at Madrid, Global Integration Bootcamp, where I talked about Serverless, Logic Apps and Enterprise Integration Pack and the similarities between BizTalk and the PaaS (API Management, Service Bus, Azure Functions and Logic Apps). You can see my slides here.

Friday, April 21, 2017

Logic Apps and EDI (I)

When I began to write this post, my first intention was demonstrate how to migrate a BizTalk EDI Application to Logic Apps with Enterprise Integration Pack, but then I thought to begin with a simple scenario.

I took a sample EDI application in BizTalk from other post (see https://abhijitmahato.wordpress.com/category/biztalk-edi/) and try to implement the same with Logic Apps and Enterprise Integration Pack.

Sunday, April 16, 2017

Versioning Logic Apps feature

Now in Logic Apps, you can see a list of all the versions of your Logic App. Before, Logic Apps supported storing only the previous versions of a Logic App every time you save it, but now you can see all the versions.

This is a great feature to quick rollback a production Logic App to a previous version, if there are any problems when you deploy your last version.

Wednesday, April 12, 2017

Tracked properties on Logic Apps and queries on Log Search or OMS

In our Logic App, we can add tracked properties onto different actions to track our custom data in diagnostics data.

Why we need to track properties? Because it can be very useful to search diagnostics data by custom values (e.g. The order's customer identifier).

Friday, April 07, 2017

Automated Testing Logic Apps with SpecFlow (I)

I start this series of post, talking about how to test our Logic Apps with SpecFlow for Visual Studio 2015. This week I have attended the event "Automated Testing with Logic Apps and Specflow" by Michael Stephenson and I will put in practice some of the ideas that Michael Stephenson talked in that event.

Wednesday, April 05, 2017

Deconstructing my GIB2017 Demo

Last Saturday, I participated as speaker at Global Integration Bootcamp 2017 at Madrid. You can find the slides of the event at Kabel's Blog.

Monday, March 06, 2017

"EDIFACT Fallback Settings" on Enterprise Integration Pack for Logic Apps

In the new Enterprise Integration Pack for Logic Apps, creating new EDI scenarios, they do not support "EDIFACT Fallback Settings" as there was in BizTalk. This functionality allows when BizTalk has not determined the agreement, apply a default agreement. I have added this suggestion to feedback.azure.com: EDIFACT Fallback Settings suggestion