Skip to content

Commit 203e3db

Browse files
Merge pull request #280246 from khdownie/patch-1
Update storage-dotnet-how-to-use-files.md
2 parents 36b9bbf + 8b5cbb2 commit 203e3db

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

articles/storage/files/storage-dotnet-how-to-use-files.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to develop .NET applications and services that use Azure
55
author: khdownie
66
ms.service: azure-file-storage
77
ms.topic: conceptual
8-
ms.date: 10/02/2020
8+
ms.date: 07/08/2024
99
ms.author: kendownie
1010
ms.devlang: csharp
1111
ms.custom: devx-track-csharp, devx-track-dotnet
@@ -89,7 +89,7 @@ Replace `myaccount` with your storage account name and `mykey` with your storage
8989
:::code language="xml" source="~/azure-storage-snippets/files/howto/dotnet/dotnet-v12/app.config" highlight="5,6,7":::
9090

9191
> [!NOTE]
92-
> 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.
9393
9494
## Add using directives
9595

@@ -132,7 +132,7 @@ Beginning with version 5.x of the Azure Files client library, you can copy a fil
132132
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).
133133

134134
> [!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.
136136
137137
### Copy a file to another file
138138

@@ -200,18 +200,8 @@ If you encounter any problems, refer to [Troubleshoot Azure Files](/troubleshoot
200200

201201
For more information about Azure Files, see the following resources:
202202

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-
210203
- [Get started with AzCopy](../common/storage-use-azcopy-v10.md?toc=/azure/storage/files/toc.json)
211204
- [Troubleshoot Azure Files](/troubleshoot/azure/azure-storage/files-troubleshoot?toc=/azure/storage/files/toc.json)
212-
213-
### Reference
214-
215205
- [Azure Storage APIs for .NET](/dotnet/api/overview/azure/storage)
216206
- [File Service REST API](/rest/api/storageservices/File-Service-REST-API)
217207

0 commit comments

Comments
 (0)