Skip to content

Commit 6aa550e

Browse files
Merge pull request #297217 from khdownie/patch-4
Update storage-files-faq.md
2 parents 9060cee + 5ceaf48 commit 6aa550e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/storage/files/storage-files-faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Get answers to frequently asked questions (FAQ) about Azure Files a
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.custom: linux-related-content
7-
ms.date: 06/24/2024
7+
ms.date: 03/28/2025
88
ms.author: kendownie
99
ms.topic: faq
1010
---
@@ -129,19 +129,19 @@ ms.topic: faq
129129
* <a id="alternate-data-streams"></a>
130130
**Does Azure Files support alternate data streams?**
131131

132-
Azure Files doesn't support [alternate data streams](https://learn.microsoft.com/openspecs/windows_protocols/ms-fscc/e2b19412-a925-4360-b009-86e3b8a020c8). Transferring data via SMB will throw a **file already exists** message if an alternate data stream is found. You can check alternate streams by using the following PowerShell command:
132+
Azure Files doesn't support [alternate data streams](/openspecs/windows_protocols/ms-fscc/e2b19412-a925-4360-b009-86e3b8a020c8). Transferring data via SMB will throw a **file already exists** message if an alternate data stream is found. You can check alternate streams by using the following PowerShell command:
133133

134134
```powershell
135-
get-item <file path+name> -Stream *
135+
get-item <file path+name> -Stream *
136136
```
137137

138138
If more than one stream is shown, you can remove them using the following PowerShell command:
139139

140140
```powershell
141-
Remove-Item <file path+name> -Stream *`
141+
remove-Item <file path+name> -Stream *
142142
```
143143

144-
Please note that alternate data streams are preserved on-premises when Azure File Sync is used.
144+
Alternate data streams are preserved on-premises when Azure File Sync is used.
145145

146146
### Identity-based authentication
147147

0 commit comments

Comments
 (0)