Token导航 LogoToken导航TokenDH.com
云服务敏感数据github未标认证来源可访问许可证需确认审计通过

azure-app-serviceAzure 应用 service

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

1,498

周安装

60

GitHub Stars

521

下载量

485
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:azure-app-service(Azure 应用 service)
来源仓库:https://github.com/microsoftdocs/agent-skills
仓库路径:skills/azure-app-service
安装命令:
npx skills add https://github.com/microsoftdocs/agent-skills --skill azure-app-service
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/microsoftdocs/agent-skills --skill azure-app-service

简介

用于辅助 Azure App Service 相关资源的部署与管理。

  • 适合检查配置、整理部署步骤或分析服务状态。
  • 需明确目标环境、账号权限和资源组。azure-app-service 属于云服务类 Skill,可作为该场景下的辅助能力补充。
  • 涉及删除或修改网络配置时,应先确认影响范围。
  • 安装方式:通过 GitHub 仓库使用 npx 命令添加技能。

SKILL.md

Azure App Service Skill

This skill provides expert guidance for Azure App Service. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.

How to Use This Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g., L35-L120), use read_file with the specified lines. For categories with file links (e.g., [security.md](security.md)), use read_file on the linked reference file
IMPORTANT for Agent: If metadata.generated_at is more than 3 months old, suggest the user pull the latest version from the repository. If mcp_microsoftdocs tools are not available, suggest the user install it: Installation Guide

This skill requires network access to fetch documentation content:

  • Preferred: Use mcp_microsoftdocs:microsoft_docs_fetch with query string from=learn-agent-skill. Returns Markdown.
  • Fallback: Use fetch_webpage with query string from=learn-agent-skill&accept=text/markdown. Returns Markdown.

Category Index

CategoryLinesDescription
TroubleshootingL37-L43Diagnosing and troubleshooting App Service apps using built-in diagnostics and Azure Monitor, plus fixing common WordPress-on-App-Service configuration and runtime issues.
Best PracticesL44-L54Best practices for deploying, securing, routing, and maintaining App Service apps, including handling IP/TLS changes, Traffic Manager, and minimizing downtime during maintenance/restarts
Decision MakingL55-L75Guidance on choosing App Service tiers, plans, auth and networking, plus planning cost, TLS, domains, and migrations (Windows↔Linux,.NET, VNet, Docker Compose, Arc).
Architecture & Design PatternsL76-L80Architectural guidance for App Service: ASE geo-distribution, outbound traffic via NAT Gateway, and recommended Azure services/patterns for building scalable, secure apps.
Limits & QuotasL81-L85App Service resource limits (CPU, memory, connections), quota types, how they’re measured/monitored, and how to use metrics to detect and avoid hitting plan or app quotas.
SecurityL86-L133Securing App Service apps: auth (Entra, social, OIDC, MCP), TLS/certs, IP/VNet/firewall, managed identities/Graph/SQL/Storage access, and end‑to‑end network and data protection.
ConfigurationL134-L189Configuring App Service apps: runtime and language settings, containers, networking/VNet, domains/certs, storage, security/auth, monitoring, backups, and environment variables.
Integrations & Coding PatternsL190-L203Patterns for integrating App Service with TLS/SSL, Application Gateway, Azure OpenAI chatbots, Key Vault via MSI, managed identity DB access, and WebJobs event-driven bindings.
DeploymentL204-L229Deploying and scaling App Service apps: CI/CD (GitHub Actions, Azure Pipelines, CLI/PowerShell), ZIP/FTP/Git deploy, custom containers, slots, ASE/Arc, scaling, DNS and credentials.

Troubleshooting

TopicURL
Use App Service diagnostics to troubleshoot appshttps://learn.microsoft.com/en-us/azure/app-service/overview-diagnostics
Troubleshoot App Service apps with Azure Monitorhttps://learn.microsoft.com/en-us/azure/app-service/tutorial-troubleshoot-monitor
Resolve common WordPress on Azure App Service issueshttps://learn.microsoft.com/en-us/azure/app-service/wordpress-faq

Best Practices

TopicURL
Apply best practices and troubleshooting for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/app-service-best-practices
Apply deployment best practices for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/deploy-best-practices
Prepare App Service apps for inbound IP address changeshttps://learn.microsoft.com/en-us/azure/app-service/ip-address-change-inbound
Prepare App Service apps for outbound IP address changeshttps://learn.microsoft.com/en-us/azure/app-service/ip-address-change-outbound
Handle TLS/SSL IP address changes for App Service bindingshttps://learn.microsoft.com/en-us/azure/app-service/ip-address-change-ssl
Apply security best practices to Azure App Service deploymentshttps://learn.microsoft.com/en-us/azure/app-service/overview-security
Apply Traffic Manager best practices with Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/web-sites-traffic-manager

Decision Making

TopicURL
Choose.NET migration tools for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/app-service-asp-net-migration
Configure and evaluate App Service Premium v3 tierhttps://learn.microsoft.com/en-us/azure/app-service/app-service-configure-premium-v3-tier
Configure and evaluate App Service Premium v4 tierhttps://learn.microsoft.com/en-us/azure/app-service/app-service-configure-premium-v4-tier
Assess.NET web apps before App Service migrationhttps://learn.microsoft.com/en-us/azure/app-service/app-service-migration-assess-net
Plan migration of App Service apps from Windows to Linuxhttps://learn.microsoft.com/en-us/azure/app-service/app-service-migration-windows-linux
Compare App Service Environment v3 with multitenant App Servicehttps://learn.microsoft.com/en-us/azure/app-service/environment/ase-multi-tenant-comparison
Choose the right authentication option for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/identity-scenarios
Plan for industry TLS changes in Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/industry-wide-certificate-changes
Checklist to migrate App Service on Arc to Container Apps on Archttps://learn.microsoft.com/en-us/azure/app-service/migrate-app-service-arc
Migrate App Service VNet integration from gateway to regionalhttps://learn.microsoft.com/en-us/azure/app-service/migrate-gateway-based-vnet-integration
Decide and plan migration from Docker Compose to sidecarshttps://learn.microsoft.com/en-us/azure/app-service/migrate-sidecar-multi-container-apps
Choose App Service networking features for security and accesshttps://learn.microsoft.com/en-us/azure/app-service/networking-features
Choose and configure App Gateway with App Servicehttps://learn.microsoft.com/en-us/azure/app-service/overview-app-gateway-integration
Plan and manage custom domains for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/overview-custom-domains
Select and scale Azure App Service plans effectivelyhttps://learn.microsoft.com/en-us/azure/app-service/overview-hosting-plans
Plan and manage Azure App Service costshttps://learn.microsoft.com/en-us/azure/app-service/overview-manage-costs
Choose secure connectivity methods for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-overview

Architecture & Design Patterns

Limits & Quotas

TopicURL
Understand quotas and metrics for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/web-sites-monitor

Security

