
Implement a file server in Azure without using a single VM
It’s usually quite a chore to manage file servers by using VMs. Migrating between file servers in the cloud, enacting replication with DFS-R, and such would require using redundancy mechanisms. All this makes the implementation of file servers in Azure unnecessarily complex. Well, that ship has finally sailed!
Read more