Quickstart
Prerequisites
Section titled “Prerequisites”- Azure CLI with an active subscription
- just command runner
- shellcheck and yq (for
just check)
Provision
Section titled “Provision”git clone https://github.com/barney-w/board.gitcd boardjust boardThe interactive wizard walks you through Azure login, naming the environment, selecting project manifests, and deploying. It creates the VM, runs cloud-init, provisions projects, and verifies health.
Send a board pass
Section titled “Send a board pass”just export-pass jbloggsThis creates a starter kit zip containing a .board-pass file, the VS Code extension VSIX, a setup script, and a quick-start guide. For Entra ID boards, just send the zip — no passphrase needed. For SSH-key boards, share the passphrase via a separate channel.
Developer connects
Section titled “Developer connects”The developer unzips, double-clicks Setup Board, and clicks Connect. For SSH-key boards, they’ll be prompted for the passphrase. See For Developers for their full guide.