Skip to content

Commit dc517d1

Browse files
authored
Merge pull request #109257 from Juliako/patch-18
Update job-input-from-local-file-how-to.md
2 parents 70630e1 + f577009 commit dc517d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/media-services/latest/job-input-from-local-file-how-to.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ editor: ''
1010
ms.service: media-services
1111
ms.workload:
1212
ms.topic: article
13-
ms.date: 02/18/2019
13+
ms.date: 03/26/2020
1414
ms.author: juliako
1515
---
1616

@@ -24,6 +24,8 @@ The following code shows how to create an input asset and use it as the input fo
2424

2525
* Creates the Asset
2626
* Gets a writable [SAS URL](https://docs.microsoft.com/azure/storage/common/storage-dotnet-shared-access-signature-part-1) to the Asset’s [container in storage](https://docs.microsoft.com/azure/storage/blobs/storage-quickstart-blobs-dotnet#upload-blobs-to-a-container)
27+
28+
For more information, see [Manage assets](manage-asset-concept.md).
2729
* Uploads the file into the container in storage using the SAS URL
2830

2931
[!code-csharp[Main](../../../media-services-v3-dotnet-tutorials/AMSV3Tutorials/UploadEncodeAndStreamFiles/Program.cs#CreateInputAsset)]

0 commit comments

Comments
 (0)