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
> The Azurite storage emulator does not currently support Azure Files. Your connection string must target an Azure storage account in the cloud to work with Azure Files.
92
+
> The Azurite storage emulator doesn't currently support Azure Files. Your connection string must target an Azure storage account in the cloud to work with Azure Files.
93
93
94
94
## Add using directives
95
95
@@ -132,7 +132,7 @@ Beginning with version 5.x of the Azure Files client library, you can copy a fil
132
132
You can also use AzCopy to copy one file to another or to copy a blob to a file or the other way around. See [Get started with AzCopy](../common/storage-use-azcopy-v10.md?toc=/azure/storage/files/toc.json).
133
133
134
134
> [!NOTE]
135
-
> If you are copying a blob to a file, or a file to a blob, you must use a shared access signature (SAS) to authorize access to the source object, even if you are copying within the same storage account.
135
+
> If you're copying a blob to a file, or a file to a blob, you must use a shared access signature (SAS) to authorize access to the source object, even if you are copying within the same storage account.
136
136
137
137
### Copy a file to another file
138
138
@@ -200,18 +200,8 @@ If you encounter any problems, refer to [Troubleshoot Azure Files](/troubleshoot
200
200
201
201
For more information about Azure Files, see the following resources:
202
202
203
-
### Conceptual articles and videos
204
-
205
-
-[Azure Files: a frictionless cloud SMB file system for Windows and Linux](https://azure.microsoft.com/documentation/videos/azurecon-2015-azure-files-storage-a-frictionless-cloud-smb-file-system-for-windows-and-linux/)
206
-
-[Use Azure Files with Linux](storage-how-to-use-files-linux.md)
207
-
208
-
### Tooling support for File storage
209
-
210
203
-[Get started with AzCopy](../common/storage-use-azcopy-v10.md?toc=/azure/storage/files/toc.json)
0 commit comments