Skip to content

Stage 4: Telemetry

Sanoobk edited this page Sep 21, 2019 · 1 revision

Stage 4: Telemetry

Step 1: Configure Application Insights for the Web Application A very good article to configure the Application Insights for the ASP.NET MVC Web Application. Simple steps with minimal coding. Telemetry capturing for advanced scenarios like Application Insights Funnels, Retention etc are not covered.

Step 2.a: Create Work Item (Bug) in Azure Boards

To create actual Work Item, follow instructions from link Bugs can be created. Automatic work item creation is not yet available.

Step 2.b: Automatic Work Item Creation using Logic Apps

Step 2.b.1: Create Logic App Use Logic Apps to create a new Azure DevOps Boards Work Item (Issue) when an AKS Active Pods Count metric is greater than 3.

Links below can help with designing the simple Logic App.

Trigger: HTTP Trigger Action: Azure DevOps Create Work Item

Link to get sample HTTP Post payload information for the Logic App.

Step 2.b.2: Create New Alert Rule Create a New alert rule under Metrics for the AKS and connect to the Logic App created in 2.b.1 during the configuration.

Solution Implementation is complete.