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
Copy file name to clipboardExpand all lines: articles/service-connector/how-to-get-configurations.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ author: maud-lv
5
5
ms.author: malev
6
6
ms.service: service-connector
7
7
ms.topic: how-to
8
-
ms.date: 07/04/2023
8
+
ms.date: 08/20/2025
9
9
---
10
10
11
11
# Get connection configurations added by Service Connector
12
12
13
13
Service Connector configures connection information, such as Database connection string, while creating or updating service connections. After service connections are created, you might want to write code to consume these connection configurations in code. This page shows how to get connection configurations added by Service Connector.
14
14
15
-
There are multiple ways to get connection configurations of a service connection. You can get configuration names for specific target service type from the following articles [Integrate Azure Database for PostgreSQL with Service Connector](./how-to-integrate-postgres.md).
15
+
There are multiple ways to get connection configurations of a service connection.
16
16
17
-
Or you can get connection configurations programmatically in the following ways.
17
+
You can get configuration names for specific target service type from the following articles [Integrate Azure Database for PostgreSQL with Service Connector](./how-to-integrate-postgres.md), or you can get connection configurations programmatically by running the following commands.
18
18
19
19
## [Azure CLI](#tab/azure-cli)
20
20
You can run the following commands in Azure CLI(/cli/azure) to list configurations of a service connection.
@@ -31,7 +31,6 @@ az spring connection list-configuration --id /subscriptions/{subscription}/resou
31
31
For more information, see the following articles in Azure CLI reference documentations:
0 commit comments