Container App Ready

Next.js starter

Tiny frontend application running Next.js in Azure Container Apps. It is a sanity check for the application platform team, and a starting point for your own projects.

App Router based Next.js setup
Interactive browser-side control panel
Health endpoint aligned with Container Apps probes
Standalone build output for a smaller runtime image

Interaction

Sanity check the client

The button below is intentionally simple. It proves the page is hydrating, the client component is active, and the container serves an interactive UI.

Current count: 0

Runtime

Probe the service

This fetches the same endpoint your Container App liveness probe can use. It is a quick way to verify routing and runtime state from the browser.

Press the health check button to query the running app.