Azure Resource Manager Playwright Dotnet

🌐Community
by sickn33 · vlatest · Repository

Helps with Azure, Playwright as part of deploying and managing cloud infrastructure workflows.

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-resource-manager-playwright-dotnet npx -- -y @trustedskills/azure-resource-manager-playwright-dotnet
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "azure-resource-manager-playwright-dotnet": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/azure-resource-manager-playwright-dotnet"
      ]
    }
  }
}

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

About This Skill

What it does

This skill enables AI agents to interact with Azure Resource Manager (ARM) using Playwright and .NET. It allows for automated testing, validation, and management of Azure resources through programmatic control of the Azure portal's web interface. This facilitates tasks such as verifying resource configurations or automating deployments.

When to use it

  • Automated Testing: Verify that newly deployed ARM templates create resources with the expected configuration.
  • Resource Validation: Check if existing resources adhere to defined policies and standards within your Azure environment.
  • UI-Based Automation: Automate tasks in the Azure portal that lack direct API support or are easier to perform through the user interface.
  • End-to-End Scenarios: Create comprehensive tests covering multiple Azure services interacting with each other.

Key capabilities

  • Playwright integration for browser automation
  • .NET language support for scripting and logic
  • ARM resource management via web UI interaction
  • Automated testing of Azure resources

Example prompts

  • "Verify that the storage account 'mystorageaccount' is configured with encryption at rest."
  • "Create a new virtual machine named 'myvm' in the region 'eastus'."
  • "Check if the resource group 'myresourcegroup' exists and has the correct tags applied."

Tips & gotchas

  • Requires familiarity with both Azure Resource Manager concepts and Playwright/C# .NET development.
  • Authentication to Azure is required; ensure appropriate credentials are configured for the AI agent.

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
sickn33
Installs
16

🌐 Community

Passed automated security scans.