Tag: DevOps

  • Azure Application Insights customEvents and .NET 6

    Getting customEvents with Azure Application Insights customEvents and .NET 6 Program.cs: Adding builder.Services.AddApplicationInsightsTelemetry(); Getting InstrumentationKey appsettings.json : adding InstrumentationKey HomeController.cs : Adding ” this.aiClient.TrackEvent(“CommentSubmitted”); ” See Also:

  • DevOps: Azure DevOps Release Gate (Query work items, SonarQube, Azure monitor)

    A Sample of “Azure DevOps Release Gate ” the Gates with the following items Software infra: Based on ” Controlling Deployments using Release Gates | Azure DevOps Hands-on-Labs (azuredevopslabs.com) ” and ” Managing technical debt with SonarQube and Azure DevOps | Azure DevOps Hands-on-Labs (azuredevopslabs.com) ” Hint: Azure DevOps Release Gate with Azure DevOps Starter…