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

azure-batchAzure batch 部署

Agent Skill

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

总安装

888

周安装

37

GitHub Stars

521

下载量

296
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

提供 Azure Batch 的专业指导,涵盖任务调度、资源管理和批处理作业部署。

  • 适用于大规模并行计算和 HPC 场景的作业编排与节点池管理。
  • 通过分类索引定位技术细节,结合本地文档与远程资料进行问题排查。
  • 需配置订阅权限并区分测试与生产环境,操作前确认资源组影响范围。
  • azure-batch 属于云服务类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Azure Batch Skill

This skill provides expert guidance for Azure Batch. 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, interpreting, and fixing Azure Batch job, task, pool, and node errors, including error codes, failure patterns, and recommended recovery/handling strategies.
Best PracticesL44-L57Performance, scaling, scheduling, security, and data/output best practices for designing, monitoring, and optimizing large or specialized Azure Batch workloads (MPI, rendering, high task counts).
Decision MakingL58-L68Guidance on choosing VM sizes/images, using Spot VMs, managing Batch costs, and deciding/migrating between custom image options, Compute Gallery, and simplified node communication.
Architecture & Design PatternsL69-L74Architectures and best practices for bursting on-prem render farms to Azure Batch, including storage layout, data movement patterns, and performance-optimized rendering workflows.
Limits & QuotasL75-L79Batch account limits (cores, pools, nodes, jobs), default and regional quotas, how to view current usage, request quota increases, and plan deployments within these constraints
SecurityL80-L98Securing Batch accounts and pools: auth with Entra ID/managed identities, keys and CMK encryption, RBAC and policy, private endpoints/network perimeters, Key Vault access, and certificate/key rotation.
ConfigurationL99-L137Configuring Batch pools, tasks, networking, containers, autoscale, OS/images, filesystems, and setting up monitoring, diagnostics events, alerts, and metrics/logs
Integrations & Coding PatternsL138-L148Using Azure Batch programmatically and via CLI/PowerShell: SDK patterns (JavaScript,.NET, Linux workloads), storing task output in Storage, and adding telemetry with Application Insights.
DeploymentL149-L153Deploying Azure Batch workloads using Azure Pipelines and CLI templates, including end-to-end job setup, automation, and integration into CI/CD workflows.

Troubleshooting

TopicURL
Diagnose and handle Azure Batch job and task errorshttps://learn.microsoft.com/en-us/azure/batch/batch-job-task-error-checking
Troubleshoot Azure Batch pool and node errorshttps://learn.microsoft.com/en-us/azure/batch/batch-pool-node-error-checking
Handle and diagnose Azure Batch errorshttps://learn.microsoft.com/en-us/azure/batch/error-handling

Best Practices

TopicURL
Design efficient Azure Batch list queries for performancehttps://learn.microsoft.com/en-us/azure/batch/batch-efficient-list-queries
Use Azure Batch task and node state counts for monitoringhttps://learn.microsoft.com/en-us/azure/batch/batch-get-resource-counts
Schedule Azure Batch jobs for efficiency and priorityhttps://learn.microsoft.com/en-us/azure/batch/batch-job-schedule
Run MPI and multi-instance workloads on Azure Batchhttps://learn.microsoft.com/en-us/azure/batch/batch-mpi
Run concurrent tasks to optimize Azure Batch node usagehttps://learn.microsoft.com/en-us/azure/batch/batch-parallel-node-tasks
Use Azure Batch capabilities for rendering workloadshttps://learn.microsoft.com/en-us/azure/batch/batch-rendering-functionality
Persist Azure Batch task and job output data safelyhttps://learn.microsoft.com/en-us/azure/batch/batch-task-output
Implement performance best practices for Azure Batchhttps://learn.microsoft.com/en-us/azure/batch/best-practices
Optimize Azure Batch jobs with very large task countshttps://learn.microsoft.com/en-us/azure/batch/large-number-tasks
Apply security best practices to Azure Batchhttps://learn.microsoft.com/en-us/azure/batch/security-best-practices

Decision Making

Architecture & Design Patterns

TopicURL
Reference architectures for bursting render farms to Azure Batchhttps://learn.microsoft.com/en-us/azure/batch/batch-rendering-architectures
Design storage and data movement for Azure Batch renderinghttps://learn.microsoft.com/en-us/azure/batch/batch-rendering-storage-data-movement

