azure-mgmt-applicationinsights-dotnet
仓库创建 2026年1月17日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
便于自动化创建监控资源并整合观测配置。
▸ 风险提示
需 Azure 权限,可能涉及应用监控数据访问。
这个 Skill 做什么
在 Azure 中以 .NET 管理 Application Insights 以实现应用监控与资源管理。
用 .NET 管理 Azure 的 Application Insights,能创建 APM 组件、可用性测试、workbooks 和 API key,方便做应用监控和遥测管理。适合在部署监控、配置分析面板或把监控纳入自动化流程时使用。优势是直接通过 ARM 管理资源,便于把监控当成基础设施来治理。
▸ 展开 SKILL.md 英文原文
Azure Application Insights SDK for .NET. Application performance monitoring and observability resource management. Use for creating Application Insights components, web tests, workbooks, analytics items, and API keys. Triggers: "Application Insights", "ApplicationInsights", "App Insights", "APM", "application monitoring", "web tests", "availability tests", "workbooks".
2.7k
Stars
304
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/microsoft/skills/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-applicationinsights-dotnet/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/microsoft/skills/main/.github/plugins/azure-sdk-dotnet/skills/azure-mgmt-applicationinsights-dotnet/SKILL.md"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> # 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 Defa
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有