azure-resource-manager-playwright-dotnet
Manage Azure Playwright Workspaces with .NET
Managing Microsoft Playwright Testing resources requires precise Azure SDK calls and lifecycle handling. This skill provides focused .NET guidance for common management operations.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "azure-resource-manager-playwright-dotnet" from https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-resource-manager-playwright-dotnet/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "azure-resource-manager-playwright-dotnet". Create a production workspace in West US 3.
Expected outcome:
- Prerequisites: authenticated Azure identity, subscription identifier, resource group, and required role.
- Plan: validate the target, disable local authentication by default, apply production tags, and wait for provisioning.
- Result checks: confirm provisioning state, workspace identifier, and data-plane URI.
Using "azure-resource-manager-playwright-dotnet". Review quota before increasing cloud test usage.
Expected outcome:
The response identifies subscription and workspace quota queries, compares limits with usage, and highlights capacity requiring review.
Using "azure-resource-manager-playwright-dotnet". Remove an obsolete workspace safely.
Expected outcome:
The response first displays the subscription, resource group, and workspace, requests explicit confirmation, then verifies completed deletion.
Security Audit
Medium RiskAll 59 static findings are false positives caused by Markdown formatting, documentation links, or placeholder credential variables. Two semantic concerns remain: the production example enables local authentication, and the deletion example lacks confirmation guidance.
Confirmed security concerns (2)
Risk Factors
โ๏ธ External commands (50)
๐ Network access (4)
๐ Env variables (3)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-resource-manager-playwright-dotnet/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-azure-resource-manager-playwright-dotnet.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). azure-resource-manager-playwright-dotnet security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet/audits/5BibTeX citation
@techreport{sickn33-sickn33-azure-resource-manager-playwright-dotnet-2026,
author = {sickn33},
title = {azure-resource-manager-playwright-dotnet security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "azure-resource-manager-playwright-dotnet security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-azure-resource-manager-playwright-dotnet/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-azure-resource-manager-playwright-dotnet:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Provision a Test Workspace
Create a Playwright Testing workspace with selected region, tags, and authentication settings.
Audit Workspace Capacity
List workspaces and inspect subscription or workspace quota before scaling test execution.
Automate Resource Lifecycle
Build idempotent .NET routines for updates, error handling, and controlled workspace removal.
Try These Prompts
Show the packages and prerequisites for using Azure.ResourceManager.Playwright in a new .NET project.
Draft a .NET workflow to create a Playwright Testing workspace in [region] and resource group [name]. Use DefaultAzureCredential.
Design a .NET routine that lists Playwright workspaces, reports provisioning state, and checks subscription and workspace quotas.
Plan an idempotent .NET workspace lifecycle with validation, error handling, secure authentication, update logic, and confirmed deletion.
Best Practices
- Use DefaultAzureCredential and grant only the Azure roles required for each operation.
- Validate subscription, resource group, workspace name, and region before any mutation.
- Handle RequestFailedException and verify the final provisioning state of long-running operations.
Avoid
- Do not hardcode service principal secrets or access tokens in source files.
- Do not enable local authentication without a documented operational requirement.
- Do not delete a workspace without explicit confirmation and target verification.