Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 2.87 KB

README.md

File metadata and controls

47 lines (27 loc) · 2.87 KB

The Littlest JupyterHub deployment with Azure Developer CLI (azd)

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.

Deployment

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!

Local development with Docker

Develop with Codespaces

Configuration

The following section examines different concepts that help tie in application and infrastructure.