Skip to content

Commit d1f9d73

Browse files
authored
Update how-to-bind-mysql.md
1 parent 6da3b1a commit d1f9d73

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: How to bind an Azure Database for MySQL instance to your application in Azure Spring Apps
3-
description: Learn how to bind an Azure Database for MySQL instance to your application in Azure Spring Apps
2+
title: How to connect an Azure Database for MySQL instance to your application in Azure Spring Apps
3+
description: Learn how to connect an Azure Database for MySQL instance to your application in Azure Spring Apps
44
author: karlerickson
55
ms.service: spring-apps
66
ms.topic: how-to
@@ -9,7 +9,7 @@ ms.author: karler
99
ms.custom: devx-track-java, event-tier1-build-2022, passwordless-java, service-connector
1010
---
1111

12-
# Bind an Azure Database for MySQL instance to your application in Azure Spring Apps
12+
# Connect an Azure Database for MySQL instance to your application in Azure Spring Apps
1313

1414
> [!NOTE]
1515
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
@@ -18,7 +18,7 @@ ms.custom: devx-track-java, event-tier1-build-2022, passwordless-java, service-c
1818

1919
**This article applies to:** ✔️ Basic/Standard tier ✔️ Enterprise tier
2020

21-
With Azure Spring Apps, you can bind select Azure services to your applications automatically, instead of having to configure your Spring Boot application manually. This article shows you how to bind your application to your Azure Database for MySQL instance.
21+
With Azure Spring Apps, you can connect select Azure services to your applications automatically, instead of having to configure your Spring Boot application manually. This article shows you how to connect your application to your Azure Database for MySQL instance.
2222

2323
## Prerequisites
2424

@@ -45,7 +45,7 @@ With Azure Spring Apps, you can bind select Azure services to your applications
4545

4646
1. Update the current app by running `az spring app deploy`, or create a new deployment for this change by running `az spring app deployment create`.
4747

48-
## Bind your app to the Azure Database for MySQL instance
48+
## Connect your app to the Azure Database for MySQL instance
4949

5050
### [Service Connector](#tab/Service-Connector)
5151

@@ -183,4 +183,4 @@ resource "azurerm_spring_cloud_active_deployment" "example" {
183183

184184
## Next steps
185185

186-
In this article, you learned how to bind an application in Azure Spring Apps to an Azure Database for MySQL instance. To learn more about binding services to an application, see [Bind an Azure Cosmos DB database to an application in Azure Spring Apps](./how-to-bind-cosmos.md).
186+
In this article, you learned how to connect an application in Azure Spring Apps to an Azure Database for MySQL instance. To learn more about connecting services to an application, see [Connect an Azure Cosmos DB database to an application in Azure Spring Apps](./how-to-connect-cosmos.md).

0 commit comments

Comments
 (0)