Skip to content

Commit be17402

Browse files
Merge pull request #234334 from saragluna/patch-1
Fix the wrong prerequisite and upgrade version
2 parents 69888a3 + 7323cdb commit be17402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-apps/how-to-bind-cosmos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Instead of manually configuring your Spring Boot applications, you can automatic
2323
## Prerequisites
2424

2525
* A deployed Azure Spring Apps instance.
26-
* An Azure Cache for Redis service instance.
26+
* An Azure Cosmos DB account and a database.
2727
* The Azure Spring Apps extension for the Azure CLI.
2828

2929
If you don't have a deployed Azure Spring Apps instance, follow the steps in the [Quickstart: Deploy your first application to Azure Spring Apps](./quickstart.md).
@@ -38,7 +38,7 @@ If you don't have a deployed Azure Spring Apps instance, follow the steps in the
3838
<dependency>
3939
<groupId>com.azure.spring</groupId>
4040
<artifactId>spring-cloud-azure-starter-data-cosmos</artifactId>
41-
<version>4.3.0</version>
41+
<version>4.7.0</version>
4242
</dependency>
4343
```
4444

@@ -66,7 +66,7 @@ If you don't have a deployed Azure Spring Apps instance, follow the steps in the
6666
<dependency>
6767
<groupId>com.azure.spring</groupId>
6868
<artifactId>spring-cloud-azure-starter-storage-blob</artifactId>
69-
<version>4.3.0</version>
69+
<version>4.7.0</version>
7070
</dependency>
7171
```
7272

0 commit comments

Comments
 (0)