Operations | Monitoring | ITSM | DevOps | Cloud

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.

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.