[0.1.3] - 2025-11-03
Added
- Health check now validates static asset cache headers are configured correctly.
- Health check now performs HTTP request to verify Function App is responding (with response time).
- Added image optimization support using Azure Blob Storage as cache and sharp for processing.
Fixed
- Static assets on Azure Blob Storage now have proper cache-control headers (_next/static files have
immutablewith 1-year cache, other assets havemust-revalidate). - Static asset redirects now conditionally set cache headers based on file path (only _next/static files get immutable cache).
_next/datafiles are no longer redirected to blob storage, allowing proper ISR cache handling through the function app.- CSS files are now patched during deployment to include
/assetscontainer path in font URLs, fixing 400 errors for fonts referenced in stylesheets. - View logs quick action now recommends using
npx opennextjs-azure@latest tailto access live logs in the Azure Portal.
Full Changelog: v0.1.2...v0.1.3