skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

azure-mgmt-applicationinsights-dotnet

Application Insights resource management

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/microsoft/skills --skill azure-mgmt-applicationinsights-dotnet

Overview

What This Skill Does

Azure Resource Manager SDK for .NET that manages Application Insights resources via code. Handles creating and configuring components, availability tests, workbooks, API keys, and linked storage accounts. Works with the Azure.ResourceManager namespace and DefaultAzureCredential.

Application

When to use this Skill

Documentation

Show Skills.md file

Azure.ResourceManager.ApplicationInsights (.NET)

Azure Resource Manager SDK for managing Application Insights resources for application performance monitoring.

Installation

dotnet add package Azure.ResourceManager.ApplicationInsights
dotnet add package Azure.Identity

Current Version: v1.0.0 (GA)
API Version: 2022-06-15

Environment Variables

AZURE_SUBSCRIPTION_ID=<your-subscription-id> # Required: Azure subscription ID
AZURE_RESOURCE_GROUP=<your-resource-group> # Required: Azure resource group name
AZURE_APPINSIGHTS_NAME=<your-appinsights-component> # Required: Application Insights component name
AZURE_TOKEN_CREDENTIALS=prod  # Required only if DefaultAzureCredential is used in production

Authentication

Lines 1 - 25 of 487

Recommendations

Explore other random skills

All skillsMy patterns