Skip to content

Commit 26d7d8a

Browse files
authored
Merge pull request #160108 from MikeDodaro/editSQLquickstart
Small changes to mySQL quickstart
2 parents f88dc59 + 1e488a5 commit 26d7d8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-cloud/quickstart-integrate-azure-database-mysql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.date: 05/13/2021
99
ms.custom: devx-track-java, devx-track-azurecli
1010
---
1111

12-
# Quickstart - Integrate Azure Spring Cloud with Azure Database for MySQL
12+
# Quickstart: Integrate Azure Spring Cloud with Azure Database for MySQL
1313

14-
In the default configuration, Pet Clinic deployed in the [Quickstart: Build and deploy apps to Azure Spring Cloud](quickstart-deploy-apps.md) Azure Spring Cloud uses an in-memory database (HSQLDB) that is populated with data at startup. This quickstart explains how to provision and prepare an Azure Database for MySQL instance and then configure Pet Clinic on Azure Spring Cloud to use it as a persistent database with only one command.
14+
Pet Clinic, as deployed in the default configuration [Quickstart: Build and deploy apps to Azure Spring Cloud](quickstart-deploy-apps.md), uses an in-memory database (HSQLDB) that is populated with data at startup. This quickstart explains how to provision and prepare an Azure Database for MySQL instance and then configure Pet Clinic on Azure Spring Cloud to use it as a persistent database with only one command.
1515

1616
## Variables preparation
1717

18-
You will use the following values. Save them in a text file or environment variables to avoid errors.
18+
We will use the following values. Save them in a text file or environment variables to avoid errors.
1919

2020
```bash
2121
export RESOURCE_GROUP=<resource-group-name> # customize this

0 commit comments

Comments
 (0)