You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
13
13
14
14
> [!NOTE]
15
15
> 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.
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.
22
22
23
23
## Prerequisites
24
24
@@ -45,7 +45,7 @@ With Azure Spring Apps, you can bind select Azure services to your applications
45
45
46
46
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`.
47
47
48
-
## Bind your app to the Azure Database for MySQL instance
48
+
## Connect your app to the Azure Database for MySQL instance
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