Skip to content

Commit 78200ef

Browse files
authored
Fix legacy Azure SDK API links (#35875)
1 parent 6a51096 commit 78200ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/mvc/models/file-uploads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ Common storage options for files include:
15941594
* Services usually offer improved scalability and resiliency over on-premises solutions that are usually subject to single points of failure.
15951595
* Services are potentially lower cost in large storage infrastructure scenarios.
15961596

1597-
For more information, see [Quickstart: Use .NET to create a blob in object storage](/azure/storage/blobs/storage-quickstart-blobs-dotnet). The topic demonstrates <xref:Microsoft.Azure.Storage.File.CloudFile.UploadFromFileAsync%2A>, but <xref:Microsoft.Azure.Storage.File.CloudFile.UploadFromStreamAsync%2A> can be used to save a <xref:System.IO.FileStream> to blob storage when working with a <xref:System.IO.Stream>.
1597+
For more information, see [Quickstart: Use .NET to create a blob in object storage](/azure/storage/blobs/storage-quickstart-blobs-dotnet). The topic demonstrates [`UploadFromFileAsync`](/dotnet/api/microsoft.azure.storage.file.cloudfile.uploadfromfileasync), but [`UploadFromStreamAsync`](/dotnet/api/microsoft.azure.storage.file.cloudfile.uploadfromstreamasync) can be used to save a <xref:System.IO.FileStream> to blob storage when working with a <xref:System.IO.Stream>.
15981598

15991599
## File upload scenarios
16001600

0 commit comments

Comments
 (0)