GH-480 Fix Azure docs

Resolves #480
This commit is contained in:
Oleg Zhurakousky
2020-04-08 16:09:09 +02:00
parent 4dfd208f8f
commit adbbbac677

View File

@@ -1,6 +1,3 @@
*{spring-cloud-function-version}*
The https://azure.microsoft.com[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.
include::adapters/azure-intro.adoc[]