Categories

x
Skip Navigation Links
Categories
Skip Navigation Links

Latest Posts

Azure Tutorial

What are the Logic Apps?

What are the Logic Apps?

In this article, we are going to learn basic things about logic apps, why we need logic app and all the basic areas of understanding about Logic Apps.
Continue Reading >>
What is triggerBody in logic app?

What is triggerBody in logic app?

In this article we will see what do triggerBody() and triggerOuput() function do. How to use them, what is the difference between them and how to utilize their out put value in the logic app.
Continue Reading >>
Useful String Manipulation functions in Logic app

Useful String Manipulation functions in Logic app

In this article, we are going to see a few very useful string manipulation functions that we can use in Logic Apps.
Continue Reading >>
Logic Apps and Parameters

Logic Apps and Parameters

Like in any other application, in Logic apps also you would want one or more values that you can supply externally as a variable. In this article, we are going to see how we can utilize parameters in Logic apps.
Continue Reading >>
What is Logic app re-try policy and how to implement it?

What is Logic app re-try policy and how to implement it?

There are some basic exceptions like request time out or edit conflicts between multiple simultaneous requests, that can be resolved by simple retry logic in the application. In this article, we will go in details of the retry policy in Azure Logic apps. A retry policy applies to intermittent failures, characterized as HTTP status codes 408, 429, and 5xx, in addition to any connectivity exceptions. The default is an exponential interval policy set to retry 4 times.
Continue Reading >>
Next LastPage 1 of 2
© 2024 Code SharePoint