Migrate Azure Resource Classic to Azure resource Manager

Hasibullah KHWAJAZADA 0 Reputation points
2024-07-29T00:14:14.9766667+00:00

How can i find or know if my azure resources are classic? And,

How to Migrate azure resources that use classic networking services to Azure Resource Manager?

Thank you.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,438 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vlad Costa 1,480 Reputation points
    2024-07-29T02:21:17.2266667+00:00

    Hi @Hasibullah KHWAJAZADA

    To determine if your Azure resources are classic, you can follow these steps:

    • Azure Portal: Open the “All Resources” blade in the Azure Portal. Resources using the Classic API will have a “(Classic)” suffix after their name. If there's no suffix, the resource uses the Azure Resource Manager (ARM) API.

    Azure Resource Graph: You can also use Azure Resource Graph to query and list all resources. This can help you identify which resources are classic and which are ARM.

    To migrate Azure resources that use classic networking services to Azure Resource Manager, follow the steps in the article below:

    https://learn.microsoft.com/en-us/azure/virtual-machines/migration-classic-resource-manager-plan


    If this answers your question, please click Accept Answer and Yes if this answer was helpful. Doing so would help other community members with similar issues identify the solution. I highly appreciate your contribution to the community.

    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.