Azure Files
It's a fully managed solution to share files in the cloud using standard protocols, such as [[smb-protocol]] (accessible from Windows, Linux, and macOS clients) or [[Network File System (NFS)]] (accessible from Linux and macOS clients).
Given that SMB and NFS are industry standards, you can replace your current file share with the one hosted on Azure.
You can create file shares using Azure CLI and PowerShell commands.
Files can be accessed using Azure Portal or Azure Storage Explorer.
Azure files support high availability.
This service provides a list of endpoints available at https://{storage-account-name}.file.core.windows.net
Backlinks
Azure Storage Account
- [[azure-file-storage]]
Azure Storage Account
- [[azure-file-storage]]
Azure Storage Account
Is available only for [[azure-file-storage]].
Configuring Azure App Services
You can use a storage account as a storage mount. The mount can be a [[azure-file-storage]] or [[azure-blob-storage]].
Azure ACI Volumes
Azure Container Instances can mount an Azure file share created with [[azure-file-storage]].
AZ-900 - Azure Fundamentals
- [[azure-file-storage]]