azure-vms

Azure Virtual Machines

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "azure-vms" with this command: npx skills add bagelhole/devops-security-agent-skills/bagelhole-devops-security-agent-skills-azure-vms

Azure Virtual Machines

Deploy and manage Azure VMs and scale sets.

Create VM

az vm create
--resource-group mygroup
--name myvm
--image Ubuntu2204
--size Standard_B2s
--admin-username azureuser
--generate-ssh-keys
--nsg-rule SSH

Scale Sets

az vmss create
--resource-group mygroup
--name myvmss
--image Ubuntu2204
--instance-count 2
--vm-sku Standard_B2s
--upgrade-policy-mode automatic

Best Practices

  • Use managed disks

  • Implement availability zones

  • Use scale sets for auto-scaling

  • Enable Azure Backup

  • Use spot instances for cost savings

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

linux-administration

No summary provided by upstream source.

Repository SourceNeeds Review
Security

sops-encryption

No summary provided by upstream source.

Repository SourceNeeds Review
Security

linux-hardening

No summary provided by upstream source.

Repository SourceNeeds Review
Security

windows-server

No summary provided by upstream source.

Repository SourceNeeds Review