How to map a Network Drive to an Azure File Share
·431 words·3 mins·
100
views
·
5
likes
Azure PowerShell
cmdkey
Connect-AzAccount
ConvertTo-SecureString
Get-AzStorageAccountKey
Get-AzSubscription
Microsoft
Microsoft Azure
New-Object
New-PSDrive
Select-AzSubscription
Storage
Storage Account
Storage accounts
Test-NetConnection
Windows
Windows 10
Windows Server
In a previous post, I explained how to create an Azure file share. Today, I want to show you how to connect and mount an Azure file share with Azure PowerShell.