For my graduate project i dove into Microsoft Azure and i had no clue how it worked. Now, a few months later, i need to make some decisions about Azure storage.
Case:
Small tenants (60 clients from a MSP) using AAD, AADDS and running 1/2 VM’s for RDS each. They will all kinda have the same setup
What is the best choice for storage in this case; use Managed Disks or Unmanaged Disks for RDS servers (used for user data from sessions). I did some research for the differences and found out Managed Disk are easier to use.
Can someone help me out: What are the main reasons to choose between managed/unmanaged disk?
Just a though: is it best practice to have 1 storage account (unmanaged disk) which all the tenants will use, like in a on-premise enviroment?