Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

How do log analytics and Business Activity Monitoring differ for business users?

It is considerably difficult for Business users & support operators to understand a business architecture built using App Insights and Log Analytics, the amount of Azure knowledge is insufficient to monitor the business process. In this video, we will focus on a real-world scenario where you might be using Logic Apps and compare the differences between using Log Analytics diagnostics data and Serverless360 BAM.

Unveiling Past Incidents: Accelerating Incident Resolution with Historical Context

Having the context of how similar issues were handled in the past can be invaluable. It can help incident responders grasp the nature of recurring problems, their causes, and effective solutions that have worked in the past. Introducing Squadcast’s Past Incidents feature that assists incident responders by presenting them with a list of similar past incidents related to the same service they are currently investigating.

What is Apache Tomcat server and how does it work?

Apache Tomcat, developed by Sun Systems way back in the late 1990s, is a popular choice for developers who need to build and deploy Java-based web applications. It’s a collaboratively created platform that, since 2005, has become an accredited top-level Apache project with highly experienced developers volunteering support and resources for it. A 2022 survey shows that 48% of developers now utilize Apache Tomcat for deploying Java web applications.

The CEO Pocket Guide to Internal Developer Portals

In the current macroeconomic climate, it’s more important than ever for executive teams and CEOs to make the most of their resources. Organizations are expected to continually deliver innovative products and services in a rapidly changing environment, often with reduced engineering budgets. 75% of tech leaders fear displacement from competitors beating them to market, so speed and efficiency are top of mind.

Serverless Microservices on Azure

Serverless Microservices combines both Serverless and Micro-Service Architectures, which gives the advantage of scalable Loosely coupled services without managing physical servers. In this episode of "Azure on Air" podcast, learn how serverless microservices in Azure offer reduced complexity, cost savings, and faster innovation. Discover Azure's core serverless service, Azure Functions, and other managed services that enable full-fledged serverless applications.

Microsoft Fabric Explained: All you need to know

What is Microsoft Fabric? Microsoft Fabric is an end-to-end analytics solution with full-service capabilities including data movement, data lakes, data engineering, data integration, data science, real-time analytics, and business intelligence—all backed by a shared platform providing robust data security, governance, and compliance.

How to SSH into Docker containers

A Docker container is a portable software package that holds an application’s code, necessary dependencies, and environment settings in a lightweight, standalone, and easily runnable form. When running an application in Docker, you might need to perform some analysis or troubleshooting to diagnose and fix errors. Rather than recreating the environment and testing it separately, it is often easier to SSH into the Docker container to check on its health.