Files
spring-cloud-function/spring-cloud-function-adapters/spring-cloud-function-adapter-azure-web
Oleg Zhurakousky 7d67d61d43 Add support for native web workloads for AWS
Fix Azure web support after refactoring classes
2024-01-12 10:24:06 +01: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]