Share via

Cloud Services (extended support) will be retired on 31 March 2027

Nischay 125 Reputation points
2026-03-31T01:51:36.8766667+00:00

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  CaDb context 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?

Azure Cloud Services
Azure Cloud Services

An Azure platform as a service offer that is used to deploy web and cloud applications.


1 answer

Sort by: Most helpful
  1. Manish Deshpande 5,255 Reputation points Microsoft External Staff Moderator
    2026-03-31T02:05:09.0966667+00:00

    Hello Nischay

    Thank you for reaching out Q/A. Hello Nischay

    There isn’t a one-size-fits-all migration path—it really depends on your app’s setup, dependencies, and what you need operationally.

    To get started, check out the official Microsoft documentation:

    https://dotnet.territoriali.olinfo.it/fr-fr/azure/service-fabric/cloud-services-migration-decision-matrix#dec…

    It gives a really helpful side-by-side look at different Azure platforms, including pros, cons, and how tough each migration might be.

    Since you want to minimize refactoring, I’d suggest focusing on platforms with low to moderate migration complexity. Usually, folks look at:

    Azure App Service (great for WebForms ASP.NET apps with minimal code changes)

    Azure Virtual Machine Scale Sets (if you need more control over OS and IIS)

    All these options support app updates and versioned deployments, but how easy they are to manage can vary. The decision matrix breaks down the operational workload for each, which should help you find a good fit for your team.

    Autoscaling is available on several Azure services and should cover your CPU-based scaling needs. Azure App Service and VM Scale Sets have simple, built-in autoscaling, and are popular for lift-and-shift. You could also look at Azure Kubernetes Service, Functions, or Service Fabric, but they might be more complex depending on your app.

    Next up, I recommend running a proof of concept—deploy a part of your app to your top platform picks to test compatibility and scaling before going all in. With support ending March 31, 2027, it’s a good idea to start planning a phased migration so everything goes smoothly.

    Reference: https://dotnet.territoriali.olinfo.it/fr-fr/dotnet/azure/migration/app-service

    Hope this helps! Let me know if you have any other questions please comment into the comment section i will be happy to assist you.

    References:

    Retirement Accountment

    Frequently asked questions for Azure Cloud Services (extended support)

    Migrating from Azure Cloud Services to Service Fabric

    Technical details of migrating to Azure Cloud Services (extended support)

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.