Azure For Mac

Outlook for Mac works with Microsoft Exchange, Microsoft 365, Outlook.com (including Hotmail and MSN), Gmail, Yahoo Mail, and iCloud Learn more about Microsoft 365 Microsoft 365 is a cloud-based subscription service that brings together premium versions of Word, Excel, PowerPoint, Outlook and OneDrive, with the best tools for the way people.

-->

Azure Files is Microsoft's easy-to-use cloud file system. Azure file shares can be mounted with the industry standard SMB 3 protocol by macOS High Sierra 10.13+. This article shows two different ways to mount an Azure file share on macOS: with the Finder UI and using the Terminal.

Mac

Prerequisites for mounting an Azure file share on macOS

  • Simplify development of.NET cloud applications for Azure using fully integrated tools, with Visual Studio for Mac.
  • Microsoft Azure for Linux and Mac Users This article is an introduction to Microsoft Azure, Microsoft's application for the public cloud. The article is aimed at the research and academic users who are familiar with Linux or the Mac OS.
  • . One-time purchase for 1 PC or Mac. Classic 2019 versions of Word, Excel, PowerPoint, and Outlook. Microsoft support included for 60 days at no extra cost. Licensed for home and commercial use All languages included. Compatible with Windows 10 or macOS.
  • Storage account name: To mount an Azure file share, you will need the name of the storage account.

  • Storage account key: To mount an Azure file share, you will need the primary (or secondary) storage key. SAS keys are not currently supported for mounting.

  • Ensure port 445 is open: SMB communicates over TCP port 445. On your client machine (the Mac), check to make sure your firewall is not blocking TCP port 445.

CliAzure For Mac

Mount an Azure file share via Finder

  1. Open Finder: Finder is open on macOS by default, but you can ensure it is the currently selected application by clicking the 'macOS face icon' on the dock:

  2. Select 'Connect to Server' from the 'Go' Menu: Using the UNC path from the prerequisites, convert the beginning double backslash () to smb:// and all other backslashes () to forwards slashes (/). Your link should look like the following:

  3. Use the storage account name and storage account key when prompted for a username and password: When you click 'Connect' on the 'Connect to Server' dialog, you will be prompted for the username and password (This will be autopopulated with your macOS username). You have the option of placing the storage account name/storage account key in your macOS Keychain.

  4. Use the Azure file share as desired: After substituting the share name and storage account key in for the username and password, the share will be mounted. You may use this as you would normally use a local folder/file share, including dragging and dropping files into the file share:

Mount an Azure file share via Terminal

Azure
  1. Replace <storage-account-name>, <storage-account-key>, and <share-name> with the appropriate values for your environment.

  2. Use the Azure file share as desired: The Azure file share will be mounted at the mount point specified by the previous command.

Azure Cli For Mac

Next steps