Minimal, reproducible PowerShell container + deterministic Azure module installer #27369
revpixel
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been maintaining a small project called lily‑pwsh, a clean and reproducible PowerShell container designed for zero‑drift workflows and deterministic rebuilds.
Repo: lily-pwsh
The container itself is intentionally minimal — just PowerShell on a sterile base image — but the repo also includes a companion script that solves a recurring problem for anyone doing Microsoft 365, Azure, or Graph admin work:
Install-AzureModules.ps1 — a deterministic Azure/M365 module installer
This script installs a complete, reproducible module stack for:
It’s designed for sandboxed, ephemeral, or identity‑clean environments where you want:
The goal of the repo is simple:
a sterile PowerShell container + a deterministic way to install the full Azure/M365 module set when you need it.
If you’re working with reproducible environments, containerized PowerShell, or multi‑tenant admin tooling, I’d love feedback or ideas for future improvements.
Beta Was this translation helpful? Give feedback.
All reactions