Skip to content

Commit c16eb67

Browse files
authored
Merge pull request #109981 from Juliako/patch-25
Update manage-asset-concept.md
2 parents 66a17bb + 652cd42 commit c16eb67

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
@@ -58,7 +58,7 @@ After the digital files are uploaded into storage and associated with an Asset,
5858
5959
**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.
6060
61-
[ListContainerSasInput](https://docs.microsoft.com/rest/api/media/assets/listcontainersas#listcontainersasinput) returns multiple SAS URLs as there are two storage account keys for each storage account. A storage account has two keys because it allows for seamless rotation of storage account keys (for example, change one while using the other then start using the new key and rotate the other key). The 1st SAS URL represents storage key1 and second one storage key2.
61+
[ListContainerSasInput](https://docs.microsoft.com/rest/api/media/assets/listcontainersas#listcontainersasinput) returns multiple SAS URLs as there are two storage account keys for each storage account. A storage account has two keys because it helps with failover and seamless rotation of storage account keys. The first SAS URL represents the first storage account key and the second SAS URL represents the second key.
6262
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.
6363
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).
6464
5. Stream the content from the "output" asset.

0 commit comments

Comments
 (0)