Skip to content

Commit 8ada37f

Browse files
committed
Draft update to landing page
1 parent eefdca0 commit 8ada37f

File tree

1 file changed

+36
-17
lines changed

1 file changed

+36
-17
lines changed

articles/spring-cloud/index.yml

Lines changed: 36 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
### YamlMime:Landing
22

33
title: Azure Spring Cloud documentation # < 60 chars
4-
summary: Azure Spring Cloud provides a managed service that lets you run microservices on Azure using Spring-boot or Steeltoe (preview) with no code changes. # < 160 chars
4+
summary: Azure Spring Cloud is a fully managed service for building and running Spring Boot and Steeltoe apps without the hassle of managing infrastructure. # < 160 chars
55

66
metadata:
77
title: Azure Spring Cloud # Required; page title displayed in search results. Include the brand. < 60 chars.
8-
description: Azure Spring Cloud provides a managed service that lets you run microservices on Azure using Spring-boot or Steeltoe (preview) with no code changes. # Required; article description that is displayed in search results. < 160 chars.
8+
description: Azure Spring Cloud is a fully managed service for building and running Spring Boot and Steeltoe apps without the hassle of managing infrastructure. # Required; article description that is displayed in search results. < 160 chars.
99
services: spring-cloud
1010
ms.service: spring-cloud #Required; service per approved list. service slug assigned to your service.
1111
ms.topic: landing-page # Required
@@ -43,6 +43,33 @@ landingContent:
4343
- text: Prepare a Spring or Steeltoe app for deployment
4444
url: how-to-prepare-app-deployment.md
4545

46+
# Card (optional)
47+
- title: Secure Spring Boot apps
48+
linkLists:
49+
- linkListType: tutorial
50+
links:
51+
- text: Read a secret from Azure Key Vault in a Spring Boot application
52+
url: configure-spring-boot-starter-java-app-with-azure-key-vault.md
53+
- linkListType: how-to-guide
54+
links:
55+
- text: Deploy Azure Spring Cloud in a virtual network
56+
url: how-to-deploy-in-azure-virtual-network.md
57+
- text: Use TLS/SSL certificates in your application
58+
url: how-to-use-tls-certificate.md
59+
- text: Enable end-to-end TLS for an application
60+
url: how-to-enable-end-to-end-tls.md
61+
62+
# Card (optional)
63+
- title: Scale your apps
64+
linkLists:
65+
- linkListType: how-to-guide
66+
links:
67+
- text: Manually scale your application
68+
url: how-to-scale-manual.md
69+
- text: Set up autoscale for applications
70+
url: how-to-setup-autoscale.md
71+
72+
# Card (optional)
4673
- title: Configure your service
4774
linkLists:
4875
- linkListType: tutorial
@@ -51,6 +78,10 @@ landingContent:
5178
url: how-to-config-server.md
5279
- text: Manually scale your application
5380
url: how-to-scale-manual.md
81+
82+
# Card (optional)
83+
- title: Automate end-to-end
84+
linkLists:
5485
- linkListType: how-to-guide
5586
links:
5687
- text: Automate your CI/CD pipeline in Azure Spring Cloud
@@ -60,9 +91,8 @@ landingContent:
6091
- text: Use built-in persistent storage
6192
url: how-to-built-in-persistent-storage.md
6293

63-
64-
# Card
65-
- title: Monitor your application
94+
# Card (optional)
95+
- title: Monitor end-to-end
6696
linkLists:
6797
- linkListType: tutorial
6898
links:
@@ -75,18 +105,7 @@ landingContent:
75105
- text: Understanding Azure Monitor Metrics for Spring Cloud
76106
url: concept-metrics.md
77107

78-
# Card
79-
- title: Bind with other services
80-
linkLists:
81-
- linkListType: tutorial
82-
links:
83-
- text: Bind your application with Azure Cache for Redis
84-
url: how-to-bind-redis.md
85-
- text: Bind your application to an Azure MySQL DB
86-
url: how-to-bind-mysql.md
87-
- text: Bind your application to Azure CosmosDB
88-
url: how-to-bind-cosmos.md
89-
# Card
108+
# Card (optional)
90109
- title: API reference
91110
linkLists:
92111
- linkListType: reference

0 commit comments

Comments
 (0)