easy-web-azure-functions-utils
Installation
Section titled “Installation”pnpm add @easy-web/azure-functions-utilsStatus
Section titled “Status”In development. This package is currently a stub. No public API is exported yet.
@easy-web/azure-functions-utils is planned to provide server-side helpers for Azure Functions used alongside easy-web Astro sites. The planned scope includes:
- Request/response utilities compatible with Azure Functions v4 (Node.js)
- MSAL-based server-side token validation middleware
- Helpers for calling Microsoft Graph from a Function context without a browser
- CORS configuration helpers for Functions fronting Astro static sites
Roadmap
Section titled “Roadmap”Utilities will be added here as Azure Functions use cases are validated in the dev.ismaili.de pilot. Follow the easy-web changelog for release announcements.
Related
Section titled “Related”@easy-web/auth— client-side MSAL integration for Astro islands- Azure Functions documentation — upstream runtime docs