A template for deploying the Littlest JupyterHub distribution on Azure using Azure Developer CLI (azd), based on the amazing ARM template by @trallard.
Get your own JupyterHub going in with just
azd up
💖
This repo contains:
- Infrastructure-as-code (IaC) Bicep files under the
infra
folder that demonstrate how to provision resources and setup resource tagging for azd. - A dev container configuration file under the
.devcontainer
directory that installs infrastructure tooling by default. This can be readily used to create cloud-hosted developer environments such as GitHub Codespaces. - Continuous deployment workflows for CI providers such as GitHub Actions under the
.github
directory.
Finally, run azd up
to run the end-to-end infrastructure provisioning (azd provision
) and deployment (azd deploy
) flow. Visit the service endpoints listed to see your application up-and-running!
The following section examines different concepts that help tie in application and infrastructure.