We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efda728 commit 3bafcc5Copy full SHA for 3bafcc5
spring-cloud-function-samples/function-sample-azure-time-trigger/README.adoc
@@ -60,11 +60,10 @@ The `spring-cloud-function-adapter-azure` dependency activates the AzureFunction
60
<dependency>
61
<groupId>org.springframework.cloud</groupId>
62
<artifactId>spring-cloud-function-adapter-azure</artifactId>
63
- <version>3.2.9-SNAPSHOT</version>
64
</dependency>
65
----
66
67
-(Version 3.2.9 or higher)
+(Version 4.x.x or higher)
68
69
70
The `uppercase` function with signature `Function<Message<String>, Void> uppercase()` is defined as `@Bean` in the TimeTriggerDemoApplication context.
0 commit comments