Module 1 – Part 3 – How we can map the azure files as Network drives in Azure Virtual Machines

All we need is storage account name, the name of azure file share we created and the secure account keys. Below few lines of code will do our job. net use Invoke-Expression Note: The storage account and the virtual machines where we access the share should be available on the same region.   Happy Sharing… Read More Module 1 – Part 3 – How we can map the azure files as Network drives in Azure Virtual Machines