Skip to content

Commit a6d131f

Browse files
authored
Merge pull request #108195 from Juliako/patch-14
Update manage-asset-concept.md
2 parents 94bbcf6 + cc43072 commit a6d131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ After the digital files are uploaded into storage and associated with an Asset,
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).
5656
57-
`AssetContainerSas.listContainerSas` takes a `ListContainerSasInput` parameter on which you set `expiryTime`. The time should be set to < 24 hours.
57+
**AssetContainerSas.listContainerSas** takes a [ListContainerSasInput](https://docs.microsoft.com/rest/api/media/assets/listcontainersas#listcontainersasinput) parameter on which you set `expiryTime`. The time should be set to < 24 hours.
5858
5959
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.
6060
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).

0 commit comments

Comments
 (0)