Skip to content

Commit 92f52e4

Browse files
authored
Merge pull request #92679 from Juliako/patch-123
Update media-services-apis-overview.md
2 parents c3fff68 + 36646e0 commit 92f52e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/media-services/latest/media-services-apis-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
# Mandatory fields. See more on aka.ms/skyeye/meta.
33
title: Developing with v3 APIs - Azure | Microsoft Docs
44
description: This article discusses rules that apply to entities and APIs when developing with Media Services v3.
@@ -11,7 +11,7 @@ editor: ''
1111
ms.service: media-services
1212
ms.workload:
1313
ms.topic: article
14-
ms.date: 07/05/2019
14+
ms.date: 10/21/2019
1515
ms.author: juliako
1616
ms.custom: seodec18
1717

@@ -107,6 +107,8 @@ Media Services has the following long-running operations:
107107

108108
On successful submission of a long operation you receive a '202 Accepted' and must poll for operation completion using the returned operation ID.
109109

110+
The [track asynchronous Azure operations](https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-async-operations) article explains in depth how to track the status of asynchronous Azure operations through values returned in the response.
111+
110112
Only one long-running operation is supported for a given Live Event or any of its associated Live Outputs. Once started, a long running operation must complete before starting a subsequent long-running operation on the same LiveEvent or any associated Live Outputs. For Live Events with multiple Live Outputs, you must await the completion of a long running operation on one Live Output before triggering a long running operation on another Live Output.
111113

112114
## SDKs

0 commit comments

Comments
 (0)