How can I test a Cloud Service http endpoint while migrating to Cloud Services extended support?

Sean Mahan 105 Reputation points
2024-07-10T13:38:22.91+00:00

I am migrating a Cloud Services (classic) deployment to Cloud Services (extended support). Our deployment provides HTTP endpoints.

I am using the "Migrate to ARM" functionality in the portal. The "Prepare" step is complete, and my ARM resources have been created, but I don't know how I can access them to test that they are ready to answer requests correctly. The public IP and public domain name (myservice.cloudapp.net) assigned to the new ARM resources are still pointing at the "classic" deployment since I haven't "committed" the migration yet.

What I'd like to be able to do is send HTTP requests to the new Cloud Services (extended support) instances for my service before I "commit" to the migration operation.

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

Accepted answer
  1. vipullag-MSFT 26,316 Reputation points
    2024-07-10T15:52:26.99+00:00

    Hello Sean Mahan

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.
    Currently, there is no way to check without committing. The migration leaves the VMs and NICs and IP addresses and DNS names intact metadata is migrated to Cloud Service.

    Everything is pointing to the same deployment before and after commit.

    So, your migrated cloud service will continue to run correctly post-migration.

    Hope this helps.
    If the suggested response helped you resolve your issue, please 'Accept as answer', so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.