Limits & Quotas

TopicURL
Review Azure Batch service quotas and limitshttps://learn.microsoft.com/en-us/azure/batch/batch-quota-limit

Security

TopicURL
Rotate shared keys for Azure Batch accountshttps://learn.microsoft.com/en-us/azure/batch/account-key-rotation
Enable automatic certificate rotation in Azure Batch poolshttps://learn.microsoft.com/en-us/azure/batch/automatic-certificate-rotation
Authenticate Azure Batch applications with Microsoft Entra IDhttps://learn.microsoft.com/en-us/azure/batch/batch-aad-auth
Use Microsoft Entra ID with Batch Management.NEThttps://learn.microsoft.com/en-us/azure/batch/batch-aad-auth-management
Encrypt Azure Batch data with customer-managed keyshttps://learn.microsoft.com/en-us/azure/batch/batch-customer-managed-key
Configure Azure RBAC roles for Azure Batchhttps://learn.microsoft.com/en-us/azure/batch/batch-role-based-access-control
Securely access Azure Key Vault from Batch poolshttps://learn.microsoft.com/en-us/azure/batch/credential-access-key-vault
Configure disk encryption for Azure Batch poolshttps://learn.microsoft.com/en-us/azure/batch/disk-encryption
Manage Azure Batch private endpoint connectionshttps://learn.microsoft.com/en-us/azure/batch/manage-private-endpoint-connections
Configure user-assigned managed identities for Batch poolshttps://learn.microsoft.com/en-us/azure/batch/managed-identity-pools
Associate Azure Batch accounts with network security perimetershttps://learn.microsoft.com/en-us/azure/batch/network-security-perimeter
Use built-in Azure Policy definitions for Azure Batch governancehttps://learn.microsoft.com/en-us/azure/batch/policy-reference
Configure Azure Batch private endpoints with Private Linkhttps://learn.microsoft.com/en-us/azure/batch/private-connectivity
Configure public network access for Azure Batch accountshttps://learn.microsoft.com/en-us/azure/batch/public-network-access
Use Azure Policy compliance controls for Batchhttps://learn.microsoft.com/en-us/azure/batch/security-controls-policy

Configuration