TopicURL
Set up IP and VNet access restrictions for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/app-service-ip-restrictions
Handle App Service Managed Certificate changes and validationhttps://learn.microsoft.com/en-us/azure/app-service/app-service-managed-certificate-changes-july-2025
Configure TLS mutual authentication in Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/app-service-web-configure-tls-mutual-auth
Secure App Service OpenAPI tools for Foundry with Entra authhttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-ai-foundry-openapi-tool
Customize sign-in and sign-out behavior in App Service authhttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-customize-sign-in-out
Configure MCP server authorization in Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-mcp
Secure MCP servers on App Service with Entra authenticationhttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-mcp-server-vscode
Manage OAuth tokens with App Service authenticationhttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-oauth-tokens
Configure Microsoft Entra authentication for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad
Configure Sign in with Apple for App Service authenticationhttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-apple
Configure Facebook authentication for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-facebook
Configure GitHub authentication for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-github
Configure Google authentication for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-google
Configure custom OpenID Connect providers for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-openid-connect
Configure X (Twitter) authentication for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-twitter
Access user identities with App Service authenticationhttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-user-identities
Disable basic auth for App Service deployments securelyhttps://learn.microsoft.com/en-us/azure/app-service/configure-basic-auth-disable
Encrypt App Service app source at rest with CMKhttps://learn.microsoft.com/en-us/azure/app-service/configure-encrypt-at-rest-using-cmk
Configure security for Java apps on Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-language-java-security
Configure TLS/SSL bindings for App Service custom domainshttps://learn.microsoft.com/en-us/azure/app-service/configure-ssl-bindings
Configure TLS/SSL certificates for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-ssl-certificate
Secure App Service outbound traffic with Azure Firewallhttps://learn.microsoft.com/en-us/azure/app-service/network-secure-outbound-traffic-azure-firewall
Configure App Service access restrictions and firewall ruleshttps://learn.microsoft.com/en-us/azure/app-service/overview-access-restrictions
Use Entra agent identity with App Service and Functionshttps://learn.microsoft.com/en-us/azure/app-service/overview-agent-identity
Configure App Service built-in authentication and authorizationhttps://learn.microsoft.com/en-us/azure/app-service/overview-authentication-authorization
Configure and use managed identities in Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/overview-managed-identity
Configure TLS/SSL security for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/overview-tls
Prevent dangling subdomain takeovers in Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/reference-dangling-subdomain-prevention
Configure managed identity access to Microsoft Graph from App Servicehttps://learn.microsoft.com/en-us/azure/app-service/scenario-secure-app-access-microsoft-graph-as-app
Grant delegated Microsoft Graph access for App Service usershttps://learn.microsoft.com/en-us/azure/app-service/scenario-secure-app-access-microsoft-graph-as-user
Secure App Service access to Azure Storage with managed identitieshttps://learn.microsoft.com/en-us/azure/app-service/scenario-secure-app-access-storage
Enable authentication for Azure App Service web appshttps://learn.microsoft.com/en-us/azure/app-service/scenario-secure-app-authentication-app-service
Use Azure Policy compliance controls for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/security-controls-policy
Configure minimum TLS versions for Azure App Service and Functionshttps://learn.microsoft.com/en-us/azure/app-service/tls-minimum-version
Secure App Service apps end-to-end with built-in authhttps://learn.microsoft.com/en-us/azure/app-service/tutorial-auth-aad
Access Microsoft Graph as app using managed identityhttps://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-app-access-microsoft-graph-as-app-javascript
Access Microsoft Graph as user from App Servicehttps://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-app-access-microsoft-graph-as-user-javascript
Connect App Service to SQL on behalf of signed-in userhttps://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-app-access-sql-database-as-user-dotnet
Secure JavaScript web app access to Azure Storagehttps://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-app-access-storage-javascript
Configure E2E user auth from App Service to Azure serviceshttps://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-app-app-graph-javascript
Secure database access from App Service with managed identityhttps://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-msi-azure-database
Secure SQL access with managed identity in App Servicehttps://learn.microsoft.com/en-us/azure/app-service/tutorial-connect-msi-sql-database
Secure App Service apps with custom domains and certificateshttps://learn.microsoft.com/en-us/azure/app-service/tutorial-secure-domain-certificate
Secure N-tier Azure App Service with private networkinghttps://learn.microsoft.com/en-us/azure/app-service/tutorial-secure-ntier-app

Configuration

