You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/files/storage-how-to-use-files-linux.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,18 @@ Azure file shares can be mounted in Linux distributions using the [SMB kernel cl
16
16
This article shows how to mount an SMB Azure file share using NTLMv2 authentication (storage account key). Using identity-based authentication is preferred for security reasons. See [Enable Active Directory authentication over SMB for Linux clients accessing Azure Files](storage-files-identity-auth-linux-kerberos-enable.md).
17
17
18
18
## Applies to
19
-
20
-
| File share type | SMB | NFS |
21
-
|-|:-:|:-:|
22
-
| Standard file shares (GPv2), LRS/ZRS |||
23
-
| Standard file shares (GPv2), GRS/GZRS |||
Copy file name to clipboardExpand all lines: articles/storage/files/storage-how-to-use-files-mac.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,18 @@ ms.author: kendownie
16
16
> Mounting a file share using storage account keys carries inherent security risks. For information on how to protect and manage your keys, see [Manage storage account access keys](../common/storage-account-keys-manage.md). Azure Files doesn't currently support using identity-based authentication to mount a file share on macOS.
17
17
18
18
## Applies to
19
-
20
-
| File share type | SMB | NFS |
21
-
|-|:-:|:-:|
22
-
| Standard file shares (GPv2), LRS/ZRS |||
23
-
| Standard file shares (GPv2), GRS/GZRS |||
Copy file name to clipboardExpand all lines: articles/storage/files/storage-how-to-use-files-windows.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,18 @@ ai-usage: ai-assisted
15
15
[Azure Files](storage-files-introduction.md) is Microsoft's easy-to-use cloud file system. Azure file shares work seamlessly with Windows and Windows Server. This article shows you how to use an SMB Azure file share with Windows and Windows Server.
16
16
17
17
## Applies to
18
-
19
-
| File share type | SMB | NFS |
20
-
|-|:-:|:-:|
21
-
| Standard file shares (GPv2), LRS/ZRS |||
22
-
| Standard file shares (GPv2), GRS/GZRS |||
This video shows you how to mount an SMB Azure file share on Windows.
26
32
> [!VIDEO c057ece1-3ba7-409b-8cee-5492a4ad4ee4]
@@ -29,7 +35,7 @@ The steps in the video are also described in the following sections.
29
35
30
36
In order to use an Azure file share via the public endpoint outside of the Azure region it's hosted in, such as on-premises or in a different Azure region, the OS must support SMB 3.x. Older versions of Windows that support only SMB 2.1 can't mount Azure file shares via the public endpoint.
31
37
32
-
Azure Files supports [SMB Multichannel](files-smb-protocol.md#smb-multichannel) on premium file shares only.
38
+
Azure Files supports [SMB Multichannel](files-smb-protocol.md#smb-multichannel) on SSD file shares only.
33
39
34
40
| Windows version | SMB version | Azure Files SMB Multichannel | Maximum SMB channel encryption |
Copy file name to clipboardExpand all lines: articles/storage/files/storage-snapshots-files.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,18 @@ Azure Files provides the capability to take snapshots of SMB and NFS file shares
16
16
> Share snapshots provide only file-level protection. They don't prevent fat-finger deletions on a file share or storage account. To help protect a storage account from accidental deletion, you can either [enable soft delete](storage-files-prevent-file-share-deletion.md), or lock the storage account and/or the resource group.
17
17
18
18
## Applies to
19
-
20
-
| File share type | SMB | NFS |
21
-
|-|:-:|:-:|
22
-
| Standard file shares (GPv2), LRS/ZRS |||
23
-
| Standard file shares (GPv2), GRS/GZRS |||
0 commit comments