Operations | Monitoring | ITSM | DevOps | Cloud

Turbo360

The Azure Automation Series - episode 3

Embark on a journey of process automation in the thrilling conclusion of The Azure Automation Series! Join Sathish Veerapandian, a Microsoft MVP and automation expert, as he unveils the incredible capabilities of Azure Automation's process automation component. Learn how to effortlessly handle recurring tasks, automate repetitive processes, and optimize your workflow efficiency.

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.

The broader approach on Azure monitoring

This episode of Azure On Air podcast tackles the challenges in IT infrastructure monitoring and transitioning from on-premise to the cloud. Pedro Sousa, Microsoft Azure MVP, advocates for a shift from traditional monitoring to a holistic observability approach, starting with an understanding of business needs and working down to infrastructure details. Furthermore, he provides invaluable advice on migrating from on-premise to Azure, emphasizing the consistency of observability principles across environments.

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.

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.