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

azure-cloudAzure cloud 部署

Agent Skill

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

总安装

306

周安装

13

GitHub Stars

10

下载量

107
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/dauquangthanh/hanoi-rainbow --skill azure-cloud

简介

提供 Azure 核心服务能力概览,覆盖计算、网络与存储等基础服务。

  • 适用于多云架构对比、服务选型参考和迁移路径规划。
  • 包含 AKS、App Service、Cosmos DB 等主流组件的快速能力描述。
  • 实际部署仍需结合具体 SKU 和区域配额进行可行性验证。
  • azure-cloud 属于云服务类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Azure Cloud

Core Capabilities

Provides expert guidance for Microsoft Azure infrastructure and services:

  1. Compute Services - Azure Virtual Machines, Virtual Machine Scale Sets, Azure App Service, Azure Functions, Azure Container Instances
  2. Storage Services - Azure Blob Storage, Azure Files, Azure Disk Storage, Azure Data Lake Storage
  3. Database Services - Azure SQL Database, Azure Cosmos DB, Azure Database for MySQL/PostgreSQL, Azure Redis Cache
  4. Networking - Azure Virtual Network (VNet), Azure Load Balancer, Application Gateway, Azure Front Door, VPN Gateway, ExpressRoute
  5. Container Services - AKS (Azure Kubernetes Service), Azure Container Registry, Azure Container Instances
  6. Infrastructure as Code - Terraform, Bicep, ARM Templates, Azure CLI, PowerShell
  7. Security - Azure Active Directory (Entra ID), Azure Key Vault, Azure Security Center, Azure Sentinel, Azure Policy
  8. DevOps & CI/CD - Azure DevOps, Azure Pipelines, GitHub Actions with Azure integration
  9. Monitoring - Azure Monitor, Application Insights, Log Analytics, Azure Alerts

Best Practices

Azure Virtual Machines

  • Select appropriate VM sizes based on workload (D-series, F-series, E-series)
  • Use managed disks for simplified management and availability
  • Enable Azure Backup for VM protection
  • Use availability sets or availability zones for high availability
  • Configure VM extensions for automated configuration
  • Enable Azure Disk Encryption for data protection
  • Use proximity placement groups for low latency

Azure Storage

  • Use storage account types based on use case (Standard vs Premium, Hot/Cool/Archive tiers)
  • Enable soft delete for blob and container protection
  • Use private endpoints for secure access
  • Configure lifecycle management policies for cost optimization
  • Enable Azure Storage encryption (SSE)
  • Use Azure CDN with Blob Storage for content delivery
  • Implement immutable blob storage for compliance

Azure SQL Database

  • Select appropriate service tier (Basic, Standard, Premium, Hyperscale)
  • Enable automatic backups with long-term retention
  • Use read replicas for read scaling
  • Configure active geo-replication for disaster recovery
  • Enable Transparent Data Encryption (TDE)
  • Use Always Encrypted for sensitive data
  • Monitor with Query Performance Insight

Azure Virtual Network

  • Plan address space carefully using RFC 1918 ranges
  • Use subnets to segment workloads and apply NSGs
  • Configure Network Security Groups (NSGs) with least privilege
  • Use Azure Firewall for centralized network security
  • Enable VNet peering for cross-VNet communication
  • Use service endpoints and private endpoints for Azure services
  • Implement network watcher for diagnostics

AKS (Azure Kubernetes Service)

  • Use managed identity for AKS cluster authentication
  • Configure multiple node pools with auto-scaling
  • Enable Azure Policy for Kubernetes
  • Use Azure Container Registry with image scanning
  • Implement network policies with Azure CNI or Calico
  • Enable cluster monitoring with Container Insights
  • Configure ingress controllers with Application Gateway

Security

  • Enable Azure AD Multi-Factor Authentication (MFA)
  • Use managed identities instead of service principals where possible
  • Implement Role-Based Access Control (RBAC) with least privilege
  • Store secrets in Azure Key Vault
  • Enable Azure Security Center for threat protection
  • Use Azure Policy for governance and compliance
  • Enable Azure Sentinel for SIEM capabilities
  • Audit activities with Azure Activity Log

Cost Optimization

  • Use Azure Reserved Instances for predictable workloads
  • Leverage Azure Spot VMs for fault-tolerant workloads
  • Implement auto-scaling to match demand
  • Use Azure Cost Management for budgets and alerts
  • Right-size VMs based on Azure Advisor recommendations
  • Use Azure Hybrid Benefit for Windows Server and SQL Server
  • Configure storage lifecycle policies to reduce costs

DevOps Best Practices

  • Use Azure DevOps or GitHub Actions for CI/CD pipelines
  • Implement infrastructure as code with Bicep or Terraform
  • Use Azure Key Vault for pipeline secrets
  • Enable deployment slots for App Service blue-green deployments
  • Implement automated testing in pipelines
  • Use Azure Artifacts for package management
  • Configure branch policies and pull request validation

Detailed References

Load reference files based on specific needs:

  • Compute Services: See compute-services.md for Azure VM sizes, families, selection guide, Virtual Machine Scale Sets, Azure App Service, Azure Functions patterns, and Container Instances
  • Storage Solutions: See storage-solutions.md for Blob Storage configuration, Azure Files setup, disk types, performance optimization, and storage security
  • Container Orchestration: See container-orchestration.md for AKS cluster design, node pool configuration, workload deployment, Container Registry integration, service mesh, and ingress controllers
  • Infrastructure as Code: See infrastructure-as-code.md for Bicep templates, ARM patterns, Terraform Azure provider, Azure CLI scripting, and PowerShell automation
  • Security Configuration: See security-configuration.md for Azure Key Vault, Network Security Groups, Azure Firewall, Security Center, Defender for Cloud, and Azure Policy
  • Monitoring and Diagnostics: See monitoring-diagnostics.md for Azure Monitor, Application Insights, Log Analytics queries (KQL), alert rules, and diagnostic settings

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

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

平台分布

Claude Code

26.28%
按下载量换算28

windsurf

22.51%
按下载量换算24

OpenCode

19.3%
按下载量换算21

Codex

13.59%
按下载量换算15

Antigravity

7.54%
按下载量换算8

Gemini CLI

3.42%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills