

- #Microsoft azure storage explorer for mac how to
- #Microsoft azure storage explorer for mac password
- #Microsoft azure storage explorer for mac windows
$storageContext = New-AzureStorageContext Here I can create a new Azure File Share through PowerShell using the New-AzureStorageShare cmdlet.
#Microsoft azure storage explorer for mac windows
Thanks to Windows PowerShell, you can easily automate your tasks. To connect to the Azure File Share from a Windows computer using CLI, run this command:Ĭreate File Share through Windows PowerShell \ ” -Credential $credentialĪnother option is to use the “Net Use” command. New-PSDrive -Name -PSProvider FileSystem -Root “\\. $credential = New-Object -ArgumentList “Azure\ “, $acctKey $acctKey = ConvertTo-SecureString -String “ ” -AsPlainText -Force Use the New-PSDrive cmdlet in order to mount a network drive: You can automate this process using Windows PowerShell. When you increase the quota, it will be immediately updated on your machine: Notice that your Azure File Share is available as a Network Drive with a size limited to 1GB.
#Microsoft azure storage explorer for mac password
Now, type your login which is your Storage Account Name and your password which is your Access Key:Ĭlick “OK” and your network drive will be created: Open Windows Explorer, and click “Map Network Drive”: Why? The password which will be used to mount your network drive is your Access Key. First, you must retrieve your Access Key linked to your storage account. Now, you can easily mount your new Azure File Share on your machine. Once the creation is completed, you can access to your Azure File Share. Go to Storage Account blade on Azure portal: If you don’t already have a Storage Account, you must create it: Let’s start by creating the File Share from the Azure Portal. You just have to create a File Share and mount it on your machine. Here is a very nice article from Microsoft to detect when you must use Azure Blob Storage, Azure Files, or Azure Disks: Ĭreate File Share through the Azure portalĪzure Files is really easy to configure. This means you can directly mount an Azure File share on Windows, Linux, or macOS, on-premises or in cloud VMs.
#Microsoft azure storage explorer for mac how to
Next, I will describe how to mount this Azure File Share on a Windows installation.įor those of you who are wondering the difference between Azure Blob Storage and Azure Files Shares, here is the answer: Unlike Azure Blob storage, Azure Files also offers SMB access to Azure File shares. I will describe in this article, how to create and configure an Azure File Share. Below is a very interesting matrix from Microsoft which illustrates compatibility between OS version and SMB version: If you plan to test this feature before deploying in your production environment, you can mount Azure File Shares on a Windows installation that is running either in an Azure VM or on-premises. Storage Explorer is available for Windows, Mac, and Linux. Please note that you can also browse your Azure File Shares with Azure Storage Explorer in order to access files.
