Operations | Monitoring | ITSM | DevOps | Cloud

July 2023

Removing the first line from a Flat file in Logic Apps

Welcome again to another Decoding Logic App Dilemmas: Solutions for Seamless Integration! This time we selected a real problem presented by a client during one of our Logic Apps training courses: How to remove the first line from a flat file (CSV)! In this case, we have a CSV file where the first line contains the column headers that we want to see removed from the message in order to process only the data.

Integrate RabbitMQ with Logic Apps using Azure Functions

Unfortunately, no Logic App connector can make the bridge to RabbitMQ, which makes this integration challenge a little bit more complicated. However, we have the ability to create an Azure Function by using the RabbitMQ trigger for Azure Functions to overcome this limitation. The purpose of this POC is to receive a message in a RabbitMQ queue, and that event triggers an Azure Function, which fires a Logic App.

Proven methods for elevating end-to-end tracking in Azure/Hybrid Integrations

Tracking end-to-end message or business data across Azure/hybrid integration and implementing end-to-end tracking presents a significant challenge for many organizations. To solve this problem, many rely on various monitoring tools like Log Analytics, App Insights, etc., designed for developers. However, when it comes to supporting applications in production or real-time for non-technical Azure operations/support teams, this approach can be challenging in terms of security and expertise.

Azure Rightsizing: Maximizing Performance and Minimizing Costs

Organizations increasingly leverage Azure to host their applications and services in today’s cloud-driven world. However, efficiently managing Azure resources ensures optimal performance, cost-effectiveness, and resource utilization. One essential aspect of resource management is rightsizing. In this blog post, we’ll explore the concept of rightsizing Azure resources and provide practical tips on optimizing your deployments.

Azure Unit Cost Analysis for Cloud cost optimization

As organizations embrace cloud computing, understanding, and optimizing costs becomes essential. Azure, Microsoft’s cloud platform, offers various services and features to help you manage your cloud expenses effectively. One powerful technique to achieve this is by performing Azure unit cost analysis. In this blog post, we will explore the concept of unit cost analysis and provide a step-by-step guide on performing it in Azure.

Decoding Logic App Dilemmas: Nested JSON schema validation

Welcome again to another Decoding Logic App Dilemmas: Solutions for Seamless Integration! This time we selected a problem related to a few tips and tricks I have been writing Message validation inside Logic Apps or JSON schema validation. One of our previous dilemmas addressed this complex topic: Decoding Logic App Dilemmas: How to validate if a JSON property is not an empty string? , of course, describing and addressing a different problem.

Logic App Best Practices, Tips, and Tricks: #36 How to process an Array or a single object JSON structure in the same manner

Today I will speak about another helpful Best Practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps): How to process an Array or a single object JSON structure in the same manner.