Skip to content

Commit 1a609a9

Browse files
authored
Update live-events-outputs-concept.md
1 parent 53db5e3 commit 1a609a9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/media-services/latest/live-events-outputs-concept.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: media
1313
ms.tgt_pltfrm: na
1414
ms.devlang: ne
1515
ms.topic: article
16-
ms.date: 03/18/2020
16+
ms.date: 04/08/2020
1717
ms.author: juliako
1818

1919
---
@@ -108,8 +108,11 @@ You can either use non-vanity URLs or vanity URLs.
108108
* Vanity URL
109109

110110
Vanity mode is preferred by large media broadcasters who use hardware broadcast encoders and don't want to reconfigure their encoders when they start the Live Event. They want a predictive ingest URL, which doesn't change over time.
111+
112+
> [!NOTE]
113+
> In the Azure portal, the vanity URL is named "*Persistent input URL*".
111114
112-
To specify this mode, you set `vanityUrl` to `true` at creation time (default is `false`). You also need to pass your own access token (`LiveEventInput.accessToken`) at creation time. You specify the token value to avoid a random token in the URL. The access token has to be a valid GUID string (with or without the hyphens). Once the mode is set, it can't be updated.
115+
To specify this mode in the API, set `vanityUrl` to `true` at creation time (default is `false`). You also need to pass your own access token (`LiveEventInput.accessToken`) at creation time. You specify the token value to avoid a random token in the URL. The access token has to be a valid GUID string (with or without the hyphens). Once the mode is set, it can't be updated.
113116

114117
The access token needs to be unique in your data center. If your app needs to use a vanity URL, it's recommended to always create a new GUID instance for your access token (instead of reusing any existing GUID).
115118

0 commit comments

Comments
 (0)