Files
spring-cloud-function/spring-cloud-function-adapters/spring-cloud-function-adapter-azure-web
Oleg Zhurakousky 85a4fffcd4 GH-1172 Ensure content-type set in a message is honored on the output
Also, ensures that the proper content type is set in GCF FunctionInvoker

Resolves #1172
2024-09-09 12:51:36 +02:00
..
2024-08-19 17:01:50 +00:00

=== Introduction

Light weight Azure Function forwarding proxy which can deploy any existing Spring Boot web application as Azure Functions.
Infernally uses the Azure Http Trigger mapping.

This module is identified as the only additional dependency to the existing web-app.

A sample is provided in https://github.com/spring-cloud/spring-cloud-function/tree/main/spring-cloud-function-samples/function-sample-azure-web[azure-web sample]