Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Power Automate Monitoring

Power Automate is a cloud-based service that Microsoft provides as part of Power Platform. It allows users to create automated workflows integrating various applications and services. It is designed for a wide range of users, from business professionals looking to automate daily tasks to developers who can create more complex automation. A trigger initiates a Flow in Power Automate followed by predefined actions. Each execution of the Flow creates a run.

Unlocking Open Telemetry for Golang

Open Telemetry (OTel) is an open source observability framework that has garnered significant attention for its powerful capabilities in monitoring metrics, logs and traces.. It is second only to Kubernetes in the CNCF velocity chart with contributions being made from major players in the cloud industry, and has a growing community helping build out a thriving ecosystem.

Kubecon North America 2023 event recap

As autumn graced the vibrant city of Chicago, I had the distinct opportunity to immerse myself in the heart of innovation and camaraderie at the CNCF’s Kubecon North America conference. Over the span of four remarkable days, from Nov 6-9, I was fortunate enough to walk alongside the many enthusiasts, contributors and organizers of open source and cloud native communities.

Azure Event Grid Monitoring and Alerting

Azure Event Grid is a versatile and event-driven service within the Microsoft Azure cloud ecosystem, designed to enable seamless event handling and routing across various Azure services and external sources. This powerful service plays a pivotal role in facilitating event-driven architectures, streamlining the development and management of cloud-based applications and systems.

Azure Service Bus Monitoring and Alerting

Microsoft Azure offers a cloud-based messaging service called Azure Service Bus. The goal is to streamline communication between disparate components or applications, regardless of whether they are distributed across multiple environments and locations or operating on the same Azure platform. With Azure Service Bus, you can develop distributed systems that are scalable, reliable, and decoupled.

Setting up better logging in Azure Functions

We have been using Azure Functions for years. Being able to easily deploy and run code on both Azure App Services and real serverless has been a killer feature for all of our asynchronous jobs and services. Unfortunately, the logging approach provided as part of the default template is not ideal. In this post, I'll introduce you to the first steps we take in all of our existing and new function apps to improve logging. A quick note about the Azure Functions runtime.

A Simple Guide To AWS Lambda Rightsizing

AWS Lambda can be an easy-to-implement solution for those looking for serverless application deployments and operations. However, how can you be sure that you are getting the most for your money when it comes to utilizing this service? This guide will explain some of the tools and resources at your disposal — whether you’re utilizing the AWS console, trying to optimize your code and design, or a combination of the two.

Logic App Best Practices, Tips, and Tricks: #37 How to get distinct values from an array?

Welcome again to another Logic Apps Best Practices, Tips, and Tricks. In my previous blog posts, I discussed some of the essential best practices you should have while working with the Azure Logic App. Today, I will speak about another helpful Best Practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps): How do we get distinct values from an array or repeating structure?