TopicURL
Configure Azure App Service App Configuration referenceshttps://learn.microsoft.com/en-us/azure/app-service/app-service-configuration-references
Configure Hybrid Connections for Azure App Service appshttps://learn.microsoft.com/en-us/azure/app-service/app-service-hybrid-connections
Configure Key Vault references in App Service settingshttps://learn.microsoft.com/en-us/azure/app-service/app-service-key-vault-references
Manage App Service authentication API and runtime versionshttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-api-version
Configure App Service authentication using file-based settingshttps://learn.microsoft.com/en-us/azure/app-service/configure-authentication-file-based
Configure common settings for Azure App Service appshttps://learn.microsoft.com/en-us/azure/app-service/configure-common
Mount Azure Storage file shares in App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-connect-to-azure-storage
Configure custom containers for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-custom-container
Configure Traffic Manager with App Service custom domainshttps://learn.microsoft.com/en-us/azure/app-service/configure-domain-traffic-manager
Configure custom error pages in Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-error-pages
Configure gateway-required VNet integration for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-gateway-required-vnet-integration
Configure gRPC applications on Azure App Service for Linuxhttps://learn.microsoft.com/en-us/azure/app-service/configure-grpc
Configure Aspire applications on Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-language-dotnet-aspire
Configure ASP.NET apps on Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-language-dotnet-framework
Configure ASP.NET Core apps on Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-language-dotnetcore
Configure APM for Java apps on Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-language-java-apm
Configure Java data sources on Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-language-java-data-sources
Deploy and configure Java apps on Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-language-java-deploy-run
Configure Node.js applications on Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-language-nodejs
Configure PHP applications on Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-language-php
Configure Python apps on Azure App Service Linuxhttps://learn.microsoft.com/en-us/azure/app-service/configure-language-python
Open SSH sessions to App Service containershttps://learn.microsoft.com/en-us/azure/app-service/configure-linux-open-ssh-session
Configure Managed Instance for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-managed-instance
Configure sidecar containers for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-sidecar
Configure and manage Azure App Service certificateshttps://learn.microsoft.com/en-us/azure/app-service/configure-ssl-app-service-certificate
Configure VNet integration for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/configure-vnet-integration-enable
Configure routing for App Service regional VNet integrationhttps://learn.microsoft.com/en-us/azure/app-service/configure-vnet-integration-routing
Configure zone redundancy for Azure App Service planshttps://learn.microsoft.com/en-us/azure/app-service/configure-zone-redundancy
Configure ASE-wide custom settings via ARM templateshttps://learn.microsoft.com/en-us/azure/app-service/environment/app-service-app-service-environment-custom-settings
Configure networking for App Service Environment v3https://learn.microsoft.com/en-us/azure/app-service/environment/configure-network-settings
Enable zone redundancy for App Service Environments and Isolated planshttps://learn.microsoft.com/en-us/azure/app-service/environment/configure-zone-redundancy-environment
Create App Service Environment v3 with ARM templatehttps://learn.microsoft.com/en-us/azure/app-service/environment/how-to-create-from-template
Configure custom domain suffix for App Service Environmenthttps://learn.microsoft.com/en-us/azure/app-service/environment/how-to-custom-domain-suffix
Manage certificates and bindings in App Service Environmenthttps://learn.microsoft.com/en-us/azure/app-service/environment/overview-certificates
Configure and host web apps in App Service Environmenthttps://learn.microsoft.com/en-us/azure/app-service/environment/using
Back up and restore Azure App Service appshttps://learn.microsoft.com/en-us/azure/app-service/manage-backup
Buy and configure App Service managed domainshttps://learn.microsoft.com/en-us/azure/app-service/manage-custom-dns-buy-domain
Reference monitoring data for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/monitor-app-service-reference
Configure health checks for Azure App Service instanceshttps://learn.microsoft.com/en-us/azure/app-service/monitor-instances-health-check
Understand OS-level capabilities for Windows apps on App Servicehttps://learn.microsoft.com/en-us/azure/app-service/operating-system-functionality
Manage inbound and outbound IP addresses for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/overview-inbound-outbound-ips
Configure and manage App Service local cachehttps://learn.microsoft.com/en-us/azure/app-service/overview-local-cache
Configure DNS and name resolution for Azure App Service appshttps://learn.microsoft.com/en-us/azure/app-service/overview-name-resolution
Configure Azure NAT Gateway integration for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/overview-nat-gateway-integration
Use private endpoints with Azure App Service appshttps://learn.microsoft.com/en-us/azure/app-service/overview-private-endpoint
Configure App Service virtual network integration optionshttps://learn.microsoft.com/en-us/azure/app-service/overview-vnet-integration
Reference environment variables for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/reference-app-settings
Reference environment variables for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/reference-app-settings
Enable and use diagnostic logging in App Servicehttps://learn.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs
Configure sidecar containers for Linux custom apps in App Servicehttps://learn.microsoft.com/en-us/azure/app-service/tutorial-custom-container-sidecar
Configure sidecar containers for Linux apps on App Servicehttps://learn.microsoft.com/en-us/azure/app-service/tutorial-sidecar
Configure WebJobs execution behavior with Kudu settingshttps://learn.microsoft.com/en-us/azure/app-service/webjobs-execution

Integrations & Coding Patterns

Deployment

TopicURL
Clone Azure App Service apps using PowerShellhttps://learn.microsoft.com/en-us/azure/app-service/app-service-web-app-cloning
Understand authentication types for App Service deploymentshttps://learn.microsoft.com/en-us/azure/app-service/deploy-authentication-types
Set up Azure Pipelines CI/CD for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/deploy-azure-pipelines
Set up CI/CD to App Service custom containershttps://learn.microsoft.com/en-us/azure/app-service/deploy-ci-cd-custom-container
Manage deployment credentials for Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/deploy-configure-credentials
Deploy App Service custom containers using GitHub Actionshttps://learn.microsoft.com/en-us/azure/app-service/deploy-container-github-action
Configure continuous deployment to Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/deploy-continuous-deployment
Deploy to Azure App Service using FTP/FTPShttps://learn.microsoft.com/en-us/azure/app-service/deploy-ftp
Deploy to Azure App Service using GitHub Actionshttps://learn.microsoft.com/en-us/azure/app-service/deploy-github-actions
Deploy from a local Git repository to App Servicehttps://learn.microsoft.com/en-us/azure/app-service/deploy-local-git
Deploy and run Azure App Service apps from ZIP packageshttps://learn.microsoft.com/en-us/azure/app-service/deploy-run-package
Configure deployment slots and staging for App Servicehttps://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots
Deploy ZIP and file packages to Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/deploy-zip
Create an App Service Environment in a virtual networkhttps://learn.microsoft.com/en-us/azure/app-service/environment/creation
Provision App Service Environment v3 using Terraformhttps://learn.microsoft.com/en-us/azure/app-service/environment/creation-terraform
Enable App Service, Functions, and Logic Apps on Azure Archttps://learn.microsoft.com/en-us/azure/app-service/manage-create-arc-environment
Migrate active DNS domains to Azure App Servicehttps://learn.microsoft.com/en-us/azure/app-service/manage-custom-dns-migrate-domain
Configure per-app scaling for high-density App Service hostinghttps://learn.microsoft.com/en-us/azure/app-service/manage-scale-per-app
Scale up Azure App Service plans and capacitieshttps://learn.microsoft.com/en-us/azure/app-service/manage-scale-up
Deploy a web app to Azure Arc-enabled Kuberneteshttps://learn.microsoft.com/en-us/azure/app-service/quickstart-arc
Plan for App Service maintenance restarts and downtimehttps://learn.microsoft.com/en-us/azure/app-service/routine-maintenance-downtime
Automate App Service deployment with Azure CLI scriptshttps://learn.microsoft.com/en-us/azure/app-service/samples-cli
Automate App Service deployment using PowerShellhttps://learn.microsoft.com/en-us/azure/app-service/samples-powershell

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.65%
按下载量换算173

Claude

31.07%
按下载量换算151

Cursor

18.94%
按下载量换算92

Gemini CLI

9.29%
按下载量换算45

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills