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

azure-load-balancerAzure load balancer 部署

Agent Skill

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

总安装

908

周安装

39

GitHub Stars

519

下载量

318
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/microsoftdocs/agent-skills --skill azure-load-balancer

简介

为 Azure Load Balancer 提供部署与优化建议,支持四层流量分发与高可用架构。

  • 适用于虚拟机、容器组或应用网关后端池的统一入口管理与健康探测配置。
  • 内置 SKU 选型指南与跨区域负载均衡方案,满足不同 SLA 要求的网络设计。
  • 修改负载均衡规则或关闭端口前应验证后端服务可用性,避免引发区域性访问故障。
  • azure-load-balancer 属于云服务类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Azure Load Balancer Skill

This skill provides expert guidance for Azure Load Balancer. 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-L44Diagnosing and fixing Azure Load Balancer issues: deployment errors, health events/logs, probes, connectivity/backend traffic, SNAT/timeouts, IMDS errors, and resource health/availability.
Best PracticesL45-L52Guidance on deploying Azure Load Balancer with VM scale sets, configuring inbound NAT, and building custom HTTP/HTTPS health probes (Python) using recommended best practices.
Decision MakingL53-L60Guidance on choosing the right Load Balancer SKU and planning/migrating configurations, including Basic→Standard, NAT rules v1→v2, and AWS NLB→Azure Load Balancer.
Architecture & Design PatternsL61-L65Design patterns for outbound internet connectivity using Azure Load Balancer, including egress-only architectures and SNAT configuration, scaling, and best practices.
Limits & QuotasL66-L72Limits, behaviors, and configuration of Load Balancer connections: SNAT/flow limits, TCP idle timeout settings, and when/why TCP resets occur and how to control them
SecurityL73-L78Security guidance for Azure Load Balancer: hardening, access controls, and using Azure DDoS Protection to defend against volumetric and network attacks.
ConfigurationL79-L99Configuring Azure Load Balancer behavior: backends/frontends (incl. cross-subscription, IP-based, outbound-only), rules, health probes, traffic distribution, monitoring, and SNAT outbound rules.
Integrations & Coding PatternsL100-L107Using IMDS, Azure Monitor CLI, and REST APIs to query load balancer/VM IPs, retrieve metadata, and collect/load metrics for integration and automation.
DeploymentL108-L112Guides for deploying Load Balancers: replicating configurations across regions and automating upgrades from Basic to Standard using PowerShell.

Troubleshooting

Best Practices

Decision Making

Architecture & Design Patterns

TopicURL
Design outbound internet connectivity with Azure Load Balancer SNAThttps://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-outbound-connections

Limits & Quotas

TopicURL
Azure Load Balancer FAQs on limits and behaviorhttps://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-faqs
Configure Azure Load Balancer TCP idle timeout and resethttps://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-tcp-idle-timeout
Understand Azure Load Balancer TCP reset behaviorhttps://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-tcp-reset

Security

TopicURL
Apply security best practices to Azure Load Balancerhttps://learn.microsoft.com/en-us/azure/load-balancer/secure-load-balancer
Protect Azure Load Balancer with Azure DDoS Protectionhttps://learn.microsoft.com/en-us/azure/load-balancer/tutorial-protect-load-balancer-ddos

Configuration

TopicURL
Configure Azure Load Balancer backend pools by IPhttps://learn.microsoft.com/en-us/azure/load-balancer/backend-pool-management
Configure cross-subscription backends for Azure Load Balancerhttps://learn.microsoft.com/en-us/azure/load-balancer/cross-subscription-how-to-attach-backend
Attach cross-subscription frontend IPs to Azure Load Balancerhttps://learn.microsoft.com/en-us/azure/load-balancer/cross-subscription-how-to-attach-frontend
Create global load balancer with cross-subscription backendshttps://learn.microsoft.com/en-us/azure/load-balancer/cross-subscription-how-to-global-backend
Configure cross-subscription internal Azure load balancerhttps://learn.microsoft.com/en-us/azure/load-balancer/cross-subscription-how-to-internal-load-balancer
Configure outbound-only Azure Load Balancer with Bastionhttps://learn.microsoft.com/en-us/azure/load-balancer/egress-only
Configure Azure Load Balancer health probe settingshttps://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-custom-probe-overview
Configure Azure Load Balancer traffic distribution modehttps://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-distribution-mode
Configure DHCPv6 on Linux VMs for Azure IPv6https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-ipv6-for-linux
Understand Azure Load Balancer portal configuration optionshttps://learn.microsoft.com/en-us/azure/load-balancer/manage
Manage Azure Load Balancer backend admin statehttps://learn.microsoft.com/en-us/azure/load-balancer/manage-admin-state-how-to
Configure and manage Azure Load Balancer inbound NAT ruleshttps://learn.microsoft.com/en-us/azure/load-balancer/manage-inbound-nat-rules
Configure Azure Load Balancer health probeshttps://learn.microsoft.com/en-us/azure/load-balancer/manage-probes-how-to
Configure Azure Load Balancer rule types and propertieshttps://learn.microsoft.com/en-us/azure/load-balancer/manage-rules-how-to
Configure monitoring for Azure Load Balancer with Azure Monitorhttps://learn.microsoft.com/en-us/azure/load-balancer/monitor-load-balancer
Reference monitoring metrics and logs for Azure Load Balancerhttps://learn.microsoft.com/en-us/azure/load-balancer/monitor-load-balancer-reference
Configure outbound rules for Azure Load Balancer SNAThttps://learn.microsoft.com/en-us/azure/load-balancer/outbound-rules

Integrations & Coding Patterns

Deployment

TopicURL
Replicate Azure Load Balancer configuration across regionshttps://learn.microsoft.com/en-us/azure/load-balancer/move-across-regions-azure-load-balancer
Automate Basic-to-Standard Load Balancer upgrade with PowerShellhttps://learn.microsoft.com/en-us/azure/load-balancer/upgrade-basic-standard-with-powershell

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

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

平台分布

Codex

37.26%
按下载量换算118

Claude

28.9%
按下载量换算92

Cursor

16.31%
按下载量换算52

Gemini CLI

9.78%
按下载量换算31

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills