Skip to content

Commit 53d605e

Browse files
committed
update
1 parent 69e7a85 commit 53d605e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zone_pivot_groups: passwordless-postgresql
2222

2323
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 PostgreSQL instance.
2424

25-
::: zone pivot="mysql-passwordless-flexible-server"
25+
::: zone pivot="postgresql-passwordless-flexible-server"
2626

2727
## Prerequisites
2828

@@ -101,7 +101,7 @@ Use the following steps to bind your app using a secret.
101101

102102
::: zone-end
103103

104-
::: zone pivot="mysql-passwordless-single-server"
104+
::: zone pivot="postgresql-passwordless-single-server"
105105

106106
## Prerequisites
107107

articles/spring-apps/postgresql-zone-pivot-groups.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ groups:
55
title: Azure Database for PostgreSQL use passwordless connection
66
prompt: Choose the Azure Database for PostgreSQL server to use
77
pivots:
8-
- id: postgresql-passwordlwss-single-server
8+
- id: postgresql-passwordless-single-server
99
title: Single Server
10-
- id: postgresql-passwordlwss-flexible-server
10+
- id: postgresql-passwordless-flexible-server
1111
title: Flexible Server

0 commit comments

Comments
 (0)