Operations | Monitoring | ITSM | DevOps | Cloud

Cloud

The latest News and Information on Cloud monitoring, security and related technologies.

Microsoft Azure: Unleashing the Potential of Cloud Computing

Microsoft Azure is often hailed for its “limitless potential” and “unlimited possibilities”. But what does that mean in practical terms? How can Azure transform your business operations and why is it worth your attention? In this article, we’ll delve into these questions and illustrate the value of Azure through four key applications that can enhance your business operations and provide tangible benefits.

RDP Shortpath monitoring in Azure

Since Microsoft announced the RDP Shortpath feature was going to be enabled by default on September 6, 2022 for all Azure Virtual Desktop (AVD) customers, monitoring and troubleshooting this feature has become important. RDP Shortpath feature improves the AVD connectivity by establishing a direct UDP protocol between the AVD session hosts and the Remote Desktop Client by reducing the dependency on gateways.

Logic App Best Practices, Tips, and Tricks: #29 How to validate if an Array is empty

In the last post, we addressed validating whether a string was null or empty. Today I will speak about another good Best practice, Tips, and Tricks that you must consider while designing your business processes (Logic Apps) and another usual validation requirement: How to validate if an Array is empty or not.

AppDynamics Cloud enhancements for hybrid cloud, anomaly detection and usability

Introducing new capabilities expanding hybrid cloud support for VMs, Kubernetes and Linux apps running in public or private clouds, enhancements in application to infrastructure correlation using AI/ML-powered anomaly detection and more.

Avoid Azure migration cost overruns with Datadog Cloud Cost Management

Migrating your on-prem applications to Azure can help you improve scalability, reliability, and security. It can also help reduce costs and free your engineering teams to focus on innovation and performance optimization. But it can be hard to understand Azure costs as they evolve during your migration and to see how they correlate with your resource utilization once you’re up and running in Azure.

Building and deploying AWS email templates with Azure DevOps

This is the third and final post (for now) in the series about developing email templates with MJML and deploying them to AWS. In the previous post, we developed a Gulp script to automatically build HTML from the MJML file and insert it in a template file for AWS. In this post, we will set up an automated build and deployment of the email template using Azure DevOps. A quick recap.

Understanding Azure Blob Storage Soft Delete: A Comprehensive Guide

Azure Blob Storage is a scalable, cost-effective, and durable cloud storage solution provided by Microsoft Azure. Serving as the backbone for many Azure services, it enables businesses to store a colossal amount of unstructured data ranging from documents, images, backup data, to log files, etc. Azure Blob Storage can handle all your static data that’s stored and read but not changed frequently, making it an indispensable part of any cloud data management strategy.

Why Traditional Cloud Cost Optimization Isn't Enough

The cloud holds such promise. It’s the promise of near-infinite scalability, power, and growth potential. Companies switching to the cloud, especially in the early days of the 2010s, were seduced by the possibilities of what could happen if they just spent a little more, raced against their competitors a little faster, or achieved just a bit more product functionality. Could they be the next Twitter? The next Uber? Or something even bigger and better than what had come before?

Azure App Service Autoscaling: Steps to Configure

Azure App Service is a platform as a service (PaaS) offering from Microsoft Azure that allows developers to quickly build, deploy, and scale web apps and APIs on Azure. Azure App Service is designed to be highly scalable, allowing you to easily scale your application to meet changing traffic demands. One of its most important features is auto-scaling, which allows your application to automatically adjust the number of instances it’s running based on changes in traffic or demand.

Leveraging OpenTelemetry to Fix Flaky Integration Tests

At Lumigo, we heavily depend on a set of tests to deploy code changes fast. For every pull request opened, we bootstrap our whole application backend and run a set of async parallel checks mimicking users’ use cases. We call them integration tests. These integration tests are how we ensure: Recently, we changed our old “traditional log traversing” of integration tests into *amazing* OpenTelemetry traces graphs.