azure-compute

от Azure

Рекомендовать размеры виртуальных машин Azure, масштабируемые наборы виртуальных машин (VMSS) и конфигурации на основе требований к рабочей нагрузке, потребностей в производительности и бюджетных ограничений.

npx skills add https://github.com/microsoft/GitHub-Copilot-for-Azure --skill azure-compute

Azure Compute Skill

Routes Azure VM and Virtual Machine Scale Set (VMSS) requests to the right workflow.

When to Use This Skill

  • User wants to recommend, compare, or price a VM or VMSS
  • User wants to create, provision, or deploy a VM or VMSS
  • User can't connect to a VM (RDP / SSH / port refused / black screen / password reset)
  • User asks about Capacity Reservation Groups (CRG) — reserve, guarantee capacity, pre-provision
  • User asks about Essential Machine Management (EMM) — machine enrollment, monitor

Disambiguate with azure-prepare: if the user wants to deploy an application (Docker service, web app, API, serverless workload), route to azure-prepare. vm-creator is for bare VM/VMSS infrastructure only.

Routing

Azure compute intent?
├── Recommend / compare / price a VM or VMSS         → VM Recommender
├── Create / provision / deploy a VM or VMSS         → VM Creator
├── Can't connect / RDP / SSH / port refused         → VM Troubleshooter
├── Reserve / guarantee capacity (CRG)               → Capacity Reservation
├── Machine enrollment / Essential Machine Management → Essential Machine Management
└── Unclear                                          → Ask which of the above

Routing rule: read the matched workflow file before any reference file. The workflow owns the step-by-step guidance; references are looked up on demand.

Workflows

WorkflowFileUse when
VM Recommendervm-recommender.mdUser asks which VM/VMSS to choose, wants pricing, or wants to compare options
VM Creatorvm-creator.mdUser wants to provision a bare VM or VMSS (not an app deployment)
VM Troubleshootervm-troubleshooter.mdUser can't connect, RDP/SSH refused, black screen, needs password reset
Capacity Reservationcapacity-reservation.mdUser needs to reserve / guarantee VM capacity (CRG create / associate / disassociate)
Essential Machine Managementessential-machine-management.mdUser asks about EMM / machine enrollment / monitor

Больше skills от Azure

azure-ai
Azure
Используется для Azure AI: поиск, речь, OpenAI, анализ документов. Помогает с поиском, векторным/гибридным поиском, преобразованием речи в текст, текста в речь, транскрипцией, OCR.
appinsights-instrumentation
Azure
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references.
azure-aigateway
Azure
Настройка Azure API Management (APIM) в качестве AI-шлюза для защиты, наблюдения, контроля AI-моделей, MCP-серверов и агентов. Помогает с ограничением скорости, семантическим кэшированием, безопасностью контента, балансировкой нагрузки.
azure-compliance
Azure
Всесторонние возможности аудита соответствия и безопасности Azure, включая оценку лучших практик, мониторинг сроков действия Key Vault и проверку конфигурации ресурсов.
azure-cost-optimization
Azure
Выявление и количественная оценка экономии средств в подписках Azure путем анализа фактических затрат, показателей использования и формирования практических рекомендаций по оптимизации.
azure-deploy
Azure
Выполнение развертывания в Azure. Финальный шаг после подготовки и валидации. Запускает команды azd up, azd deploy или команды подготовки инфраструктуры.
azure-diagnostics
Azure
Отладка и устранение производственных проблем в Azure. Охватывает диагностику Container Apps и Function Apps, анализ логов с помощью KQL, проверки работоспособности и решение типовых проблем.
azure-hosted-copilot-sdk
Azure
Создавайте и развертывайте приложения GitHub Copilot SDK в Azure.