@Baskar Kesavulu , From Azure Portal, the Resource Type differentiates the SA type. Here, looking at Storage Accounts, you can see the Type and Resource Type columns showing Classic and ARM accounts: ![47449-image.png][1] [1]: /api/attachments/47449-image.png?platform=QnA Through Azure Powershell, you can use Get-AzureRmResource to show the resource type, with something like this (replacing "SA-prefix-" as appropriate to your standards): Get-AzureRmResource -name 'SA-prefix-*' | select ResourceType | ft ResourceType ------------ Microsoft.Storage/storageAccounts Microsoft.ClassicStorage/storageAccounts
how to determine the storage account in ARM (Azure Resource Manager)?
I have bunch of storage accounts (Classic). Some of the storage accounts migrated to ARM to utilize dsms.
How to identify a storage account is in ARM?
Thanks
Baskar K
3 answers
Sort by: Most helpful
-
-
Sumarigo-MSFT 47,491 Reputation points Microsoft Employee
2020-12-15T14:49:33.227+00:00 @Baskar Kesavulu Adding more information to the above response! You can also view it through the storage explorer tool. Which give complete details of action and properties
There is also a similar thread discussion, please refer to the suggestion,
Hope this helps!
Kindly let us know if the above helps or you need further assistance on this issue.
----------------------------------------------------------------------------------------------------
Please don’t forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.
-
Baskar K 1 Reputation point
2020-12-24T03:29:39.22+00:00 Those accounts are not showing "Classic", but dsms responding as not in ARM. That's why I am confused.
Is there any script or command to find out whether the account is in ARM.