Operations | Monitoring | ITSM | DevOps | Cloud

June 2023

Azure Logic App Standard Monitoring on key metrics

Azure Logic Apps have revolutionized how organizations automate their workflows and integrate various applications and services. They provide a robust and scalable platform for designing, orchestrating, and automating business processes and workflows. With Azure Logic Apps, organizations can harness the full potential of integration and achieve unparalleled efficiency in their operations.

Decoding Logic App Dilemmas: Copying .gdoc files from Google Drive using Azure Logic App

Welcome again to another Decoding Logic App Dilemmas: Solutions for Seamless Integration! This time we selected a different problem but a very common scenario in Enterprise Integration: File transfer. But in this very particular case: How to copy.gdoc files from Google Drive into another place using Azure Logic App?

Azure Incident Management with Escalation Policy

These days, businesses heavily rely on cloud services like Microsoft Azure to power their operations. While Azure provides robust infrastructure and services, occasional issues and incidents can still occur. Serverless360 provides enhanced capabilities to monitor and manage Azure incidents in a system. But to ensure seamless operations and timely resolution of problems, it is crucial to have a well-defined escalation policy in place for Azure Incident Management..

Decoding Logic App Dilemmas: How to Recurrence Trigger a Logic App at different hours and minutes?

Welcome again to another Decoding Logic App Dilemmas: Solutions for Seamless Integration! This time we will address another widespread problem which is to initiate the workflow at a different timeframe during the day or week with the same Azure Logic App Recurrence Trigger.

Logic App Best Practices, Tips, and Tricks: #34 How to validate JSON messages

In the last three blog posts, we explain how to validate null inside Logic App and specifying json schema elements/properties and perform JSON Schema restrictions in Logic Apps. Today and to finish, at least for now this topic, I will speak about another best practice, Tips and Tricks that you must consider while designing your business processes (Logic Apps): Validating JSON messages against schema in Logic Apps.

Logic App Best Practices, Tips, and Tricks: #33 Specifying JSON Schema restrictions

In the last two blog posts, we explain how to specify nullable and required elements/properties inside our JSON messages. Today we will continue on the same topic, JSON Schemas. This time I will speak about another Best practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps): Specifying JSON Schema restrictions.

Logic App Best Practices, Tips, and Tricks: #32 Specifying JSON Schema required elements

In the last post, we explain how to specify nullable elements inside our JSON. Today we will continue on the same topic, JSON Schema. This time I will speak about another Best practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps): Specifying JSON Schema required elements.

Logic App Best Practices, Tips, and Tricks: #30 How to validate if a JSON structure is an Array or a single object

In the last two posts, we addressed validating whether a string or an array was null or empty. Today we will continue on the same topic, validations, and I will speak about another good Best practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps): How to validate if a JSON structure is an Array or a single object.

Throw custom exceptions in Logic Apps: Using an API Management (Part V)

Welcome to the fifth and last part of this series of blog posts on How to throw custom exceptions inside Logic Apps. In all those posts, we talk about the following: The last approach we want to address in this series is another out-of-the-box idea: using an API exposed in API Management to throw back the exception. This approach is similar to the previous one.