Skip to content

Commit 59c0fb8

Browse files
committed
Add azure arch diagram
1 parent 383cbc6 commit 59c0fb8

File tree

2 files changed

+274
-0
lines changed

2 files changed

+274
-0
lines changed

docs/src/main/asciidoc/adapters/azure-intro.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ The Azure annotations are just a type-safe way to configure your java function t
1212
The https://github.com/spring-cloud/spring-cloud-function/tree/main/spring-cloud-function-adapters/spring-cloud-function-adapter-azure[spring-cloud-function-adapter-azure] extends the basic programming model to provide Spring and Spring Cloud Function support.
1313
With the adapter you can build your Spring Cloud Function application using dependency injections and then auto-wire the necessary services into your Azure handler methods.
1414

15+
image::../images/scf-azure-adapter.svg[width=800,scaledwidth="75%",align="center"]
16+
1517
TIP: For Web-based function applications, you can replace the generic `adapter-azure` with the specialized https://github.com/spring-cloud/spring-cloud-function/tree/main/spring-cloud-function-adapters/spring-cloud-function-adapter-azure-web[spring-cloud-function-adapter-azure-web].
1618
With the Azure Web Adapter you can deploy any Spring Web application as an Azure, HttpTrigger, function.
1719
This adapter hides the Azure annotations complexity and uses the familiar https://docs.spring.io/spring-boot/docs/current/reference/html/web.html[Spring Web] programming model instead.

0 commit comments

Comments
 (0)