Retrieve deployed package from Cloud Service (Classic)

Adonis Briceno 46 Reputation points
2022-10-12T14:21:50.007+00:00

In order to redeployed an existing Cloud Service Classic (change in VM sizes to redeploy and Migrated to Cloud Services Extended Support) I'm trying to obtain the deployed package currently running at the Classic cloud Service Worker/Web roles.

We dont have access to the source code, so we need to obtain the deployed package from Azure.

Is there a default place/storage account where the packaged are place when deployment? ... apparently these older deployments did not use an specific Storage Account... a new deployement places the package on the designated storage account.

I did also try to access/get the package trough the Service Management API as per these indications: ee460812(v=azure.100)

but apparently this Service Management API been deprecated for Messaging resources... and it seems to also have affected everything accessed trough the management.core.windows.net deprecate-service-bus-management

Does anybody can suggest or help on how can we get these Cloud Service Classic deployment packages so I can migrated them to the Extended Support Cloud Services

Thanks

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

Accepted answer
  1. vipullag-MSFT 25,616 Reputation points
    2022-10-13T04:23:33.963+00:00

    @Adonis Briceno

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    Can you try this Get Packager API: https://video2.skills-academy.com/en-us/rest/api/compute/cloudservices/rest-get-package

    The Get Package operation retrieves a cloud service package for a deployment and stores the package files in Microsoft Azure Blob storage.

    Hope this helps.
    If you need further help on this, tag me in a comment.
    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.


0 additional answers

Sort by: Most helpful