-
Delving into Application Insights in the Azure DevOps environment
Delving into Application Insights in the Azure DevOps environment Application Insights is a feature of Azure Monitor that provides powerful monitoring and diagnostics for your applications. It is designed to help you track performance, detect issues, and gain insights into the health and usage of… [ Read More ]
-
Examining Kusto Query Language (KQL) in Azure DevOps
Examining Kusto Query Language (KQL) in Azure DevOps Kusto Query Language (KQL) is a powerful query language used to interact with data in Azure Log Analytics, which is a core part of Azure Monitor. It is designed for querying, analyzing, and visualizing data collected from… [ Read More ]
-
Exploring Azure Monitor and Log Analytics with Azure DevOps
Exploring Azure Monitor and Log Analytics with Azure DevOps Azure Monitor and Azure Log Analytics are integral components of monitoring and managing the health, performance, and availability of applications and infrastructure within the Azure ecosystem. They provide the ability to collect telemetry data, analyze it,… [ Read More ]
-
Exploring the Continuous Monitoring in Azure DevOps
Exploring the Continuous Monitoring in Azure DevOps Continuous monitoring is a key aspect of modern DevOps and cloud-native architectures. It involves the ongoing tracking of various systems and resources to ensure they are functioning as expected, and it enables the detection of issues before they… [ Read More ]
-
Understanding the Inner Loop in Azure DevOps
Understanding the Inner Loop in Azure DevOps The inner loop in DevOps refers to the development cycle that a developer goes through while working on a specific task or feature in a software application. It involves coding, building, testing, debugging, and committing the changes. The… [ Read More ]
-
Learning Path review questions: LP07
Learning Path review questions 1. If you are creating a feed that will allow yourself and those that you invite to publish, what visibility should you choose? Answer: You should choose Private visibility for the feed. A private feed ensures that only the invited users… [ Read More ]
-
Hands-on Demo – Install, delete and restore packages in GitHub Packages
Hands-on Demo – Install, delete and restore packages in GitHub Packages In this demo, we will walk through the processes of installing, deleting, and restoring packages in GitHub Packages for different package types such as NuGet (for .NET) and npm (for JavaScript). These steps will… [ Read More ]
-
Exploring Package access control and visibility in GitHub Packages
Exploring Package access control and visibility in GitHub Packages In GitHub Packages, access control and visibility are essential for managing who can publish, consume, and manage your software packages. This is crucial whether you're dealing with private packages that only a select group should access… [ Read More ]
-
GitHub Packages: A Guide to Publishing Packages
GitHub Packages: A Guide to Publishing Packages To publish NuGet packages to GitHub Packages, you need to configure the nuget.config file to authenticate with GitHub Packages, set the appropriate repository, and push your NuGet packages. This guide will walk you through how to publish a… [ Read More ]
-
Publishing Packages in GitHub Packages
Publishing Packages in GitHub Packages Publishing packages in GitHub Packages allows developers to share and manage software packages within the GitHub ecosystem. These packages can be versioned, managed, and securely shared with other developers or projects. GitHub Packages supports various package formats such as npm,… [ Read More ]