What's "subscription ID" can use migrate from Cloud Services (classic) to Cloud Services (extended support)

Alexandre Dalma 0 Reputation points
2023-10-19T19:57:54.76+00:00

What's "subscription ID" can use migrate from Cloud Services (classic) to Cloud Services (extended support) ?

User's image

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

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 20,777 Reputation points Microsoft Employee Moderator
    2023-10-19T23:10:31.0566667+00:00

    @Alexandre Dalma Thanks for posting your query on Microsoft Q&A.

    You would need to select the Subscription ID corresponding to the Azure Subscription where you have your Cloud services.

    You can use Azure Portal to find the Subscription ID following the steps in this document: https://learn.microsoft.com/en-us/azure/azure-portal/get-subscription-tenant-id#find-your-azure-subscription

    Screenshot showing the option to copy a subscription ID in the Azure portal.

    You can also find the Subscription Id corresponding to your Subscription by using the following commands:

    -Get all subscriptions in all tenants

    Get-AzSubscription
    

    -Get all subscriptions for a specific tenant

    Get-AzSubscription -TenantId "aaaa-aaaa-aaaa-aaaa"
    

    Reference documentation:
    https://learn.microsoft.com/en-us/powershell/module/az.accounts/get-azsubscription?view=azps-10.4.1#example-2-get-all-subscriptions-for-a-specific-tenant


    I hope this helps! Let me know in the comments if you have further questions. Comment is the fastest way to reach the experts for any questions or help you need.

    Please don’t forget to Accept Answer and hit Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members for remediation for similar issues.

    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.