Skip to content

Commit 91cbede

Browse files
authored
Merge pull request #293706 from KarlErickson/karler-asa-migration-1
ASA migration batch 1
2 parents 89acc90 + a8b097b commit 91cbede

File tree

20 files changed

+1037
-13
lines changed

20 files changed

+1037
-13
lines changed

articles/spring-apps/basic-standard/index.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ summary: "Azure Spring Apps is a managed service for hosting Spring apps. The Ba
66
metadata:
77
title: Azure Spring Apps Basic/Standard plan
88
description: Azure Spring Apps is a fully managed service for building and running Spring Boot and Steeltoe apps without needing to manage infrastructure.
9-
services: spring-cloud
109
ms.service: azure-spring-apps
11-
ms.custom: devx-track-java
10+
ms.custom: devx-track-java, devx-track-extended-java
1211
ms.topic: landing-page
1312
author: KarlErickson
1413
ms.author: karler
@@ -26,6 +25,10 @@ landingContent:
2625
links:
2726
- text: Azure Spring Apps retirement announcement
2827
url: retirement-announcement.md
28+
- text: Migrate to Azure Container Apps
29+
url: ../migration/migrate-to-azure-container-apps-overview.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
30+
- text: Migrate to Azure Kubernetes Service
31+
url: ../migration/migrate-to-aks-overview.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
2932

3033
# Card (optional)
3134
- title: Documentation for other plans
@@ -36,7 +39,7 @@ landingContent:
3639
url: ../enterprise/index.yml
3740
- text: Consumption and dedicated plan
3841
url: ../consumption-dedicated/index.yml
39-
42+
4043
# Card (optional)
4144
- title: About Azure Spring Apps
4245
linkLists:

articles/spring-apps/basic-standard/toc.yml

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,48 @@ items:
1818
href: cost-management.md
1919
- name: Compare Java application hosting options on Azure
2020
href: /azure/architecture/guide/technology-choices/service-for-java-comparison?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
21+
- name: Migrate to Azure Container Apps
22+
expanded: false
23+
items:
24+
- name: Overview
25+
href: ../migration/migrate-to-azure-container-apps-overview.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
26+
- name: Provisioning
27+
href: ../migration/migrate-to-azure-container-apps-provision.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
28+
- name: Application
29+
expanded: true
30+
items:
31+
- name: Overview
32+
href: ../migration/migrate-to-azure-container-apps-application-overview.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
33+
- name: Custom domain
34+
href: ../migration/migrate-to-azure-container-apps-custom-domain.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
35+
- name: Blue-green deployment
36+
href: ../migration/migrate-to-azure-container-apps-blue-green.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
37+
- name: Managed Components
38+
expanded: true
39+
items:
40+
- name: Eureka Server
41+
href: ../migration/migrate-to-azure-container-apps-components-eureka.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
42+
- name: Config Server
43+
href: ../migration/migrate-to-azure-container-apps-components-config-server.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
44+
- name: Networking
45+
href: ../migration/migrate-to-azure-container-apps-network.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
46+
- name: Monitoring
47+
href: ../migration/migrate-to-azure-container-apps-monitoring.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
48+
- name: Tools and automation
49+
href: ../migration/migrate-to-azure-container-apps-automation.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
50+
- name: Migrate to Azure Kubernetes Service
51+
href: ../migration/migrate-to-aks-overview.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
52+
- name: App containerization
53+
expanded: false
54+
items:
55+
- name: Overview
56+
href: ../migration/migrate-to-azure-container-apps-build-overview.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
57+
- name: Build an image from artifacts
58+
href: ../migration/migrate-to-azure-container-apps-build-artifacts.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
59+
- name: Build an image using Paketo
60+
href: ../migration/migrate-to-azure-container-apps-build-buildpacks.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
61+
- name: Integrate with APM
62+
href: ../migration/migrate-to-azure-container-apps-build-application-performance-monitoring.md?toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
2163
- name: Quickstarts
2264
expanded: true
2365
items:
@@ -102,7 +144,7 @@ items:
102144
href: quickstart-deploy-infrastructure-vnet-bicep.md?tabs=azure-spring-apps-standard
103145
- name: Provision using an ARM template
104146
href: quickstart-deploy-infrastructure-vnet.md
105-
- name: Provision using Azure CLI
147+
- name: Provision using the Azure CLI
106148
href: quickstart-deploy-infrastructure-vnet-azure-cli.md?tabs=azure-spring-apps-standard
107149
- name: Provision using Terraform
108150
href: quickstart-deploy-infrastructure-vnet-terraform.md

