How to differentiate the Classic and ARM storage accounts?

Balaji M 1 Reputation point
2022-04-14T10:33:12.423+00:00

We received an email "Subject: Action required: Migrate your classic storage accounts to Azure Resource Manager"

We are having four storage accounts in our Azure subscription, please find below details about storage accounts 'Kind' and 'ResourceType'

Storage account1 : Kind-Storage (general purpose v1) and ResourceType : Microsoft.Storage/storageAccounts
Storage account2 : Kind-Storage (general purpose v1) and ResourceType : Microsoft.Storage/storageAccounts
Storage account3 : Kind-Storage (general purpose v1) and ResourceType : Microsoft.Storage/storageAccounts
Storage account4 : Kind -StorageV2 (general purpose v2) and ResourceType : Microsoft.Storage/storageAccounts

We want to know are these storage accounts are still Classic or ARM storage accounts. can anyone please let me know how to differentiate the Classic and ARM storage accounts?

Thanks in advance.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,668 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Alan Kinane 16,786 Reputation points MVP
    2022-04-14T15:20:03.2+00:00

    These don't appear to be classic resources. In the Azure portal your storage accounts would have (classic) after the resource name to indicate classic resources.

    You could also run the below PowerShell command in the Cloud Shell.

    Get-AzResource -ResourceType Microsoft.ClassicStorage/storageAccount