Skip to content

Commit 8fca573

Browse files
committed
Streamline display of next steps links
1 parent 9d33cb0 commit 8fca573

File tree

4 files changed

+23
-9
lines changed

4 files changed

+23
-9
lines changed

articles/service-connector/overview.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,16 @@ There are two major ways to use Service Connector for your Azure application:
7272
Follow the tutorials listed below to start building your own application with Service Connector.
7373

7474
> [!div class="nextstepaction"]
75-
> - [Quickstart: Service Connector in App Service using Azure CLI](./quickstart-cli-app-service-connection.md)
76-
> - [Quickstart: Service Connector in App Service using Azure portal](./quickstart-portal-app-service-connection.md)
77-
> - [Quickstart: Service Connector in Spring Cloud Service using Azure CLI](./quickstart-cli-spring-cloud-connection.md)
78-
> - [Quickstart: Service Connector in Spring Cloud using Azure portal](./quickstart-portal-spring-cloud-connection.md)
79-
> - [Learn about Service Connector concepts](./concept-service-connector-internals.md)
75+
> [Quickstart: Service Connector in App Service using Azure CLI](./quickstart-cli-app-service-connection.md)
76+
77+
> [!div class="nextstepaction"]
78+
> [Quickstart: Service Connector in App Service using Azure portal](./quickstart-portal-app-service-connection.md)
79+
80+
> [!div class="nextstepaction"]
81+
> [Quickstart: Service Connector in Spring Cloud Service using Azure CLI](./quickstart-cli-spring-cloud-connection.md)
82+
83+
> [!div class="nextstepaction"]
84+
> [Quickstart: Service Connector in Spring Cloud using Azure portal](./quickstart-portal-spring-cloud-connection.md)
85+
86+
> [!div class="nextstepaction"]
87+
> [Learn about Service Connector concepts](./concept-service-connector-internals.md)

articles/service-connector/quickstart-cli-app-service-connection.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,7 @@ az webapp connection list -g "<your-app-service-resource-group>" -n "<your-app-s
8686
Follow the tutorials listed below to start building your own application with Service Connector.
8787

8888
> [!div class="nextstepaction"]
89-
> - [Tutorial: WebApp + Storage with Azure CLI](./tutorial-csharp-webapp-storage-cli.md)
90-
> - [Tutorial: WebApp + PostgreSQL with Azure CLI](./tutorial-django-webapp-postgres-cli.md)
89+
> [Tutorial: WebApp + Storage with Azure CLI](./tutorial-csharp-webapp-storage-cli.md)
90+
91+
> [!div class="nextstepaction"]
92+
> [Tutorial: WebApp + PostgreSQL with Azure CLI](./tutorial-django-webapp-postgres-cli.md)

articles/service-connector/quickstart-cli-spring-cloud-connection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,6 @@ Follow the tutorials listed below to start building your own application with Se
8686

8787
> [!div class="nextstepaction"]
8888
> [Tutorial: Spring Cloud + MySQL](./tutorial-java-spring-mysql.md)
89+
90+
> [!div class="nextstepaction"]
8991
> [Tutorial: Spring Cloud + Apache Kafka on Confluent Cloud](./tutorial-java-spring-confluent-kafka.md)

articles/service-connector/quickstart-portal-spring-cloud-connection.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ Sign in to the Azure portal at [https://portal.azure.com/](https://portal.azure.
5555
Follow the tutorials listed below to start building your own application with Service Connector.
5656

5757
> [!div class="nextstepaction"]
58-
> - [Tutorial: Spring Cloud + MySQL](./tutorial-java-spring-mysql.md)
59-
> - [Tutorial: Spring Cloud + Apache Kafka on Confluent Cloud](./tutorial-java-spring-confluent-kafka.md)
58+
> [Tutorial: Spring Cloud + MySQL](./tutorial-java-spring-mysql.md)
59+
60+
> [!div class="nextstepaction"]
61+
> [Tutorial: Spring Cloud + Apache Kafka on Confluent Cloud](./tutorial-java-spring-confluent-kafka.md)

0 commit comments

Comments
 (0)