articles/spring-apps/consumption-dedicated/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ summary: "Azure Spring Apps is a managed service for hosting Spring apps. The St
66
metadata:
77
title: Azure Spring Apps Standard consumption and dedicated plan
88
description: Azure Spring Apps is a fully managed service for building and running Spring Boot and Steeltoe apps without needing to manage infrastructure.
9-
services: spring-cloud
109
ms.service: azure-spring-apps
1110
ms.custom: devx-track-java
1211
ms.topic: landing-page

articles/spring-apps/enterprise/index.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ summary: "Azure Spring Apps is a managed service for hosting Spring apps. The En
66
metadata:
77
title: Azure Spring Apps Enterprise plan
88
description: The Enterprise plan provides commercially supported Tanzu components, unlocking Spring's full potential while including feature parity with the Standard plan.
9-
services: spring-cloud
109
ms.service: azure-spring-apps
11-
ms.custom: devx-track-java
10+
ms.custom: devx-track-java, devx-track-extended-java
1211
ms.topic: landing-page
1312
author: KarlErickson
1413
ms.author: karler
@@ -26,6 +25,10 @@ landingContent:
2625
links:
2726
- text: Azure Spring Apps retirement announcement
2827
url: ../basic-standard/retirement-announcement.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
28+
- text: Migrate to Azure Container Apps
29+
url: ../migration/migrate-to-azure-container-apps-overview.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
30+
- text: Migrate to Azure Kubernetes Service
31+
url: ../migration/migrate-to-aks-overview.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
2932

3033
# Card (optional)
3134
- title: Documentation for other plans
@@ -36,7 +39,7 @@ landingContent:
3639
url: ../basic-standard/index.yml
3740
- text: Consumption and dedicated plan
3841
url: ../consumption-dedicated/index.yml
39-
42+
4043
# Card (optional)
4144
- title: About Azure Spring Apps
4245
linkLists:

articles/spring-apps/enterprise/toc.yml

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,65 @@ items:
1818
href: ../basic-standard/cost-management.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
1919
- name: Compare Java application hosting options on Azure
2020
href: /azure/architecture/guide/technology-choices/service-for-java-comparison?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
21+
- name: Migrate off deprecated Tanzu Components
22+
expanded: false
23+
items:
24+
- name: Overview
25+
href: ../migration/migrate-off-deprecated-tanzu-components.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
26+
- name: Migrate Application Configuration Service
27+
href: ../migration/migrate-enterprise-application-configuration-service.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
28+
- name: Migrate Application Live View
29+
href: ../migration/migrate-application-live-view.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
30+
- name: Migrate to Azure Container Apps
31+
expanded: false
32+
items:
33+
- name: Overview
34+
href: ../migration/migrate-to-azure-container-apps-overview.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
35+
- name: Provisioning
36+
href: ../migration/migrate-to-azure-container-apps-provision.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
37+
- name: Application
38+
expanded: true
39+
items:
40+
- name: Overview
41+
href: ../migration/migrate-to-azure-container-apps-application-overview.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
42+
- name: Custom domain
43+
href: ../migration/migrate-to-azure-container-apps-custom-domain.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
44+
- name: Blue-green deployment
45+
href: ../migration/migrate-to-azure-container-apps-blue-green.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
46+
- name: Managed Components
47+
expanded: true
48+
items:
49+
- name: Application Configuration Service for Tanzu
50+
href: ../migration/migrate-to-azure-container-apps-components-application-configuration-service.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
51+
- name: Tanzu Service Registry
52+
href: ../migration/migrate-to-azure-container-apps-components-eureka.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
53+
- name: Spring Cloud Gateway for Tanzu
54+
href: ../migration/migrate-to-azure-container-apps-components-gateway.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
55+
- name: API Portal for Tanzu
56+
href: ../migration/migrate-to-azure-container-apps-components-api-portal.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
57+
- name: Application Live View
58+
href: ../migration/migrate-to-azure-container-apps-components-live-view.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
59+
- name: Spring Cloud Config Server
60+
href: ../migration/migrate-to-azure-container-apps-components-config-server.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
61+
- name: Networking
62+
href: ../migration/migrate-to-azure-container-apps-network.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
63+
- name: Monitoring
64+
href: ../migration/migrate-to-azure-container-apps-monitoring.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
65+
- name: Tools and automation
66+
href: ../migration/migrate-to-azure-container-apps-automation.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
67+
- name: Migrate to Azure Kubernetes Service
68+
href: ../migration/migrate-to-aks-overview.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
69+
- name: App containerization
70+
expanded: false
71+
items:
72+
- name: Overview
73+
href: ../migration/migrate-to-azure-container-apps-build-overview.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
74+
- name: Build an image from artifacts
75+
href: ../migration/migrate-to-azure-container-apps-build-artifacts.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
76+
- name: Build an image using Paketo
77+
href: ../migration/migrate-to-azure-container-apps-build-buildpacks.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
78+
- name: Integrate with APM
79+
href: ../migration/migrate-to-azure-container-apps-build-application-performance-monitoring.md?toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
2180
- name: Quickstarts
2281
expanded: true
2382
items:
@@ -118,7 +177,7 @@ items:
118177
href: ../basic-standard/quickstart-deploy-infrastructure-vnet-bicep.md?tabs=azure-spring-apps-enterprise&toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
119178
- name: Provision using an ARM template
120179
href: ../basic-standard/quickstart-deploy-infrastructure-vnet.md?tabs=azure-spring-apps-enterprise&toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
121-
- name: Provision using Azure CLI
180+
- name: Provision using the Azure CLI
122181
href: ../basic-standard/quickstart-deploy-infrastructure-vnet-azure-cli.md?tabs=azure-spring-apps-enterprise&toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json
123182
- name: Provision using Terraform
124183
href: ../basic-standard/quickstart-deploy-infrastructure-vnet-terraform.md?tabs=azure-spring-apps-enterprise&toc=/azure/spring-apps/enterprise/toc.json&bc=/azure/spring-apps/enterprise/breadcrumb/toc.json

