Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

Advance Azure message failure tracking for efficient business transaction management

In today’s fast-paced business world, organizations rely heavily on data to make wise decisions and streamline operations. Efficiently managing and accessing critical information, such as customer data, orders, and bills, is essential for the success of any business. Serverless360 Business Activity Monitoring offers advanced search capabilities and many other features that empower businesses with a self-service portal to find and retrieve relevant data quickly and easily.

How to monitor Azure App Registration Client Secret Expiration Notification?

Security remains a paramount concern in the rapidly evolving landscape of cloud computing. Azure Active Directory (Azure AD) is a cornerstone for securing applications and services within the Azure ecosystem. Azure App Registrations offer a crucial mechanism to manage application identities and enable secure authentication and authorization. However, the expiration of client secrets associated with these app registrations can introduce security vulnerabilities.

How to monitor connector's API Connections in Logic Apps?

Let us consider a scenario where a Logic App is used to communicate with SharePoint through API connections, known as connectors. When configuring the connector, it communicates with Azure AD, retrieving a username and password and continuously refreshing the authentication token. When the Logic App calls the connector, it performs operations like uploading files to SharePoint.

Azure Distributed Transaction Performance Monitoring

In this article, we will explore Azure Distributed Transaction Performance Monitoring using Serverless360’s new feature called BAM Duration Monitoring. Our primary focus will be effectively monitoring a long-running business process implemented using the dynamic combination of Logic Apps and Data Factory.

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.

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.