createAzureHandler
Static method that creates an Azure Functions-compatible handler from a Hono app. The returned function accepts an Azure context and request object.
Parameters
app
A Hono-compatible application with a fetch method.
Returns
(context: any, req: any) => Promise<void> — An Azure Functions handler.