azure-compute

tarafından Azure

İş yükü gereksinimleri, performans ihtiyaçları ve bütçe kısıtlamalarına göre Azure VM boyutları, VM Ölçek Kümeleri (VMSS) ve yapılandırmaları önerir.

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 tarafından daha fazla skill

azure-ai
Azure
Azure AI için kullanılır: Arama, Konuşma, OpenAI, Belge Zekası. Arama, vektör/karma arama, konuşmadan metne, metinden konuşmaya, transkripsiyon, OCR konularında yardımcı olur.
appinsights-instrumentation
Azure
Azure Application Insights ile web uygulamalarını enstrümantasyon için rehberlik sağlar. Telemetri desenleri, SDK kurulumu ve yapılandırma referansları sunar.
azure-aigateway
Azure
Azure API Management (APIM)'i AI Gateway olarak yapılandırarak AI modellerini, MCP sunucularını ve ajanları güvence altına alır, gözlemler ve kontrol eder. Hız sınırlama, anlamsal önbellekleme, içerik güvenliği ve yük dengeleme konularında yardımcı olur.
azure-compliance
Azure
Kapsamlı Azure uyumluluk ve güvenlik denetim yetenekleri; en iyi uygulama değerlendirmesi, Key Vault süre sonu izleme ve kaynak yapılandırma doğrulamasını içerir.
azure-cost-optimization
Azure
Azure aboneliklerinde gerçek maliyetleri ve kullanım metriklerini analiz ederek maliyet tasarruflarını belirleyip ölçün ve uygulanabilir optimizasyon önerileri oluşturun.
azure-deploy
Azure
Azure'a dağıtımı gerçekleştirir. Hazırlık ve doğrulama sonrasındaki son adım. azd up, azd deploy veya altyapı sağlama komutlarını çalıştırır.
azure-diagnostics
Azure
Azure'da üretim sorunlarını hata ayıklama ve giderme. Container Apps ve Function Apps tanılamaları, KQL ile log analizi, sağlık kontrolleri ve yaygın sorun çözümlerini kapsar.
azure-hosted-copilot-sdk
Azure
GitHub Copilot SDK uygulamalarını Azure'a derleyin ve dağıtın.