diff --git a/spring-cloud-function-samples/function-sample-azure-time-trigger/README.adoc b/spring-cloud-function-samples/function-sample-azure-time-trigger/README.adoc
index d8bc693d5..fc5fc9d23 100644
--- a/spring-cloud-function-samples/function-sample-azure-time-trigger/README.adoc
+++ b/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
org.springframework.cloud
spring-cloud-function-adapter-azure
- 3.2.9-SNAPSHOT
----
-(Version 3.2.9 or higher)
+(Version 4.x.x or higher)
The `uppercase` function with signature `Function, Void> uppercase()` is defined as `@Bean` in the TimeTriggerDemoApplication context.