Skip to content

Commit 7344da2

Browse files
committed
Update landing page cards
1 parent 0fb1bf8 commit 7344da2

File tree

1 file changed

+44
-74
lines changed

1 file changed

+44
-74
lines changed

articles/spring-cloud/index.yml

Lines changed: 44 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ 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
@@ -36,26 +34,24 @@ landingContent:
3634
links:
3735
- text: Quickstart - Deploy your first application in Azure Spring Cloud
3836
url: quickstart.md
39-
- text: Introduction to the sample app
40-
url: quickstart-sample-app-introduction.md
41-
- linkListType: tutorial
42-
links:
43-
- text: Prepare an application for deployment in Azure Spring Cloud
44-
url: how-to-prepare-app-deployment.md
45-
46-
# Card (optional)
47-
- title: Configure your service
37+
38+
# Card (optional)
39+
- title: Develop and deploy apps
4840
linkLists:
49-
- linkListType: quickstart
50-
links:
51-
- text: Set up Azure Spring Cloud Config Server
52-
url: quickstart-setup-config-server.md
53-
- linkListType: tutorial
41+
- linkListType: how-to-guide
5442
links:
55-
- text: Set up a Spring Cloud Config Server instance for your service
43+
- text: Prepare Spring Boot app
44+
url: how-to-prepare-app-deployment.md
45+
- text: Set up Config Server
5646
url: how-to-config-server.md
57-
- text: Access Config Server and Service Registry
58-
url: how-to-access-data-plane-azure-ad-rbac.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: overview.md
53+
- text: -- Deploy app using Maven --
54+
url: how-to-launch-from-source.md
5955

6056
# Card (optional)
6157
- title: Manage your app
@@ -64,12 +60,8 @@ landingContent:
6460
links:
6561
- text: Start, stop, and delete an application in Azure Spring Cloud
6662
url: how-to-start-stop-delete.md
67-
- text: Use built-in persistent storage in Azure Spring Cloud
68-
url: how-to-built-in-persistent-storage.md
6963
- text: Use custom persistent storage in Azure Spring Cloud
7064
url: how-to-custom-persistent-storage.md
71-
- text: Move an Azure Spring Cloud service instance to another region
72-
url: how-to-move-across-regions.md
7365

7466
# Card (optional)
7567
- title: Scale your apps
@@ -86,44 +78,30 @@ landingContent:
8678
linkLists:
8779
- linkListType: tutorial
8880
links:
89-
- text: -- Manage secrets --
90-
url: overview.md
91-
- text: -- End-user authentication and authorization --
81+
- text: -- Isolate and enable on-premises connectivity --
9282
url: overview.md
9383
- linkListType: how-to-guide
9484
links:
95-
- text: Deploy Azure Spring Cloud in a virtual network
96-
url: how-to-deploy-in-azure-virtual-network.md
97-
- text: Customer responsibilities for running Azure Spring Cloud in VNET
98-
url: vnet-customer-responsibilities.md
99-
- text: Use TLS/SSL certificates in your application
100-
url: how-to-use-tls-certificate.md
101-
- text: Enable end-to-end TLS for an application
85+
- text: Secure communications
10286
url: how-to-enable-end-to-end-tls.md
103-
- text: How to enable system-assigned managed identity for applications
104-
url: how-to-enable-system-assigned-managed-identity.md
87+
- text: Use roles and permissions for access
88+
url: how-to-permissions.md
10589

10690
# Card (optional)
107-
- title: Automate end-to-end
91+
- title: Automate your application
10892
linkLists:
109-
- linkListType: how-to-guide
93+
- linkListType: quickstart
11094
links:
111-
- text: Automate your CI/CD pipeline in Azure Spring Cloud
112-
url: how-to-cicd.md
113-
- text: Azure Spring Cloud CI/CD with GitHub Actions
114-
url: how-to-github-actions.md
115-
- text: Authenticate Azure Spring Cloud with Key Vault in GitHub Actions
116-
url: github-actions-key-vault.md
117-
- text: Enable Blue-Green deployments using Azure Spring Cloud
118-
url: how-to-staging-environment.md
95+
- text: Provision using ARM Template
96+
url: quickstart-deploy-infrastructure-vnet.md
97+
- text: Provision using Terraform
98+
url: quickstart-deploy-infrastructure-vnet-terraform.md
11999

