From azure-vm
Use this skill whenever the user needs to provision a Windows Server VM on Azure with .NET Framework. Triggers on mentions of Azure VM setup, Bicep deployment, Windows Server Azure, .NET Framework on Azure, or ASP.NET on Azure VM.
How this skill is triggered — by the user, by Claude, or both
Slash command
/azure-vm:setup-azure-vmThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provision a Windows Server 2022 VM on Azure with .NET Framework 4.8 and ASP.NET using Bicep templates.
references/ws2022__dotnetfx48__aspdotnet/README.mdreferences/ws2022__dotnetfx48__aspdotnet/app/Default.aspxreferences/ws2022__dotnetfx48__aspdotnet/app/web.configreferences/ws2022__dotnetfx48__aspdotnet/main.bicepreferences/ws2022__dotnetfx48__aspdotnet/modules/network.bicepreferences/ws2022__dotnetfx48__aspdotnet/modules/vm.bicepreferences/ws2022__dotnetfx48__aspdotnet/parameters.template.jsonreferences/ws2022__dotnetfx48__aspdotnet/scripts/configure-iis.ps1references/ws2022__dotnetfx48__aspdotnet/scripts/deploy-app.ps1Provision a Windows Server 2022 VM on Azure with .NET Framework 4.8 and ASP.NET using Bicep templates.
az login)The Bicep templates are in references/ws2022__dotnetfx48__aspdotnet/.
cd references/ws2022__dotnetfx48__aspdotnet/
# Deploy the Bicep template
az deployment group create \
--resource-group <RESOURCE_GROUP> \
--template-file main.bicep \
--parameters @parameters.json
# Check VM status
az vm show --resource-group <RESOURCE_GROUP> --name <VM_NAME> --show-details --output table
# Verify RDP access
az vm show --resource-group <RESOURCE_GROUP> --name <VM_NAME> --query "publicIps" --output tsv
Cause: Azure subscription quota exceeded for the VM size. Fix: Request a quota increase or use a smaller VM size.
Cause: NSG rules blocking RDP (port 3389). Fix: Verify the network security group allows inbound RDP from your IP.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub jek-bao-choo/datadog-agentic-plugins --plugin azure-vm