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

Configuration

Check persistent storage

This checks if persistent storage is enabled in the container environment. It queries the same configuration your Container App uses for data persistence.

Press the check storage button to query persistent storage status.

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.