Quick Notes118 words
Azure Deployment Environments — quick notes
Azure Deployment Environments — quick notes
| Role | Owns |
|---|---|
| Platform engineers | Environment definitions, project association, permissions |
| Developers | Self-service environment creation from permitted definitions |
| Fact | Detail |
|---|---|
| Governance applied by | Environment type — sandbox / testing / staging / production |
| Each environment gets | Its own resource group by default |
| Default developer access | Contributor on those resources |
| Cleanup | Delete the environment → its resource group goes |
| CI/CD | Provision ephemeral env → deploy → test → tear down |
Idea: self-service and governance, rather than a ticket queue that trades one for the other.