Home

Static Sites

One Endpoint, Whole Website: Serving a Static Site Through an Azure Function
One Endpoint, Whole …

I needed to host an internal handbook. Nothing fancy: a static site full of onboarding guides and how-tos, built with a static site generator into a folder of HTML, CSS, JS, and images. The one hard requirement: only signed-in employees get to see it. And that requirement quietly kills all the easy …