Skip to content

Commit 73c72b4

Browse files
initial edits
1 parent fd1fbf3 commit 73c72b4

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ ms.custom: devx-track-java, event-tier1-build-2022
2020

2121
Instead of manually configuring your Spring Boot applications, you can automatically bind select Azure services to your applications by using Azure Spring Apps. This article demonstrates how to bind your application to an Azure Cosmos DB database.
2222

23-
## Prerequisites:
23+
## Prerequisites
2424

25-
* A deployed Azure Spring Apps instance
26-
* An Azure Cache for Redis service instance
27-
* The Azure Spring Apps extension for the Azure CLI
25+
* A deployed Azure Spring Apps instance.
26+
* An Azure Cache for Redis service instance.
27+
* The Azure Spring Apps extension for the Azure CLI.
2828

29-
If you don't have a deployed Azure Spring Apps instance, follow the steps in the [quickstart on deploying an Azure Spring Apps app](./quickstart.md).
29+
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).
3030

3131
## Prepare your Java project
3232

@@ -74,7 +74,8 @@ If you don't have a deployed Azure Spring Apps instance, follow the steps in the
7474

7575
## Bind your app to the Azure Cosmos DB
7676

77-
#### [Service Binding](#tab/Service-Binding)
77+
### [Service Binding](#tab/Service-Binding)
78+
7879
Azure Cosmos DB has five different API types that support binding. The following procedure shows how to use them:
7980

8081
1. Create an Azure Cosmos DB database. Refer to the quickstart on [creating a database](../cosmos-db/create-cosmosdb-resources-portal.md) for help.
@@ -102,7 +103,8 @@ Azure Cosmos DB has five different API types that support binding. The following
102103
spring.cloud.azure.cosmos.database=testdb
103104
```
104105

105-
#### [Terraform](#tab/Terraform)
106+
### [Terraform](#tab/Terraform)
107+
106108
The following Terraform script shows how to set up an Azure Spring Apps app with Azure Cosmos DB account.
107109

108110
```terraform

0 commit comments

Comments
 (0)