From adbbbac6772b9c8ac90a0158fc790818237fd80d Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 8 Apr 2020 16:09:09 +0200 Subject: [PATCH] GH-480 Fix Azure docs Resolves #480 --- docs/src/main/asciidoc/adapters/azure.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/src/main/asciidoc/adapters/azure.adoc b/docs/src/main/asciidoc/adapters/azure.adoc index 4500c751b..e60a3a5e8 100644 --- a/docs/src/main/asciidoc/adapters/azure.adoc +++ b/docs/src/main/asciidoc/adapters/azure.adoc @@ -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[]