Friday Fact: Logic App Consumption and Standard name have different size limits and restrictions
May 3, 2024
Depending on the Logic App type you are using, Logic App Standard or Logic App Consumption, you will notice that each of them has different name size
Friday Fact: Response Connector Do Not Perform A Schema Validation At Runtime: Workaround!
Apr 19, 2024
When you need to perform a schema validation at runtime while using the trigger, When a HTTP request is received, Logic Apps gives us the possibility to
Friday Fact: It is possible to create an XML first-class experience inside Logic Apps.
Apr 12, 2024
By default, Logic Apps provides a good first-class experience for JSON, which means when we receive a JSON message, we can tokenize the elements by using a
Friday Fact: Existing Logic Apps with Service Bus trigger using peek lock cannot be changed from ...
Mar 22, 2024
Azure Service Bus is a reliable and scalable cloud messaging service It enables asynchronous communication between applications and services One of its key
Friday (funny) Fact: There is no size limit for the Logic App parameter name
Mar 15, 2024
In Azure Logic Apps, you can abstract values that change across development, test, and production environments by defining parameters These parameters store
Friday Fact: Logic Apps don’t interpret escaped characters as plain text, even inside a str...
Mar 8, 2024
In the realm of Logic Apps, the treatment of escaped characters differs from handling plain text Special characters Let's look into a scenario where
Friday Fact: When a HTTP Request is Received trigger can accept more http methods other than POST
Mar 1, 2024
When working with Azure Logic Apps, many developers assume that the When a HTTP request is received trigger supports only POST requests However, this
Friday Fact: Parallel branching in Logic Apps enables asynchronous execution of multiple tasks si...
Feb 23, 2024
Parallel branching is a concept utilized in various workflow automation systems, including Logic Apps, to enhance the efficiency and flexibility of task
Friday Fact: XML to JSON Conversion in API Management and Logic Apps have different behaviors
Feb 16, 2024
I don't know the reason why two products from the same family - Azure Integration Services - have completely different behaviors while converting XML to JSON,
