Hi,
I have a scenario, were there are VMs running in web application tire and 1 VM running in Database Tire with oracle database to be migrated to Azure. The storage space needed is 4 TB and to be shared among servers. Also need to consider compliance regulations
Which is the better choice between Azure Managed Disk and Azure NetApp (GDPR & HIPAA Compliant)?
If I choose Managed Disk (Premium SSD - P30) which has maximum 5 shares, then can I use the data disk shared for all the 5 VMs (4 VMs in application tier and 1 VM in database tier)? Or I need to create 2 data disks - 1 shared for Application tier VMs and 1 dedicated for Database Tier VM with Oracle workload?
If I choose Azure NetApp, then can I mount different volumes of NetApp file for each VMs
If I plan for VMSS for application tier (with max of 4 VMs) can I create single volume and mount it on all the 4 VMs or Do I need to create separate volumes for each Application Tier VMs?
Thanks.