@@ -26,8 +26,6 @@ landingContent:
26
26
links :
27
27
- text : What is Azure Spring Cloud?
28
28
url : overview.md
29
- - text : Understanding Azure Spring Cloud quotas and limits
30
- url : quotas.md
31
29
32
30
# Card (optional)
33
31
- title : Get started
@@ -36,26 +34,24 @@ landingContent:
36
34
links :
37
35
- text : Quickstart - Deploy your first application in Azure Spring Cloud
38
36
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
48
40
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
54
42
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
56
46
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
59
55
60
56
# Card (optional)
61
57
- title : Manage your app
@@ -64,12 +60,8 @@ landingContent:
64
60
links :
65
61
- text : Start, stop, and delete an application in Azure Spring Cloud
66
62
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
69
63
- text : Use custom persistent storage in Azure Spring Cloud
70
64
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
73
65
74
66
# Card (optional)
75
67
- title : Scale your apps
@@ -86,44 +78,30 @@ landingContent:
86
78
linkLists :
87
79
- linkListType : tutorial
88
80
links :
89
- - text : -- Manage secrets --
90
- url : overview.md
91
- - text : -- End-user authentication and authorization --
81
+ - text : -- Isolate and enable on-premises connectivity --
92
82
url : overview.md
93
83
- linkListType : how-to-guide
94
84
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
102
86
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
105
89
106
90
# Card (optional)
107
- - title : Automate end-to-end
91
+ - title : Automate your application
108
92
linkLists :
109
- - linkListType : how-to-guide
93
+ - linkListType : quickstart
110
94
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
119
99
120
100
# Card (optional)
121
101
- title : Monitor end-to-end
122
102
linkLists :
123
103
- linkListType : tutorial
124
104
links :
125
- - text : Monitor your application by using distributed tracing and App Insights
126
- url : how-to-distributed-tracing.md
127
105
- text : Enable Diagnostic Services on your Java Spring application
128
106
url : diagnostic-services.md
129
107
- linkListType : concept
@@ -132,46 +110,38 @@ landingContent:
132
110
url : concept-metrics.md
133
111
- linkListType : how-to-guide
134
112
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)
140
118
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
143
119
- text : Monitor app lifecycle events using Azure Activity log and Azure Service Health
144
120
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
148
122
url : how-to-elastic-apm-java-agent-monitor.md
149
123
- text : Analyze logs with Elastic (ELK) using diagnostics settings
150
124
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
155
129
156
130
# Card (optional)
157
131
- title : Troubleshoot
158
132
linkLists :
159
133
- linkListType : how-to-guide
160
134
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
166
136
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
175
145
176
146
# Card (optional)
177
147
- title : API reference
0 commit comments