azure-virtual-desktop-manager
Installation
SKILL.md
Provided by TippyEntertainment
https://github.com/tippyentertainment/skills.git
This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.
Instructions
Files & Formats
Required files and typical formats for Azure Virtual Desktop (AVD) projects:
SKILL.md— skill metadata (YAML frontmatter:name,description)README.md— short overview and runbooks (optional)- Infrastructure as code:
.bicep,.json(ARM templates),.tf(Terraform) - ARM parameter files:
*.parameters.json - CI/CD workflows:
azure-pipelines.yml,.github/workflows/*.yml - Automation & scripts:
.ps1,.psm1(PowerShell),.sh(shell scripts),*.azcli - Monitoring & queries:
.kql(Log Analytics queries),.json(alert exports)
Related skills