azure-arm

Manage Azure resources via az CLI and Python REST helpers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NCLGISA/trellis-catalog --skill azure-arm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-arm
Source: https://github.com/NCLGISA/trellis-catalog/tree/main/bridges/azure/skills/azure-arm
Command: npx skills add https://github.com/NCLGISA/trellis-catalog --skill azure-arm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive access and management capabilities for Azure Resource Manager, enabling users to control and monitor a wide range of Azure services across commercial and government clouds.

Core Features & Use Cases

  • Resource Management: Deploy, configure, and manage Azure resources like VMs, NSGs, storage, and Key Vaults.
  • Multi-Cloud Support: Seamlessly operate within both Azure Commercial and Azure Government environments.
  • Use Case: An IT administrator needs to quickly audit all virtual machines in their Azure subscription, check their power status, and identify any that are not running to reduce costs.

Quick Start

List all virtual machines in your Azure subscription with their current power state.

Frequently Asked Questions about azure-arm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Azure resources across both Commercial and Government clouds?

You can manage Azure resources across Commercial and Government clouds by accessing Azure Resource Manager via az CLI and Python REST helpers to deploy and configure VMs, NSGs, and Key Vaults.

How do I check the power state of all virtual machines in my Azure subscription?

Check the power state of all virtual machines in your Azure subscription by accessing Azure Resource Manager to list VMs and identify any that are not running to reduce costs.

What authentication is needed to automate Azure Resource Manager tasks?

Automating Azure Resource Manager tasks requires authentication via a service principal configured with RBAC roles like Contributor or Desktop Virtualization Contributor.

Can I use az CLI to configure NSGs and Key Vaults in Azure Government environments?

Yes, you can use az CLI to configure NSGs and Key Vaults in Azure Government environments because the Skill supports multi-cloud operations through Azure Resource Manager.

What is the best way to audit virtual machines and reduce costs in Azure?

The best way to audit virtual machines and reduce costs in Azure is to access Azure Resource Manager to list all VMs, check their power status, and identify instances that are not running.