diff --git a/spring-cloud-function/2.1.0.M1/azure.html b/spring-cloud-function/2.1.0.M1/azure.html index 4043a724..a50eeb11 100644 --- a/spring-cloud-function/2.1.0.M1/azure.html +++ b/spring-cloud-function/2.1.0.M1/azure.html @@ -102,7 +102,7 @@ $(addBlockSwitches);

2.1.0.M1

The Azure adapter bootstraps a Spring Cloud Function context and channels function calls from the Azure framework into the user functions, using Spring Boot configuration where necessary. Azure Functions has quite a unique, but invasive programming model, involving annotations in user code that are specific to the platform. The easiest way to use it with Spring Cloud is to extend a base class and write a method in it with the @FunctionName annotation which delegates to a base class method.

@@ -234,4 +234,4 @@ The Azure sample app is written in the "non-functional" style (using @Bean - \ No newline at end of file +