azure-compute

작성자: Azure

워크로드 요구 사항, 성능 요구 사항 및 예산 제약 조건에 따라 Azure VM 크기, VM Scale Sets(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

Azure의 다른 스킬

azure-ai
Azure
Azure AI: Search, Speech, OpenAI, Document Intelligence에 사용됩니다. 검색, 벡터/하이브리드 검색, 음성-텍스트 변환, 텍스트-음성 변환, 전사, OCR을 지원합니다.
appinsights-instrumentation
Azure
Azure Application Insights를 사용하여 웹앱을 계측하기 위한 가이드입니다. 원격 분석 패턴, SDK 설정 및 구성 참조를 제공합니다.
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에 빌드하고 배포합니다.