Scaffold and write production-ready Azure documentation articles (how-to, concept, quickstart, tutorial, overview). Generates frontmatter, article structure, and content following Microsoft Learn writing standards.
Write production-ready how-to, concept, quickstart, tutorial, or overview articles for any Azure service on Microsoft Learn.
Ask the user or infer from context:
| Type | Purpose | Title Pattern | ms.topic |
|---|---|---|---|
| How-to | Task-oriented steps for a specific goal |
verb + noun (no "How to" prefix) |
how-to |
| Concept | Non-procedural explanation of a feature or technology | noun phrase + concepts or noun overview | concept-article |
| Quickstart | Fast, single-task onboarding for first-time users | Quickstart: verb + noun | quickstart |
| Tutorial | Multi-step progressive learning experience | Tutorial: verb + noun | tutorial |
| Overview | Product-level introduction (GMPs only) | What is <product>? or <product> overview | overview |
Use the template from references/article-templates.md and fill in all required fields.
For complete title, description, H1, customer-intent, and ms.topic rules, see _shared/seo-and-metadata.md.
Apply the correct structure for the article type. See references/article-templates.md for complete templates.
How-to structure:
## Prerequisites — ordered: previous articles → runtimes → packages → tools → sample code → hardware → credentials## Clean up resources (if resources were created)## Related content — 3–4 bullet linksConcept structure:
## Related contentQuickstart structure:
## Prerequisites## Clean up resources## Next stepsTutorial structure:
## Prerequisites## Clean up resources## Next stepsApply the Microsoft writing style from _shared/writing-style.md. Key reminders:
See _shared/formatting-rules.md for complete formatting and auto-fix rules (code fences, alerts, tables, links, images, UI formatting).
Before presenting the article, verify:
documentor-workflow/references/sensitive-identifiers.md)After the article is written:
articles/<service-name>/<filename>.mdTOC.yml in the service folder — add entry under the correct sectionoverview.md or index.yml if the article covers a new capability| Type | Pattern | Example |
|---|---|---|
| How-to | [action]-[resource].md | create-storage-account.md |
| Quickstart | deploy-[resource]-[method].md | deploy-vm-portal.md |
| Tutorial | [action]-[resource].md | backup-virtual-machine.md |
| Concept | [topic]-concepts.md | networking-concepts.md |
| Overview | overview.md or [topic]-overview.md | overview.md |