Why I cannot create new Cloud service (extended support) from Azure portal?

Przemek Kasierski 0 Reputation points
2025-07-28T15:28:15.99+00:00

Hi,

In one of our subscription we have Cloud services (extended support) with production version of code of our services and deploying it working just fine (updating from Azure Dev Ops pipelines/Azure portal/Visual Studio). Now we've tried to create similar one, but for the dev/stage environment, so in the other subscription (with all dev/stage/test resources). However all our tries of creating/deploying it, both from Azure portal as well as from ADO pipelines was failed. Everytime we've got result code:
"BadRequest: Cloud Services (extended support) will be retired on 31 March 2027, instead consider using Service Fabric managed cluster." Is it possible that creating it already is disabled/blocked? It should be still possible, as there is plenty of time till full retiring and we need this to create a full copy of production env as the test/stage environment.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
{count} votes

2 answers

Sort by: Most helpful
  1. Durga Reshma Malthi 9,840 Reputation points Microsoft External Staff Moderator
    2025-07-28T16:05:25.6866667+00:00

    Hi Przemek Kasierski

    As per this document - https://docs.azure.cn/en-us/cloud-services-extended-support/deploy-prerequisite - As of March 31, 2025, cloud Services (extended support) is deprecated and will be fully retired on March 31, 2027.

    Hope this helps!

    Please Let me know if you have any queries.

    0 comments No comments

  2. Durga Reshma Malthi 9,840 Reputation points Microsoft External Staff Moderator
    2025-07-28T16:51:50.6733333+00:00

    Hi Przemek Kasierski

    Which Cloud Service you are trying to deploy

    Cloud Services (extended support) doesn't support the logical concept of a hosted service, which included two slots (Production & Staging). Each deployment is an independent Cloud Service (extended support) deployment. To test and stage a new release of a cloud service, deploy a cloud service (extended support) and tag it as VIP swappable with another cloud service (extended support).

    Refer to this frequently asked questions documents - https://docs.azure.cn/en-us/cloud-services-extended-support/faq

    Hope this helps!

    Please Let me know if you have any queries. If you found the information helpful, please click "Upvote" on the post to let us know and consider accepting the answer as the token of appreciation. Thank You.

    0 comments No comments

Your answer

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