Releases: Rothgnaar/Azure-devbox-reference
Releases · Rothgnaar/Azure-devbox-reference
v0.1.0 – Initial public release
This is the first public, sanitized release of the Azure Dev Box reference implementation.
What’s included
- Bicep IaC structure for an end-to-end Dev Box setup (modular, parameter-driven).
- Image factory scaffolding using Packer (variables + pipeline-ready layout).
- Azure DevOps YAML pipelines for validation / what-if style workflows and repeatable deployments.
- Documentation focused on an enterprise-ready approach (deployment flow, architecture overview, and repository navigation).
Notes
- This repository contains no customer identifiers or secrets — all environment-specific values are placeholders/examples.
- Designed to be safe to run from CI and compatible with Linux agents (LF line endings by default).
Getting started
- Review
README.mdanddocs/DEPLOYMENT.md. - Replace placeholders (subscription, resource names, subnet IDs) with your own values.
- Run the Bicep deployment flow and (optionally) the Packer image build pipeline.