Operations | Monitoring | ITSM | DevOps | Cloud

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.

The Azure Hybrid tour

In this episode of our podcast, join us as we explore the world of hybrid and multi-cloud with Thomas, Senior Program Manager & Chief Evangelist for Azure Hybrid at Microsoft. Discover the significance of hybrid and multi-cloud in the enterprise market, learn about Microsoft's solutions for on-premise to cloud transition, and gain insights into the challenges and benefits of multi-cloud strategies. Thomas also shares valuable advice on continuous learning and embracing change in the tech industry. Tune in now for a deep dive into the dynamic world of Azure and cloud technology.

What is Azure CAF?

In this captivating podcast episode, dive into the world of Cloud Adoption Framework (CAF) with Mustafa Toroman, a seasoned Solution Architect and Microsoft Azure MVP. Gain valuable insights into CAF's importance for effective cloud adoption. Mustafa's expertise in cloud computing, Azure, and DevOps shines through as he shares practical advice. Explore implementing CAF, upskilling teams, and managing process changes. Discover Mustafa's successful author career with nine books, including "Hands on Cloud Administration in Azure." Tune in for expert insights and firsthand experiences in cloud adoption and Azure.

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.