120100
# Card (optional)
121101
- title: Monitor end-to-end
122102
linkLists:
123103
- linkListType: tutorial
124104
links:
125-
- text: Monitor your application by using distributed tracing and App Insights
126-
url: how-to-distributed-tracing.md
127105
- text: Enable Diagnostic Services on your Java Spring application
128106
url: diagnostic-services.md
129107
- linkListType: concept
@@ -132,46 +110,38 @@ landingContent:
132110
url: concept-metrics.md
133111
- linkListType: how-to-guide
134112
links:
135-
- text: Analyze logs and metrics with diagnostics settings
136-
url: diagnostic-services.md
137-
- text: How to monitor Spring Boot apps with Dynatrace Java OneAgent
138-
url: how-to-dynatrace-one-agent-monitor.md
139-
- text: How to monitor Spring Boot apps using New Relic Java agent (Preview)
113+
- text: Stream app logs in real-time
114+
url: how-to-log-streaming.md
115+
- text: Monitor using Application Insights
116+
url: how-to-application-insights.md
117+
- text: Monitor using New Relic Java agent (Preview)
140118
url: how-to-new-relic-monitor.md
141-
- text: How to monitor Spring Boot apps with the AppDynamics Java Agent (Preview)
142-
url: how-to-appdynamics-java-agent-monitor.md
143119
- text: Monitor app lifecycle events using Azure Activity log and Azure Service Health
144120
url: monitor-app-lifecycle-events.md
145-
- text: How to use Logback to write logs to custom persistent storage
146-
url: how-to-write-log-to-custom-persistent-storage.md
147-
- text: How to monitor Spring Boot apps with Elastic APM Java Agent
121+
- text: Monitor using Elastic APM Java Agent
148122
url: how-to-elastic-apm-java-agent-monitor.md
149123
- text: Analyze logs with Elastic (ELK) using diagnostics settings
150124
url: how-to-elastic-diagnostic-settings.md
151-
- text: Stream Azure Spring Cloud app logs in real-time
152-
url: how-to-log-streaming.md
153-
- text: Application Insights Java In-Process Agent in Azure Spring Cloud
154-
url: how-to-application-insights.md
125+
- text: Monitor app lifecycle events using Azure Activity log and Azure Service Health
126+
url: monitor-app-lifecycle-events.md
127+
- text: How to use Logback to write logs to custom persistent storage
128+
url: how-to-write-log-to-custom-persistent-storage
155129

156130
# Card (optional)
157131
- title: Troubleshoot
158132
linkLists:
159133
- linkListType: how-to-guide
160134
links:
161-
- text: Troubleshooting Azure Spring Cloud in virtual networks
162-
url: troubleshooting-vnet.md
163-
- linkListType: reference
164-
links:
165-
- text: Troubleshoot common Azure Spring Cloud issues
135+
- text: Troubleshooting guide
166136
url: troubleshoot.md
167-
168-
# Card (optional)
169-
- title: Resources
170-
linkLists:
171-
- linkListType: reference
172-
links:
173-
- text: Azure Spring Cloud developer resources
174-
url: resources.md
137+
- text: Capture heap and thread dumps
138+
url: how-to-capture-dumps.md
139+
- text: Capture heap and thread dumps on fatal exit
140+
url: how-to-dump-jvm-options.md
141+
- text: Diagnose and solve problems
142+
url: how-to-self-diagnose-solve.md
143+
- text: Diagnose and solve problems in VNET
144+
url: how-to-self-diagnose-running-in-vnet.md
175145

176146
# Card (optional)
177147
- title: API reference

0 commit comments

Comments
 (0)