articles/spring-apps/index.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ highlightedContent:
2222
- title: Retirement announcement
2323
itemType: overview
2424
url: basic-standard/retirement-announcement.md
25-
- title: What is Azure Spring Apps?
25+
# Card
26+
- title: Migrate off Azure Spring Apps
2627
itemType: overview
27-
url: basic-standard/overview.md
28+
url: migration/index.yml
2829
# Card
29-
- title: Basic/Standard plan
30+
- title: What is Azure Spring Apps?
3031
itemType: overview
31-
url: basic-standard/index.yml
32+
url: basic-standard/overview.md
3233
# Card
3334
- title: Version support for Java, Spring Boot, and more
3435
itemType: reference
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
### YamlMime:Landing
2+
3+
title: Migrate off Azure Spring Apps documentation # < 60 chars
4+
summary: "Recommendations for migrating from Azure Spring Apps to other Azure services." #< 160 chars
5+
6+
metadata:
7+
title: Migrate off Azure Spring Apps
8+
description: Recommendations for migrating from Azure Spring Apps to other Azure services.
9+
ms.service: azure-spring-apps
10+
ms.custom: devx-track-java, devx-track-extended-java
11+
ms.topic: landing-page
12+
author: KarlErickson
13+
ms.author: karler
14+
ms.date: 01/27/2025
15+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
16+
17+
landingContent:
18+
# Cards and links should be based on top customer tasks or top subjects
19+
# Start card title with a verb
20+
21+
# Card (optional)
22+
- title: Migrate off deprecated Tanzu Components
23+
linkLists:
24+
- linkListType: overview
25+
links:
26+
- text: Overview
27+
url: migrate-off-deprecated-tanzu-components.md
28+
- text: Migrate Application Configuration Service
29+
url: migrate-enterprise-application-configuration-service.md
30+
- text: Migrate Application Live View
31+
url: migrate-application-live-view.md
32+
33+
# Card (optional)
34+
- title: Migrate to Azure Container Apps
35+
linkLists:
36+
- linkListType: overview
37+
links:
38+
- text: Overview
39+
url: migrate-to-azure-container-apps-overview.md
40+
- text: Provisioning
41+
url: migrate-to-azure-container-apps-provision.md
42+
- text: App containerization
43+
url: migrate-to-azure-container-apps-build-overview.md
44+
- text: Application
45+
url: migrate-to-azure-container-apps-application-overview.md
46+
- text: Network
47+
url: migrate-to-azure-container-apps-network.md
48+
- text: Monitoring
49+
url: migrate-to-azure-container-apps-monitoring.md
50+
- text: Tools and automation
51+
url: migrate-to-azure-container-apps-automation.md
52+
53+
# Card (optional)
54+
- title: Migrate to Azure Kubernetes Service (AKS)
55+
linkLists:
56+
- linkListType: overview
57+
links:
58+
- text: Migrate to AKS
59+
url: migrate-to-aks-overview.md
22.3 KB
Loading
Loading
166 KB
Loading

0 commit comments

Comments
 (0)