Skip to content

Commit d596ab6

Browse files
authored
Update analyze-videos-tutorial-with-api.md
1 parent b89c23a commit d596ab6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/media-services/latest/analyze-videos-tutorial-with-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ editor: ''
1111
ms.service: media-services
1212
ms.workload:
1313
ms.topic: tutorial
14-
ms.date: 02/02/2020
14+
ms.date: 03/26/2020
1515
ms.author: juliako
1616
ms.custom: seodec18
1717

@@ -89,6 +89,8 @@ The following function completes these actions:
8989

9090
* Creates an Asset.
9191
* 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).
92+
93+
If using asset’s [ListContainerSas](https://docs.microsoft.com/rest/api/media/assets/listcontainersas) function to get SAS URLs, note that the function 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.
9294
* Uploads the file into the container in storage using the SAS URL.
9395

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

0 commit comments

Comments
 (0)