Skip to content

Commit 3d54225

Browse files
Merge pull request #304449 from maud-lv/patch-88
Remove obsolete Azure Spring Apps links
2 parents 1be2081 + dfdc264 commit 3d54225

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

articles/service-connector/how-to-get-configurations.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 07/04/2023
8+
ms.date: 08/20/2025
99
---
1010

1111
# Get connection configurations added by Service Connector
1212

1313
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.
1414

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.
1616

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.
1818

1919
## [Azure CLI](#tab/azure-cli)
2020
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
3131
For more information, see the following articles in Azure CLI reference documentations:
3232
- [az webapp connection list-configuration](/cli/azure/webapp/connection#az-webapp-connection-list-configuration)
3333
- [az containerapp connection list-configuration](/cli/azure/containerapp/connection#az-containerapp-connection-list-configuration)
34-
- [az spring connection list-configuration](/cli/azure/spring/connection#az-spring-connection-list-configuration)
3534

3635
## [Azure PowerShell](#tab/azure-powershell)
3736
You can run the following commands in Azure PowerShell to list configurations of a service connection.
@@ -48,11 +47,9 @@ Get-AzServiceLinkerConfigurationForSpringCloud -ServiceName {mySpringAppName} -A
4847
For more information, see the following articles in Azure PowerShell reference documentations:
4948
- [Get-AzServiceLinkerConfigurationForWebApp](/powershell/module/az.servicelinker/get-azservicelinkerconfigurationforwebapp)
5049
- [Get-AzServiceLinkerConfigurationForContainerApp](/powershell/module/az.servicelinker/get-azservicelinkerconfigurationforcontainerapp)
51-
- [Get-AzServiceLinkerConfigurationForSpringApp](/powershell/module/az.servicelinker/get-azservicelinkerconfigurationforspringcloud)
52-
53-
5450

5551
---
52+
5653
## Next steps
5754
> [!div class="nextstepaction"]
5855
> [Explore connection configurations for specific target service type](./how-to-integrate-sql-database.md)

0 commit comments

Comments
 (0)