AI AGENT ADDONS

Azure Image Builder

hashicorp/agent-skills

You can use Packer to build custom images for Azure virtual machines. These images can be stored as managed images or in the Azure Compute Gallery. This helps you create consistent and pre-configured VMs for your cloud workloads.

The process uses the Azure ARM builder in Packer. You define a template with settings like the OS, location, and size. Then Packer provisions the VM, runs custom scripts, and saves the image. Authentication can be done with a service principal or a managed identity.

Building images takes 15 to 45 minutes. You must have the right permissions on your Azure subscription. The skill also covers how to handle common issues like authentication errors and version conflicts.

Add Azure Image Builder skill to your workflow

Global

mkdir -p ~/.claude/skills/azure-image-builder

Project

mkdir -p .claude/skills/azure-image-builder

Source Repository

Stars
689
Forks
79
Watchers
689
License
MPL-2.0
Last Push
2 months ago
Created
9 months ago