azure
Installation
SKILL.md
Azure
Official docs
| Topic | URL |
|---|---|
| Documentation hub | https://learn.microsoft.com/en-us/azure/ |
| Well-Architected | https://learn.microsoft.com/en-us/azure/well-architected/ |
| Bicep | https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/ |
| Entra ID | https://learn.microsoft.com/en-us/entra/identity/ |
Agent rules
- Subscription + resource group scope — confirm target sub/RG before naming resources.
- Managed identity — prefer over client secrets for app-to-Azure access.
- Naming — match
{prefix}-{env}-{service}conventions in repo. - Region pairs — note DR requirements for production workloads.
- Do not invent ARM API versions — check existing templates or docs.