Skip to content

Commit 51cf0f3

Browse files
Merge pull request #188500 from v-kevinmic3/master
Update Landing Page for Azure Spring Cloud
2 parents a573746 + 2338e5e commit 51cf0f3

File tree

1 file changed

+89
-34
lines changed

1 file changed

+89
-34
lines changed

articles/spring-cloud/index.yml

Lines changed: 89 additions & 34 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 needing to manage 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 needing to manage 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
@@ -26,67 +26,122 @@ landingContent:
2626
links:
2727
- text: What is Azure Spring Cloud?
2828
url: overview.md
29-
- text: Understanding Azure Spring Cloud quotas and limits
30-
url: quotas.md
3129

3230
# Card (optional)
3331
- title: Get started
3432
linkLists:
3533
- linkListType: quickstart
3634
links:
37-
- text: Quickstart - Deploy your first Spring Boot app in Azure Spring Cloud
35+
- text: Quickstart - Deploy your first application in Azure Spring Cloud
3836
url: quickstart.md
39-
- text: Introduction to PiggyMetrics sample app
40-
url: quickstart-sample-app-introduction.md
41-
- linkListType: tutorial
37+
38+
# Card (optional)
39+
- title: Develop and deploy apps
40+
linkLists:
41+
- linkListType: how-to-guide
4242
links:
43-
- text: Prepare a Spring or Steeltoe app for deployment
43+
- text: Prepare Spring Boot app
4444
url: how-to-prepare-app-deployment.md
45+
- text: Set up Config Server
46+
url: how-to-config-server.md
47+
- text: Enable Service Registration
48+
url: how-to-service-registration.md
49+
- text: Deploy app using IntelliJ
50+
url: how-to-intellij-deploy-apps.md
51+
- text: Deploy app using VS Code
52+
url: https://code.visualstudio.com/docs/java/java-spring-cloud
4553

46-
- title: Configure your service
54+
# Card (optional)
55+
- title: Manage your app
4756
linkLists:
48-
- linkListType: tutorial
57+
- linkListType: how-to-guide
58+
links:
59+
- text: Start, stop, and delete an application in Azure Spring Cloud
60+
url: how-to-start-stop-delete.md
61+
- text: Use custom persistent storage in Azure Spring Cloud
62+
url: how-to-custom-persistent-storage.md
63+
64+
# Card (optional)
65+
- title: Scale your apps
66+
linkLists:
67+
- linkListType: how-to-guide
4968
links:
50-
- text: Use Config Server to maintain application configuration
51-
url: how-to-config-server.md
5269
- text: Manually scale your application
5370
url: how-to-scale-manual.md
71+
- text: Set up autoscale for applications
72+
url: how-to-setup-autoscale.md
73+
74+
# Card (optional)
75+
- title: Secure Spring Boot apps
76+
linkLists:
77+
- linkListType: tutorial
78+
links:
79+
- text: Isolate and enable on-premises connectivity
80+
url: how-to-deploy-in-azure-virtual-network.md
5481
- linkListType: how-to-guide
5582
links:
56-
- text: Automate your CI/CD pipeline in Azure Spring Cloud
57-
url: how-to-cicd.md
58-
- text: Enable Blue-Green deployments using Azure Spring Cloud
59-
url: how-to-staging-environment.md
60-
- text: Use built-in persistent storage
61-
url: how-to-built-in-persistent-storage.md
62-
83+
- text: Secure communications
84+
url: how-to-enable-end-to-end-tls.md
85+
- text: Use roles and permissions for access
86+
url: how-to-permissions.md
6387

64-
# Card
65-
- title: Monitor your application
88+
# Card (optional)
89+
- title: Automate your application
90+
linkLists:
91+
- linkListType: quickstart
92+
links:
93+
- text: Provision using ARM Template
94+
url: quickstart-deploy-infrastructure-vnet.md
95+
- text: Provision using Terraform
96+
url: quickstart-deploy-infrastructure-vnet-terraform.md
97+
98+
# Card (optional)
99+
- title: Monitor end-to-end
66100
linkLists:
67101
- linkListType: tutorial
68102
links:
69-
- text: Monitor your application by using distributed tracing and App Insights
70-
url: how-to-distributed-tracing.md
71103
- text: Enable Diagnostic Services on your Java Spring application
72104
url: diagnostic-services.md
73105
- linkListType: concept
74106
links:
75107
- text: Understanding Azure Monitor Metrics for Spring Cloud
76108
url: concept-metrics.md
109+
- linkListType: how-to-guide
110+
links:
111+
- text: Stream app logs in real-time
112+
url: how-to-log-streaming.md
113+
- text: Monitor using Application Insights
114+
url: how-to-application-insights.md
115+
- text: Monitor using New Relic Java agent (Preview)
116+
url: how-to-new-relic-monitor.md
117+
- text: Monitor app lifecycle events using Azure Activity log and Azure Service Health
118+
url: monitor-app-lifecycle-events.md
119+
- text: Monitor using Elastic APM Java Agent
120+
url: how-to-elastic-apm-java-agent-monitor.md
121+
- text: Analyze logs with Elastic (ELK) using diagnostics settings
122+
url: how-to-elastic-diagnostic-settings.md
123+
- text: Monitor app lifecycle events using Azure Activity log and Azure Service Health
124+
url: monitor-app-lifecycle-events.md
125+
- text: How to use Logback to write logs to custom persistent storage
126+
url: how-to-write-log-to-custom-persistent-storage.md
77127

78-
# Card
79-
- title: Bind with other services
128+
# Card (optional)
129+
- title: Troubleshoot
80130
linkLists:
81-
- linkListType: tutorial
131+
- linkListType: how-to-guide
82132
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
133+
- text: Troubleshooting guide
134+
url: troubleshoot.md
135+
- text: Capture heap and thread dumps
136+
url: how-to-capture-dumps.md
137+
- text: Capture heap and thread dumps on fatal exit
138+
url: how-to-dump-jvm-options.md
139+
- text: Diagnose and solve problems
140+
url: how-to-self-diagnose-solve.md
141+
- text: Diagnose and solve problems in VNET
142+
url: how-to-self-diagnose-running-in-vnet.md
143+
144+
# Card (optional)
90145
- title: API reference
91146
linkLists:
92147
- linkListType: reference

0 commit comments

Comments
 (0)