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
https://cloud.spring.io/spring-cloud-static/spring-cloud-function/2.1.0.M1home.html
+https://cloud.spring.io/spring-cloud-static/spring-cloud-function/2.1.0.M1home.html
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.
@Bean