Azure Rbac

🏢Official
by microsoft · vlatest · Repository

Manages Azure role-based access control to grant granular permissions across your Microsoft Azure resources.

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 microsoft-azure-rbac npx -- -y @trustedskills/microsoft-azure-rbac
2

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

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

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

About This Skill

What it does

This skill enables AI agents to manage Azure Role-Based Access Control (RBAC) effectively. It allows users to define roles, assign permissions, and control access to Azure resources programmatically. The agent can automate tasks like granting specific user groups access to storage accounts or managing resource group permissions.

When to use it

  • Automated User Onboarding: Granting new team members the necessary RBAC permissions for their projects automatically.
  • Resource Access Management: Providing temporary elevated privileges to users for troubleshooting purposes, then revoking them afterward.
  • Compliance Auditing: Automatically reviewing and adjusting RBAC configurations to ensure adherence to security policies.
  • DevOps Automation: Integrating RBAC management into CI/CD pipelines for consistent access control across environments.

Key capabilities

  • Role Definition & Management
  • Permission Assignment
  • Azure Resource Access Control
  • Automated Task Execution

Example prompts

  • "Grant the 'StorageAccountAdmins' role to user '[email protected]' on storage account 'mystorageaccount'."
  • "List all users with contributor access to resource group 'myresourcegroup'."
  • “Create a custom role named ‘MyCustomRole’ with read permissions for virtual machines.”

Tips & gotchas

The agent requires appropriate Azure credentials and permissions to perform RBAC operations. Ensure the AI agent has been configured with a service principal or managed identity that possesses sufficient privileges within your Azure environment.

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
microsoft
Installs
2

🏢 Official

Published by the company or team that built the technology.