An Azure platform as a service offer that is used to deploy web and cloud applications.
Cloud Services (extended support) will be retired on 31 March 2027
Got this notification from Azure:-
Cloud Services (extended support) will be retired on 31 March 2027
You're receiving this notification because you're associated with one or more Azure subscriptions that use Cloud Services (extended support). Cloud Services (extended support) will be retired on 31 March 2027, please transition to Service Fabric managed cluster by that date. Migrating from Cloud Services (Extended Support) to Service Fabric managed cluster enhances the scalability, flexibility, and reliability of your Azure deployments. From now to 31 March 2027, you can continue to use Cloud Services (extended support) without disruption. To avoid service disruption, migrate workloads running Cloud Services (extended support) to Service Fabric managed clusters by 31 March 2027.
Migration to Fabric seems to be complex as a lot of changes will be required and majority of our backend will have to be redone. We were looking to migrate to App Service or VM.
Here is some additional information about our Cloud Service (Extended Support):-
Legacy enterprise backend built on the classic Microsoft stack.
- Core type: Monolithic backend solution for content, licensing, and campaign/submission workflows.
- Tech stack: C# / .NET Framework 4.8, ASP.NET MVC 5 + Web API 2, Entity Framework 6, 1 Web role, 0 Worker role
- Data layer: SQL Server via old Entity Framework (EDMX/EF
CaDbcontext and related entities). - Platform integrations: Azure Blob Storage, Notification Hubs/Service Bus-era libraries, Cloud Services (extended support) deployment model.
Please share any recommended steps/solutions to migrate to App Service & VM?