Action required: Migrate your data from Azure unmanaged disk storage to managed disks

Jan Fimbinger 0 Reputation points
2023-03-28T07:41:54.69+00:00

Not known where subscription is located Subscription ID: ******8888

It not on my known tenants. How to locate tenant according to subscription ID ???

Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
668 questions
Microsoft Security Microsoft Entra Microsoft Entra ID
{count} votes

2 answers

Sort by: Most helpful
  1. Rohit Kumar Sinha 1,336 Reputation points
    2023-03-28T08:37:27.3566667+00:00

    HI ,

    There is no direct view or option if this is not visible in your tenant , however you can try the below PS mentioned in the url

    https://www.lieben.nu/liebensraum/2020/08/get-tenant-id-using-azure-subscription-id/

    NOTE : Please test this prior to implementation

    If the above is useful please click Accept Answer.

    0 comments No comments

  2. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2023-03-28T15:24:09.4066667+00:00

    @Anonymous Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    As I understand you need to Migrate a Windows virtual machine from unmanaged disks to managed disks am I correct? If not please let know.

    Firstly, To locate the tenant according to subscription ID, you can follow the steps below

    1. Sign in to the Azure portal.
    2. In the left navigation pane, select Subscriptions.
    3. Select the subscription that you want to locate the tenant for.
    4. In the subscription blade, select Properties.
    5. The tenant ID is listed under the Directory ID property.

    You can also use Azure PowerShell to get the tenant ID for a subscription

    1. Open Azure PowerShell.
    2. Run the following command: Get-AzSubscription -SubscriptionId <SubscriptionId> | Select-Object TenantId
    3. Replace <SubscriptionId> with the ID of the subscription you want to locate the tenant for.

    Please refer to the below mentioned article for more detailed information on migration


    Migrate using the Azure portal

    Migrating data from Azure unmanaged disk storage to managed disks is a fairly straightforward process. Here are the general steps you can follow:

    1. Create a new managed disk in your Azure account that will serve as the destination for your data. You can do this using the Azure Portal or Azure CLI.
    2. Once the new managed disk is created, use a tool like AzCopy or Azure Storage Explorer to copy your data from the unmanaged disk storage to the new managed disk. Make sure to select the appropriate source and destination locations for the transfer.
    3. After the data transfer is complete, you can detach the unmanaged disk storage from your virtual machine or resource group, and then delete it from your Azure account.
    4. Attach the new managed disk to your virtual machine or resource group, and verify that your data is accessible and functioning properly.

    If you still find any difficulties, please let me know I would like to work closer on this issue.


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    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.