Skip to content

Releases: Rothgnaar/Azure-devbox-reference

v0.1.0 – Initial public release

20 Jan 10:38

Choose a tag to compare

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

  1. Review README.md and docs/DEPLOYMENT.md.
  2. Replace placeholders (subscription, resource names, subnet IDs) with your own values.
  3. Run the Bicep deployment flow and (optionally) the Packer image build pipeline.