Agent skill · DevOps & Cloud

azure-mgmt-applicationinsights-dotnet

Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill azure-mgmt-applicationinsights-dotnet --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/api/azure-mgmt-applicationinsights-dotnet/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Azure.ResourceManager.ApplicationInsights (.NET) Azure Resource Manager SDK for managing Application Insights resources for application performance monitoring. ## Installation ```bash dotnet add package Azure.ResourceManager.ApplicationInsights dotnet add package Azure.Identity ``` **Current Version**: v1.0.0 (GA) **API Version**: 2022-06-15 ## Environment Variables ```bash AZURE_SUBSCRIPTION_ID=<your-subscription-id> AZURE_RESOURCE_GROUP=<your-resource-group> AZURE_APPINSIGHTS_NAME=<your-appinsights-component> ``` ## Authentication ```csharp using Azure.Identity; using Azure.ResourceManager; using Azure.ResourceManager.ApplicationInsights; ArmClient client = new ArmClient(new DefaultAzureCredential()); ``` ## Resource Hierarchy ``` Subscription └── ResourceGroup └── ApplicationInsightsComponent # App Insights resource ├── ApplicationInsightsComponentApiKey # API keys for programmatic access ├── ComponentLinkedStorageAccount # Linked storage for data export └── (via component ID) ├── WebTest # Availability tests ├── Workbook # Workbooks for analysis ├── WorkbookTemplate # Workbook templates └── MyWorkbook # Private workbooks ``` ## Core Workflows ### 1. Create Application Insight

What's inside
Steps it walks through
  1. Installation
  2. Environment Variables
  3. Authentication
  4. Resource Hierarchy
  5. Core Workflows
  6. 1. Create Application Insights Component (Workspace-based)
  7. 2. Get Connection String and Keys
  8. 3. Create API Key
  9. 4. Create Web Test (Availability Test)
  10. 5. Create Multi-Step Web Test
  11. 6. Create Workbook
  12. 7. Link Storage Account
  13. 8. List and Manage Components
  14. 9. Update Component
Ships with 1 file
  • metadata.json
Commands it runs
dotnet add package Azure.ResourceManager.ApplicationInsights
dotnet add package Azure.Identity
More from claude-skill-registry
All skills →
About this skill
What does the azure-mgmt-applicationinsights-dotnet skill do?

Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill azure-mgmt-applicationinsights-dotnet --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going