I want to know what is the difference between Azure Storage account and storage as a resource in a resource group. Besides my main Azure account, do I need to create another user account for storage subscription? Or I can just take storage as a resource in one of my subscriptions? I saw this while managing MS SQL Server Backup to MS Azure Tool GUI

0
votes
1 Answers
1
votes
You don't need to create another user account for storage subscription.
Just create an azure storage account as per this article in your current subscription.
storage as a resource in a resource group. Can you please elaborate that? - Gaurav Mantristorage accountis just the name of the azure resource, it is not a really account like your user account. So in your case, just use your user account to create the resourcestorage accountin your subscription. - Joy Wang