Skip to content

Commit 732bd31

Browse files
authored
Update manage-asset-concept.md
1 parent a7c623d commit 732bd31

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/media-services/latest/manage-asset-concept.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ editor: ''
1212
ms.service: media-services
1313
ms.workload:
1414
ms.topic: article
15-
ms.date: 08/29/2019
15+
ms.date: 03/17/2020
1616
ms.author: juliako
1717
ms.custom: seodec18
1818

@@ -53,6 +53,9 @@ After the digital files are uploaded into storage and associated with an Asset,
5353
az storage blob upload -f /path/to/file -c MyContainer -n MyBlob
5454
```
5555
2. Get a SAS URL with read-write permissions that will be used to upload digital files into the Asset container. You can use the Media Services API to [list the asset container URLs](https://docs.microsoft.com/rest/api/media/assets/listcontainersas).
56+
57+
`AssetContainerSas.listContainerSas` takes a `ListContainerSasInput` parameter on which you set `expiryTime`. The time should be set to < 24 hours.
58+
5659
3. Use the Azure Storage APIs or SDKs (for example, the [Storage REST API](../../storage/common/storage-rest-api-auth.md) or [.NET SDK](../../storage/blobs/storage-quickstart-blobs-dotnet.md)) to upload files into the Asset container.
5760
4. Use Media Services v3 APIs to create a Transform and a Job to process your "input" Asset. For more information, see [Transforms and Jobs](transform-concept.md).
5861
5. Stream the content from the "output" asset.

0 commit comments

Comments
 (0)