Skip to content

Commit d9fb763

Browse files
Merge pull request #216794 from KarlErickson/karler-fix
fixed service name
2 parents 2cfb1d3 + 0f0c9ca commit d9fb763

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ With Azure Spring Apps, you can bind select Azure services to your applications
2323
## Prerequisites
2424

2525
* An application deployed to Azure Spring Apps. For more information, see [Quickstart: Deploy your first application to Azure Spring Apps](./quickstart.md).
26-
* An Azure Database for PostgreSQL Flexible Server instance.
26+
* An Azure Database for MySQL Flexible Server instance.
2727
* [Azure CLI](/cli/azure/install-azure-cli) version 2.41.0 or higher.
2828

2929
## Prepare your Java project

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ az spring connection create postgres \
8989

9090
## Next steps
9191

92-
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).
92+
In this article, you learned how to bind an application in Azure Spring Apps to an Azure Database for PostgreSQL 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).

0 commit comments

Comments
 (0)