Skip to content

Commit 6083cfe

Browse files
authored
Merge pull request #274344 from maud-lv/ml-scgeneral
Uodate Overview, TOC, index
2 parents 58f6601 + 7f67971 commit 6083cfe

File tree

3 files changed

+34
-37
lines changed

3 files changed

+34
-37
lines changed

articles/service-connector/index.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,32 @@ landingContent:
3333
linkLists:
3434
- linkListType: quickstart
3535
links:
36-
- text: Create a connection in App Service
36+
- text: Create a connection in Azure App Service
3737
url: quickstart-portal-app-service-connection.md
38-
- text: Create a connection in Azure Spring Apps
39-
url: quickstart-portal-spring-cloud-connection.md
40-
- text: Create a connection in Container Apps
38+
- text: Create a connection in Azure Container Apps
4139
url: quickstart-portal-container-apps.md
40+
- text: Create a connection in Azure Functions
41+
url: quickstart-portal-functions-connection.md
4242
- text: Create a connection in Azure Kubernetes Service (AKS)
4343
url: quickstart-portal-aks-connection.md
44+
- text: Create a connection in Azure Spring Apps
45+
url: quickstart-portal-spring-cloud-connection.md
46+
4447
- title: Get started using the Azure CLI
4548
linkLists:
4649
- linkListType: quickstart
4750
links:
48-
- text: Create a connection in App Service
51+
- text: Create a connection in Azure App Service
4952
url: quickstart-cli-app-service-connection.md
53+
- text: Create a connection in Azure Container Apps
54+
url: quickstart-cli-container-apps.md
55+
- text: Create a connection in Azure Functions
56+
url: quickstart-cli-functions-connection.md
57+
- text: Create a connection in Azure Kubernetes Service (AKS)
58+
url: quickstart-portal-aks-connection.md
5059
- text: Create a connection in Azure Spring Apps
5160
url: quickstart-cli-spring-cloud-connection.md
52-
- text: Create a connection in Container Apps
53-
url: quickstart-cli-container-apps.md
61+
5462
- title: Common tasks
5563
linkLists:
5664
- linkListType: tutorial

articles/service-connector/overview.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: overview
8-
ms.date: 10/19/2023
8+
ms.date: 05/06/2024
99
---
1010
# What is Service Connector?
1111

@@ -75,21 +75,10 @@ What's more, Service Connector is also supported in the following client tools w
7575

7676
Finally, you can also use Azure SDKs and API calls to interact with Service Connector. And you're recommended to read [how to provide correct parameters](how-to-provide-correct-parameters.md) before starting if using these ways.
7777

78-
## Next steps
78+
## Related content
7979

80-
Follow the tutorials listed below to start building your own application with Service Connector.
81-
82-
> [!div class="nextstepaction"]
83-
> [Quickstart: Service Connector in App Service using Azure CLI](./quickstart-cli-app-service-connection.md)
84-
85-
> [!div class="nextstepaction"]
86-
> [Quickstart: Service Connector in App Service using Azure portal](./quickstart-portal-app-service-connection.md)
87-
88-
> [!div class="nextstepaction"]
89-
> [Quickstart: Service Connector in Spring Cloud Service using Azure CLI](./quickstart-cli-spring-cloud-connection.md)
90-
91-
> [!div class="nextstepaction"]
92-
> [Quickstart: Service Connector in Spring Cloud using Azure portal](./quickstart-portal-spring-cloud-connection.md)
93-
94-
> [!div class="nextstepaction"]
95-
> [Learn about Service Connector concepts](./concept-service-connector-internals.md)
80+
- [Quickstart: Service Connector in Azure App Service](./quickstart-portal-app-service-connection.md)
81+
- [Quickstart: Service Connector in Azure Functions](./quickstart-portal-functions-connection.md)
82+
- [Quickstart: Service Connector in Azure Spring Cloud](./quickstart-portal-spring-cloud-connection.md)
83+
- [Quickstart: Service Connector in Azure Container Apps](./quickstart-portal-container-apps.md)
84+
- [Learn about Service Connector concepts](./concept-service-connector-internals.md)

articles/service-connector/toc.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,32 @@ items:
1818
href: quickstart-portal-app-service-connection.md
1919
- name: Azure CLI
2020
href: quickstart-cli-app-service-connection.md
21+
- name: Azure Container Apps
22+
expanded: false
23+
items:
24+
- name: Azure portal
25+
href: quickstart-portal-container-apps.md
26+
- name: Azure CLI
27+
href: quickstart-cli-container-apps.md
2128
- name: Azure Functions
2229
expanded: false
2330
items:
2431
- name: Azure portal
2532
href: quickstart-portal-functions-connection.md
2633
- name: Azure CLI
2734
href: quickstart-cli-functions-connection.md
28-
- name: Azure Spring Apps
35+
- name: Azure Kubernetes Service (AKS)
2936
expanded: false
3037
items:
3138
- name: Azure portal
32-
href: quickstart-portal-spring-cloud-connection.md
33-
- name: Azure CLI
34-
href: quickstart-cli-spring-cloud-connection.md
35-
- name: Container Apps
39+
href: quickstart-portal-aks-connection.md
40+
- name: Azure Spring Apps
3641
expanded: false
3742
items:
3843
- name: Azure portal
39-
href: quickstart-portal-container-apps.md
44+
href: quickstart-portal-spring-cloud-connection.md
4045
- name: Azure CLI
41-
href: quickstart-cli-container-apps.md
42-
- name: Azure Kubernetes Service (AKS)
43-
expanded: false
44-
items:
45-
- name: Azure portal
46-
href: quickstart-portal-aks-connection.md
46+
href: quickstart-cli-spring-cloud-connection.md
4747
- name: Tutorials
4848
expanded: false
4949
items:

0 commit comments

Comments
 (0)