Update azure.html

This commit is contained in:
Oleg Zhurakousky
2019-03-20 10:31:32 +01:00
committed by GitHub
parent 7f865a3a65
commit bd279ccabc

View File

@@ -102,7 +102,7 @@ $(addBlockSwitches);
<p><strong>2.1.0.M1</strong></p>
</div>
<div id="index-link" class="paragraph">
<p><a href="https://cloud.spring.io/spring-cloud-static/spring-cloud-function/2.1.0.M1home.html" class="bare">https://cloud.spring.io/spring-cloud-static/spring-cloud-function/2.1.0.M1home.html</a></p>
<p><a href="https://cloud.spring.io/spring-cloud-static/spring-cloud-function/2.1.0.M1/home.html" class="bare">https://cloud.spring.io/spring-cloud-static/spring-cloud-function/2.1.0.M1home.html</a></p>
</div>
<div class="paragraph">
<p>The <a href="https://azure.microsoft.com">Azure</a> 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 <code>@FunctionName</code> annotation which delegates to a base class method.</p>
@@ -234,4 +234,4 @@ The Azure sample app is written in the "non-functional" style (using <code>@Bean
<script src="js/highlight/highlight.min.js"></script>
<script>hljs.initHighlighting()</script>
</body>
</html>
</html>