You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/overview-migration.md
+16-21Lines changed: 16 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This article describes when and how to migrate Azure Spring Apps to Azure Contai
16
16
17
17
We recommend Azure Container Apps as the best destination for your migration. Azure Container Apps is a fully managed, serverless container platform for polyglot apps and offers enhanced Java features previously available in Azure Spring Apps.
18
18
19
-
We've introduced a 1-click migration feature to ease the transition from the Azure Spring Apps Standard consumption and dedicated plan to Azure Container Apps. Select **Migrate** in the Azure portal and confirm the action.
19
+
We've introduced a one-click migration feature to ease the transition from the Azure Spring Apps Standard consumption and dedicated plan to Azure Container Apps. Select **Migrate** in the Azure portal and confirm the action.
20
20
21
21
:::image type="content" source="media/overview-migration/consumption-plan-migration-button.png" alt-text="Screenshot of the Azure portal that shows the Migrate button." lightbox="media/overview-migration/consumption-plan-migration-button.png":::
22
22
@@ -55,19 +55,19 @@ Fill out the support request form on the Azure portal, using the following value
55
55
- For **Summary**, type a description of your issue.
56
56
- For **Problem type**, select **My issue is not listed**.
57
57
58
-
### Do I need to manually create Spring Cloud Config and Spring Cloud Eureka instances in Azure Container Apps?
58
+
### Do I need to manually create Spring Cloud Config Server and Spring Cloud Service Registry instances in Azure Container Apps?
59
59
60
-
Yes, you must recreate Spring Cloud Config and Spring Cloud Eureka instances in Azure Container Apps. Both Spring Cloud Config and Spring Cloud Eureka are also managed components in Azure Container Apps, but there are some experiential differences. For more information, see [Tutorial: Connect to a managed Eureka Server for Spring in Azure Container Apps](../../container-apps/java-eureka-server.md) and [Tutorial: Connect to a managed Config Server for Spring in Azure Container Apps](../../container-apps/java-config-server.md).
60
+
Yes, you must recreate Spring Cloud Config Server and Spring Cloud Service Registry instances in Azure Container Apps. Both Spring Cloud Config Server and Spring Cloud Service Registry are also managed components in Azure Container Apps, but there are some experiential differences. For more information, see [Tutorial: Connect to a managed Eureka Server for Spring in Azure Container Apps](../../container-apps/java-eureka-server.md) and [Tutorial: Connect to a managed Config Server for Spring in Azure Container Apps](../../container-apps/java-config-server.md).
61
61
62
-
If you need assistance creating and migrating Spring Cloud Config and Spring Cloud Eureka to Azure Container Apps, create a support request.
62
+
If you need assistance creating and migrating Spring Cloud Config Server and Spring Cloud Service Registry to Azure Container Apps, create a support request.
63
63
64
64
### Is there any downtime during the migration process?
65
65
66
-
There's no downtime unless you're using Spring Cloud Config and Spring Cloud Eureka, which you must manually recreate in Azure Container Apps.
66
+
There's no downtime unless you're using Spring Cloud Config Server and Spring Cloud Service Registry, which you must manually recreate in Azure Container Apps.
67
67
68
68
### What happens to apps that have in-flight transactions during the migration?
69
69
70
-
All in-flight transactions execute without any interruptions, unless you're using Spring Cloud Config and Spring Cloud Eureka, which you must manually recreate in Azure Container Apps.
70
+
All in-flight transactions execute without any interruptions, unless you're using Spring Cloud Config Server and Spring Cloud Service Registry, which you must manually recreate in Azure Container Apps.
71
71
72
72
### Is there any change in IP address/FQDN after the migration?
73
73
@@ -83,21 +83,16 @@ Azure Container Apps has the same pricing structure as Azure Spring Apps for the
83
83
84
84
The following table describes the differences:
85
85
86
-
| Resources used for managed Java components | Azure Spring Apps Standard consumption plan | Azure Container Apps consumption plan |
|Spring Cloud Service Registry active CPU | No change.| No change. |
89
+
|Spring Cloud Service Registry idle CPU | No change.| No change. |
90
+
|Spring Cloud Config Server active CPU | No change. | No change.|
91
+
|Spring Cloud Config Server idle CPU | No change. | No change.|
92
+
| One million requests made to Spring Cloud Service Registry | No extra cost. |See [Azure Container Apps pricing](https://azure.microsoft.com/pricing/details/container-apps/).|
93
+
| One million requests made to Spring Cloud Config Server | No extra cost. |See [Azure Container Apps pricing](https://azure.microsoft.com/pricing/details/container-apps/).|
94
94
95
-
With Azure Container Apps, you can apply the Azure savings plan and save up to 15% with a one year commitment and up to 17% with a three year commitment, as shown in the following table:
96
-
97
-
| Resources used for user apps | Azure Spring Apps | Azure Container Apps dedicated workload profile with one year savings plan |
| Resources used in consumption plan | Advertised price. | 15% off the advertised price. |
100
-
| Resources used in dedicated workload profile | Advertised price. | 15% off the advertised price. |
95
+
Also, with Azure Container Apps, you can take advantage of the Azure savings plan and benefit from savings through commitment. For more information, see [Azure savings plan for compute](https://azure.microsoft.com/pricing/offers/savings-plan-compute/).
101
96
102
97
### How do I continue to use my own virtual network in Azure Container Apps?
103
98
@@ -117,4 +112,4 @@ Azure CLI scripts must change to make them work in Azure Container Apps. For mor
117
112
118
113
### Are there plans to retire any other Azure Spring Apps SKUs?
119
114
120
-
Yes, other Azure Spring Apps plans are also retiring. For more information, see [https://aka.ms/asaretirement](https://aka.ms/asaretirement).
115
+
Yes, other Azure Spring Apps plans are also retiring. For more information, see the [Azure Spring Apps retirement announcement](retirement-announcement.md).
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/retirement-announcement.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ For more information about Azure Container Apps, see [Azure Container Apps overv
46
46
47
47
For the Azure Spring Apps Standard consumption and dedicated plan, new customers will no longer be able to sign up for the service after September 30, 2024, while existing customers will remain operational until this plan is retired on March 31, 2025.
48
48
49
-
A one-click migration experience will be enabled for the Azure Spring Apps Standard consumption and dedicated plan by mid-October, providing customers with a seamless transition from Azure Spring Apps to Azure Container Apps. For more information, see [the FAQ](https://aka.ms/DeprecatedASAConsunptionPlanFAQ).
49
+
A one-click migration experience will be enabled for the Azure Spring Apps Standard consumption and dedicated plan by mid-October, providing customers with a seamless transition from Azure Spring Apps to Azure Container Apps. For more information, see [Migrate Azure Spring Apps to Azure Container Apps](overview-migration.md).
50
50
51
51
## Migration support for the Azure Spring Apps Basic, Standard, and Enterprise plans
Copy file name to clipboardExpand all lines: articles/spring-apps/includes/deprecation-note.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ author: KarlErickson
3
3
ms.author: karler
4
4
ms.service: azure-spring-apps
5
5
ms.topic: include
6
-
ms.date: 09/17/2024
6
+
ms.date: 09/30/2024
7
7
---
8
8
9
9
> [!NOTE]
10
-
> The Basic, Standard, and Enterprise plans will be deprecated starting from midMarch, 2025, with a 3 year sunset period. We recommend transitioning to Azure Container Apps.
10
+
> The **Basic**, **Standard**, and **Enterprise** plans will be deprecated starting from mid-March, 2025, with a 3 year retirement period. We recommend transitioning to Azure Container Apps. For more information, see the [Azure Spring Apps retirement announcement](../enterprise/retirement-announcement.md).
11
11
>
12
-
> The Standard consumption and dedicated plan will be deprecated starting September 17, 2024, with a complete shutdown after six months. We recommend transitioning to Azure Container Apps.
12
+
> The **Standard consumption and dedicated** plan will be deprecated starting September 30, 2024, with a complete shutdown after six months. We recommend transitioning to Azure Container Apps. For more information, see [Migrate Azure Spring Apps to Azure Container Apps](../enterprise/overview-migration.md).
0 commit comments