Azure Image Builder

🏢Official
by hashicorp · vlatest · Repository

Official hashicorp skill covering Azure, image processing for deploying and managing cloud infrastructure.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add azure-image-builder npx -- -y @trustedskills/azure-image-builder
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "azure-image-builder": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/azure-image-builder"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The Azure Image Builder skill enables AI agents to create, update, and manage virtual machine images on Microsoft Azure using declarative configurations. It streamlines the process of building golden images by automating OS customization, package installation, and extension deployment directly within the cloud environment.

When to use it

  • Standardizing operating system configurations across multiple development or production environments.
  • Automating the creation of VM images that include specific software stacks or security patches.
  • Reducing manual intervention in image lifecycle management and compliance updates.
  • Ensuring consistent baseline configurations before deploying virtual machines at scale.

Key capabilities

  • Declarative image building workflows via Azure Image Builder templates.
  • Automated OS customization and package installation during image creation.
  • Support for multiple target platforms including Windows and Linux distributions.
  • Integration with Azure Resource Manager for seamless resource management.

Example prompts

  • "Create a new VM image on Azure that includes the latest Node.js version and configures Nginx as the default web server."
  • "Update an existing golden image to apply security patches from the last 30 days and reinstall critical dependencies."
  • "Build a compliant Windows Server image with specific user profiles, firewall rules, and audit logging enabled."

Tips & gotchas

Ensure you have appropriate Azure RBAC permissions to create resources in your target subscription before invoking this skill. Complex customizations may require pre-defined scripts or extensions to be uploaded as part of the build pipeline.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
hashicorp
Installs
191

🏢 Official

Published by the company or team that built the technology.