Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

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.

How to throw custom exceptions inside Logic Apps: Using default capabilities - Avoiding too many condition actions (Part III)

Welcome to the third part of this series of blog posts on How to throw custom exceptions inside Logic Apps. In this series of five blogs, I will cover throwing custom exceptions in Logic Apps. I will cover the following topics: In this third approach, we are going to do a considerable fine-tuning of the previous approach, keeping the same capability to define custom error messages but redesigning the business logic in order to minimize the number of actions and optimize performance.

Logic App Best Practices, Tips, and Tricks: #29 How to validate if an Array is empty

In the last post, we addressed validating whether a string was null or empty. Today I will speak about another good Best practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps) and another usual validation requirement: How to validate if an Array is empty or not.

Azure App Service Autoscaling: Steps to Configure

Azure App Service is a platform as a service (PaaS) offering from Microsoft Azure that allows developers to quickly build, deploy, and scale web apps and APIs on Azure. Azure App Service is designed to be highly scalable, allowing you to easily scale your application to meet changing traffic demands. One of its most important features is auto-scaling, which allows your application to automatically adjust the number of instances it’s running based on changes in traffic or demand.