-
Notifications
You must be signed in to change notification settings - Fork 21.5k
/
index.yml
356 lines (350 loc) · 21.4 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
### YamlMime:Hub
title: Azure Spring Apps documentation # < 60 chars
summary: Azure Spring Apps is a managed service for hosting Spring apps, with Enterprise, Basic, Standard, and Standard consumption + dedicated plans. #< 160 chars
brand: azure
metadata:
title: Azure Spring Apps
description: Azure Spring Apps is a fully managed service for building and running Spring Boot and Steeltoe apps without needing to manage infrastructure.
ms.service: azure-spring-apps
ms.topic: hub-page
author: KarlErickson
ms.author: karler
ms.date: 12/14/2023
# highlightedContent section (Optional; Remove if not applicable.)
# Maximum of 8 items
highlightedContent:
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
items:
# Card
- title: Retirement announcement
itemType: overview
url: basic-standard/retirement-announcement.md
- title: What is Azure Spring Apps?
itemType: overview
url: basic-standard/overview.md
# Card
- title: Basic/Standard plan
itemType: overview
url: basic-standard/index.yml
# Card
- title: Version support for Java, Spring Boot, and more
itemType: reference
url: basic-standard/concept-app-customer-responsibilities.md
# Card
- title: What's new in Azure Spring Apps?
itemType: reference
url: enterprise/whats-new.md
# Card
- title: Manage costs
itemType: concept
url: basic-standard/cost-management.md
# Card
- title: Compare Java hosting options
itemType: concept
url: /azure/architecture/guide/technology-choices/service-for-java-comparison?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
# Card
- title: Landing zone accelerator
itemType: architecture
url: /azure/cloud-adoption-framework/scenarios/app-platform/spring-apps/landing-zone-accelerator?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
# conceptualContent section (Optional; Remove if not applicable.)
conceptualContent:
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
# Supports up to 3 subsections
sections:
- title: Basic/Standard plan # < 60 chars (Optional; Remove if not applicable.)
items:
# Card
- title: Get started
links:
- text: Launch your first app
url: basic-standard/quickstart.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: quickstart
- text: Launch your first web app
url: basic-standard/quickstart-deploy-web-app.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: quickstart
- text: Launch your first RESTful API app
url: enterprise/quickstart-deploy-restful-api-app.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: quickstart
- text: Launch your first microservice apps
url: basic-standard/quickstart-deploy-microservice-apps.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: quickstart
- text: Launch your first event-driven app
url: basic-standard/quickstart-deploy-event-driven-app.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: quickstart
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: basic-standard/index.yml
# Card
- title: Develop and deploy apps
links:
- text: App and deployment
url: basic-standard/concept-understand-app-and-deployment.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: concept
- text: CI/CD with Azure DevOps
url: basic-standard/how-to-cicd.md?pivots=programming-language-java&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: how-to-guide
- text: CI/CD with GitHub Actions
url: basic-standard/how-to-github-actions.md?pivots=programming-language-java&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: how-to-guide
- text: Deploy in a virtual network
url: basic-standard/how-to-deploy-in-azure-virtual-network.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: how-to-guide
- text: Blue-green deployment strategies
url: basic-standard/concepts-blue-green-deployment-strategies.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: concept
- text: Enable service registration
url: basic-standard/how-to-service-registration.md?pivots=programming-language-java&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: how-to-guide
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: basic-standard/index.yml
# Card
- title: Manage and monitor apps
links:
- text: Start or stop a service
url: basic-standard/how-to-start-stop-service.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: how-to-guide
- text: Use structured application logs
url: basic-standard/structured-app-log.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: how-to-guide
- text: Analyze logs and metrics
url: basic-standard/diagnostic-services.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: how-to-guide
- text: Application Insights using Java In-Process Agent
url: basic-standard/how-to-application-insights.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: how-to-guide
- text: Elastic APM Java Agent
url: basic-standard/how-to-elastic-apm-java-agent-monitor.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: how-to-guide
- text: Use Circuit Breaker Dashboard
url: basic-standard/tutorial-circuit-breaker.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: how-to-guide
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: basic-standard/index.yml
# Card
- title: Migrate apps
links:
- text: Migrate Spring Boot to Azure Spring Apps
url: /azure/developer/java/migration/migrate-spring-boot-to-azure-spring-apps?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: overview
- text: Migrate Spring Cloud to Azure Spring Apps
url: /azure/developer/java/migration/migrate-spring-cloud-to-azure-spring-apps?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
itemType: overview
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: basic-standard/index.yml
- title: Enterprise plan # < 60 chars (Optional; Remove if not applicable.)
items:
# Card
- title: Get started
links:
- text: Launch your first app
url: basic-standard/quickstart.md?pivots=sc-enterprise&toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: quickstart
- text: Launch your first web app
url: basic-standard/quickstart-deploy-web-app.md?pivots=sc-enterprise&toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: quickstart
- text: Launch your first RESTful API app
url: enterprise/quickstart-deploy-restful-api-app.md?pivots=sc-enterprise
itemType: quickstart
- text: Launch your first Spring Batch app
url: enterprise/quickstart-deploy-spring-batch-app.md
itemType: quickstart
- text: Launch your first microservice apps
url: basic-standard/quickstart-deploy-microservice-apps.md?pivots=sc-enterprise&toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: quickstart
- text: Launch your first event-driven app
url: basic-standard/quickstart-deploy-event-driven-app.md?pivots=sc-enterprise&toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: quickstart
- text: Launch your first Java Native Image app
url: enterprise/quickstart-deploy-java-native-image-app.md
itemType: quickstart
- text: Run polyglot apps
url: enterprise/quickstart-sample-app-acme-fitness-store-introduction.md
itemType: tutorial
- text: VMware Tanzu components
url: enterprise/vmware-tanzu-components.md
itemType: concept
- text: Enterprise plan in Azure Marketplace
url: enterprise/how-to-enterprise-marketplace-offer.md
itemType: concept
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: enterprise/index.yml
# Card
- title: Develop and deploy apps
links:
- text: Deploy apps using IntelliJ
url: basic-standard/how-to-intellij-deploy-apps.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Deploy apps using VS Code
url: https://code.visualstudio.com/docs/java/java-spring-apps
itemType: how-to-guide
- text: CI/CD with Azure DevOps
url: basic-standard/how-to-cicd.md?pivots=programming-language-java&toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: CI/CD with GitHub Actions
url: basic-standard/how-to-github-actions.md?pivots=programming-language-java&toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Deploy in a virtual network
url: basic-standard/how-to-deploy-in-azure-virtual-network.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Blue-green deployment strategies
url: basic-standard/concepts-blue-green-deployment-strategies.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: concept
- text: Deploy polyglot apps
url: enterprise/how-to-enterprise-deploy-polyglot-apps.md
itemType: how-to-guide
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: enterprise/index.yml
# Card
- title: Manage and monitor apps
links:
- text: Start or stop a service
url: basic-standard/how-to-start-stop-service.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Start, stop, and delete an app
url: basic-standard/how-to-start-stop-delete.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Use custom DNS names
url: basic-standard/how-to-custom-domain.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Use structured application logs
url: basic-standard/structured-app-log.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Analyze logs and metrics
url: basic-standard/diagnostic-services.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Configure planned maintenance
url: how-to-configure-planned-maintenance.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: enterprise/index.yml
# Card
- title: Secure apps
links:
- text: Deploy Spring app with passwordless connections
url: basic-standard/how-to-enable-system-assigned-managed-identity.md?pivots=sc-enterprise&toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Use passwordless connections to Azure SQL DB
url: basic-standard/connect-managed-identity-to-azure-sql.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Secure communications for Spring Boot apps
url: basic-standard/access-app-virtual-network.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Deploy in a virtual network
url: basic-standard/how-to-deploy-in-azure-virtual-network.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Set up SSO using Microsoft Entra ID for Spring Cloud Gateway and API Portal
url: enterprise/how-to-set-up-sso-with-azure-ad.md
itemType: how-to-guide
- text: Create roles and permissions
url: basic-standard/how-to-permissions.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
itemType: how-to-guide
- text: Load application secrets using Key Vault
url: enterprise/quickstart-key-vault-enterprise.md
itemType: quickstart
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: enterprise/index.yml
- title: Standard consumption and dedicated plan # < 60 chars (Optional; Remove if not applicable.)
items:
# Card
- title: Get started
links:
- text: Launch your first app
url: basic-standard/quickstart.md?pivots=sc-consumption-plan&toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json
itemType: quickstart
- text: Launch your first web app
url: basic-standard/quickstart-deploy-web-app.md?pivots=sc-consumption-plan&toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json
itemType: quickstart
- text: Launch your first RESTful API app
url: enterprise/quickstart-deploy-restful-api-app.md?pivots=sc-consumption-plan&toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json
itemType: quickstart
- text: Launch your first event-driven app
url: basic-standard/quickstart-deploy-event-driven-app.md?pivots=sc-consumption-plan&toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json
itemType: quickstart
- text: Provision a service instance
url: consumption-dedicated/quickstart-provision-standard-consumption-service-instance.md
itemType: quickstart
- text: Provision in an Azure Container Apps environment with a virtual network
url: consumption-dedicated/quickstart-provision-standard-consumption-app-environment-with-virtual-network.md
itemType: quickstart
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: consumption-dedicated/index.yml
# Card
- title: Develop and deploy apps
links:
- text: Set up autoscale
url: consumption-dedicated/quickstart-apps-autoscale-standard-consumption.md
itemType: quickstart
- text: Use custom persistent storage
url: consumption-dedicated/how-to-custom-persistent-storage-with-standard-consumption.md
itemType: how-to-guide
- text: Map a custom domain to Azure Spring Apps
url: consumption-dedicated/quickstart-standard-consumption-custom-domain.md
itemType: quickstart
- text: Enable and disable Spring Cloud Config Server
url: consumption-dedicated/quickstart-standard-consumption-config-server.md
itemType: quickstart
- text: Enable and disable Eureka Server
url: consumption-dedicated/quickstart-standard-consumption-eureka-server.md
itemType: quickstart
- text: Blue-green deployment strategies
url: basic-standard/concepts-blue-green-deployment-strategies.md?toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json
itemType: concept
- text: Enable service registration
url: basic-standard/how-to-service-registration.md?pivots=programming-language-java&toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json
itemType: how-to-guide
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: consumption-dedicated/index.yml
# Card
- title: Manage and monitor apps
links:
- text: Java memory management
url: basic-standard/concepts-for-java-memory-management.md?toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json
itemType: concept
- text: Analyze logs and metrics
url: consumption-dedicated/quickstart-analyze-logs-and-metrics-standard-consumption.md
itemType: quickstart
- text: Use Dynatrace Java OneAgent
url: basic-standard/how-to-dynatrace-one-agent-monitor.md?toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json
itemType: how-to-guide
- text: New Relic Java in-process agent
url: basic-standard/how-to-new-relic-monitor.md?toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json
itemType: how-to-guide
- text: AppDynamics in-process agent
url: basic-standard/how-to-appdynamics-java-agent-monitor.md?toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json
itemType: how-to-guide
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: consumption-dedicated/index.yml
# Card
- title: Secure apps
links:
- text: Customer responsibilities in a virtual network
url: standard-consumption-customer-responsibilities.md
itemType: concept
- text: Access apps in a virtual network
url: quickstart-access-standard-consumption-within-virtual-network.md
itemType: quickstart
# footerLink (Optional; Remove if not applicable.)
footerLink:
text: See more
url: consumption-dedicated/index.yml