Skip to content

Commit 522a966

Browse files
edit pass
1 parent 73c72b4 commit 522a966

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ 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)
7878

7979
Azure Cosmos DB has five different API types that support binding. The following procedure shows how to use them:
8080

@@ -103,9 +103,9 @@ Azure Cosmos DB has five different API types that support binding. The following
103103
spring.cloud.azure.cosmos.database=testdb
104104
```
105105

106-
### [Terraform](#tab/Terraform)
106+
#### [Terraform](#tab/Terraform)
107107

108-
The following Terraform script shows how to set up an Azure Spring Apps app with Azure Cosmos DB account.
108+
The following Terraform script shows how to set up an Azure Spring Apps app with an Azure Cosmos DB account.
109109

110110
```terraform
111111
provider "azurerm" {

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ With Azure Spring Apps, you can bind select Azure services to your applications
2626
* An Azure Database for MySQL account
2727
* Azure CLI
2828

29-
If you don't have a deployed Azure Spring Apps instance, follow the instructions in [Quickstart: Launch an application in Azure Spring Apps by using the Azure portal](./quickstart.md) to deploy your first Spring app.
29+
If you don't have a deployed Azure Spring Apps instance, follow the instructions in [Quickstart: Deploy your first application to Azure Spring Apps](./quickstart.md) to deploy your first Spring app.
3030

3131
## Prepare your Java project
3232

@@ -46,6 +46,7 @@ If you don't have a deployed Azure Spring Apps instance, follow the instructions
4646
## Bind your app to the Azure Database for MySQL instance
4747

4848
#### [Service Binding](#tab/Service-Binding)
49+
4950
1. Note the admin username and password of your Azure Database for MySQL account.
5051

5152
1. Connect to the server, create a database named **testdb** from a MySQL client, and then create a new non-admin account.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Instead of manually configuring your Spring Boot applications, you can automatic
2626
* An Azure Cache for Redis service instance
2727
* 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

@@ -46,6 +46,7 @@ If you don't have a deployed Azure Spring Apps instance, follow the steps in the
4646
## Bind your app to the Azure Cache for Redis
4747

4848
#### [Service Binding](#tab/Service-Binding)
49+
4950
1. Go to your Azure Spring Apps service page in the Azure portal. Go to **Application Dashboard** and select the application to bind to Azure Cache for Redis. This application is the same one you updated or deployed in the previous step.
5051

5152
1. Select **Service binding** and select **Create service binding**. Fill out the form, being sure to select the **Binding type** value **Azure Cache for Redis**, your Azure Cache for Redis server, and the **Primary** key option.

0 commit comments

Comments
 (0)