TopicURL
Reference for Azure Batch analytics events and alertshttps://learn.microsoft.com/en-us/azure/batch/batch-analytics
Configure Azure Batch application packages on compute nodeshttps://learn.microsoft.com/en-us/azure/batch/batch-application-packages
Configure autoscale formulas for Azure Batch poolshttps://learn.microsoft.com/en-us/azure/batch/batch-automatic-scaling
Use Azure Batch task runtime environment variableshttps://learn.microsoft.com/en-us/azure/batch/batch-compute-node-environment-variables
Configure container isolation for Azure Batch taskshttps://learn.microsoft.com/en-us/azure/batch/batch-container-isolation-task
Configure and run container workloads on Azure Batchhttps://learn.microsoft.com/en-us/azure/batch/batch-docker-container-workloads
Configure job preparation and release tasks in Azure Batchhttps://learn.microsoft.com/en-us/azure/batch/batch-job-prep-release
Manage Azure Batch accounts with.NET Management SDKhttps://learn.microsoft.com/en-us/azure/batch/batch-management-dotnet
Understand Azure Batch pool autoscale diagnostic eventhttps://learn.microsoft.com/en-us/azure/batch/batch-pool-autoscale-event
Understand Azure Batch pool create diagnostic event schemahttps://learn.microsoft.com/en-us/azure/batch/batch-pool-create-event
Understand Azure Batch pool delete complete diagnostic eventhttps://learn.microsoft.com/en-us/azure/batch/batch-pool-delete-complete-event
Understand Azure Batch pool delete start diagnostic eventhttps://learn.microsoft.com/en-us/azure/batch/batch-pool-delete-start-event
Understand Azure Batch pool resize complete diagnostic eventhttps://learn.microsoft.com/en-us/azure/batch/batch-pool-resize-complete-event
Understand Azure Batch pool resize start diagnostic eventhttps://learn.microsoft.com/en-us/azure/batch/batch-pool-resize-start-event
Update configuration properties of Azure Batch poolshttps://learn.microsoft.com/en-us/azure/batch/batch-pool-update-properties
Use Azure Compute Gallery images for Batch poolshttps://learn.microsoft.com/en-us/azure/batch/batch-sig-images
Understand Azure Batch task complete diagnostic eventhttps://learn.microsoft.com/en-us/azure/batch/batch-task-complete-event
Configure task dependencies for Azure Batch jobshttps://learn.microsoft.com/en-us/azure/batch/batch-task-dependencies
Understand Azure Batch task fail diagnostic eventhttps://learn.microsoft.com/en-us/azure/batch/batch-task-fail-event
Understand Azure Batch task schedule fail diagnostic eventhttps://learn.microsoft.com/en-us/azure/batch/batch-task-schedule-fail-event
Understand Azure Batch task start diagnostic eventhttps://learn.microsoft.com/en-us/azure/batch/batch-task-start-event
Configure Auto OS Upgrade for Azure Batch poolshttps://learn.microsoft.com/en-us/azure/batch/batch-upgrade-policy
Configure Azure Batch task user accounts and identitieshttps://learn.microsoft.com/en-us/azure/batch/batch-user-accounts
Provision Azure Batch pools in virtual networkshttps://learn.microsoft.com/en-us/azure/batch/batch-virtual-network
Create Azure Batch pools across availability zoneshttps://learn.microsoft.com/en-us/azure/batch/create-pool-availability-zones
Configure and monitor extensions on Azure Batch poolshttps://learn.microsoft.com/en-us/azure/batch/create-pool-extensions
Create Azure Batch pools with static public IP addresseshttps://learn.microsoft.com/en-us/azure/batch/create-pool-public-ip
Configure monitoring and alerts for Azure Batch with Azure Monitorhttps://learn.microsoft.com/en-us/azure/batch/monitor-batch
Reference for Azure Batch monitoring metrics and logshttps://learn.microsoft.com/en-us/azure/batch/monitor-batch-reference
Configure remote access endpoints for Azure Batch poolshttps://learn.microsoft.com/en-us/azure/batch/pool-endpoint-configuration
Mount Azure Files shares on Azure Batch compute nodeshttps://learn.microsoft.com/en-us/azure/batch/pool-file-shares
Create and use Azure Batch resource fileshttps://learn.microsoft.com/en-us/azure/batch/resource-files
Enable simplified compute node communication in Azure Batchhttps://learn.microsoft.com/en-us/azure/batch/simplified-compute-node-communication
Create simplified communication Batch pools without public IPshttps://learn.microsoft.com/en-us/azure/batch/simplified-node-communication-pool-no-public-ip
Mount virtual file systems on Azure Batch pool nodeshttps://learn.microsoft.com/en-us/azure/batch/virtual-file-mount

Integrations & Coding Patterns

TopicURL
Manage Azure Batch with Azure CLI commandshttps://learn.microsoft.com/en-us/azure/batch/batch-cli-get-started
Build an Azure Batch client using the JavaScript SDKhttps://learn.microsoft.com/en-us/azure/batch/batch-js-get-started
Run Linux workloads on Azure Batch with SDKshttps://learn.microsoft.com/en-us/azure/batch/batch-linux-nodes
Manage Azure Batch resources using PowerShell cmdletshttps://learn.microsoft.com/en-us/azure/batch/batch-powershell-cmdlets-get-started
Persist Batch output using.NET File Conventions libraryhttps://learn.microsoft.com/en-us/azure/batch/batch-task-output-file-conventions
Use Batch service API to store task output in Azure Storagehttps://learn.microsoft.com/en-us/azure/batch/batch-task-output-files
Instrument Azure Batch.NET apps with Application Insightshttps://learn.microsoft.com/en-us/azure/batch/monitor-application-insights

Deployment

TopicURL
Deploy Azure Batch HPC solutions with Azure Pipelineshttps://learn.microsoft.com/en-us/azure/batch/batch-ci-cd
Run Azure Batch jobs end-to-end using CLI templateshttps://learn.microsoft.com/en-us/azure/batch/batch-cli-templates

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

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

平台分布

Codex

32.35%
按下载量换算96

Claude

28.58%
按下载量换算85

Cursor

20.77%
按下载量换算61

Gemini CLI

10.08%
按下载量换算30

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills