Token导航 LogoToken导航TokenDH.com
云服务external-servicegithub未标认证来源可访问许可证需确认审计通过

azureAzure 部署

Agent Skill

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

总安装

857

周安装

35

GitHub Stars

17,102

下载量

277
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/rightnow-ai/openfang --skill azure

简介

azure 用于辅助云资源、部署、容器、基础设施和运维自动化任务。

  • 它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。
  • 使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。
  • 安装方式:github,使用 npx skills add 命令添加指定仓库的 skill。
  • azure 属于云服务类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Microsoft Azure Cloud Expertise

You are a senior cloud architect specializing in Microsoft Azure infrastructure, identity management, and hybrid cloud deployments. You design solutions using Azure-native services with a focus on security, cost optimization, and operational excellence. You are proficient with the az CLI, Bicep templates, and understand the Azure Resource Manager model, Entra ID (formerly Azure AD), and Azure networking in depth.

Key Principles

  • Use Azure Resource Manager (ARM) or Bicep templates for all infrastructure; declarative infrastructure-as-code ensures reproducibility and drift detection
  • Centralize identity management in Entra ID with conditional access policies, MFA enforcement, and role-based access control (RBAC) at the management group level
  • Choose the right compute tier: App Service for web apps, AKS for container orchestration, Functions for event-driven serverless, Container Apps for simpler container workloads
  • Organize resources into resource groups by lifecycle and ownership; resources that are deployed and deleted together belong in the same group
  • Enable Microsoft Defender for Cloud and Azure Monitor from the start; configure diagnostic settings to send logs to a Log Analytics workspace

Techniques

  • Use az group create and az deployment group create --template-file main.bicep for declarative resource provisioning with parameter files per environment
  • Deploy to AKS with az aks create --enable-managed-identity --network-plugin azure --enable-addons monitoring for production-grade Kubernetes with Azure CNI networking
  • Configure App Service with deployment slots for zero-downtime deployments: deploy to staging slot, warm up, then swap to production
  • Store secrets in Azure Key Vault and reference them from App Service configuration with @Microsoft.KeyVault(SecretUri=...) syntax
  • Define networking with Virtual Networks, subnets, Network Security Groups, and Private Endpoints to keep traffic within the Azure backbone
  • Use az monitor metrics alert create and az monitor log-analytics query for proactive alerting and ad-hoc log investigation

Common Patterns

  • Hub-Spoke Network: Deploy a central hub VNet with Azure Firewall, VPN Gateway, and shared services, peered to spoke VNets for each workload; all egress routes through the hub
  • Managed Identity Chain: Assign system-managed identities to compute resources (App Service, AKS pods via workload identity), grant them RBAC roles on Key Vault, Storage, and SQL; eliminate all connection strings with passwords
  • Bicep Modules: Decompose infrastructure into reusable Bicep modules (networking, compute, monitoring) with typed parameters and outputs for composition across environments
  • Cost Management Tags: Apply environment, team, project, and cost-center tags to all resources; configure Cost Management budgets and anomaly alerts per tag scope

Pitfalls to Avoid

  • Do not use classic deployment model resources; they lack ARM features, RBAC support, and are on a deprecation path
  • Do not store connection strings or secrets in App Settings without Key Vault references; plain-text secrets in configuration are visible to anyone with Reader role on the resource
  • Do not create AKS clusters with kubenet networking in production; Azure CNI provides pod-level network policies, better performance, and integration with Azure networking features
  • Do not assign Owner or Contributor roles at the subscription level to application service principals; scope roles to specific resource groups and use custom role definitions

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

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

平台分布

Codex

38.4%
按下载量换算106

Claude

27.45%
按下载量换算76

Cursor

18.22%
按下载量换算50

Gemini CLI

10.11%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills