Skip to content

Commit 819f9f7

Browse files
Update articles/storage/files/storage-files-faq.md
Co-authored-by: Ken Downie <[email protected]>
1 parent 4b6cc6e commit 819f9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ms.topic: faq
129129
* <a id="alternate-data-streams"></a>
130130
**Does Azure Files support alternate data streams?**
131131

132-
Azure Files does not support [alternate data streams](https://learn.microsoft.com/en-us/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. Alternate streams can be checked by using the PowerShell command
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:
133133

134134
```powershell
135135
get-item <file path+name> -Stream *

0 commit comments

Comments
 (0)