Skip to content

Commit 58d8c48

Browse files
authored
Update live-events-outputs-concept.md
1 parent f8e31fc commit 58d8c48

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: media
1212
ms.tgt_pltfrm: na
1313
ms.devlang: ne
1414
ms.topic: article
15-
ms.date: 06/06/2019
15+
ms.date: 06/12/2019
1616
ms.author: juliako
1717

1818
---
@@ -89,6 +89,14 @@ You can either use non-vanity URLs or vanity URLs.
8989

9090
The access token needs to be unique in your data center. If your application needs to use a vanity URL, it is recommended to always create a new GUID instance for your access token (instead of reusing any existing GUID).
9191

92+
Use the following APIs to enable the Vanity URL and set the access token to a valid GUID:
93+
94+
|Language|Enable Vanity URL|Set access token|
95+
|---|---|---|
96+
|REST|[properties.vanityUrl](https://docs.microsoft.com/rest/api/media/liveevents/create#liveevent)|[LiveEventInput.accessToken](https://docs.microsoft.com/rest/api/media/liveevents/create#liveeventinput)|
97+
|CLI|[--vanity-url](https://docs.microsoft.com/cli/azure/ams/live-event?view=azure-cli-latest#az-ams-live-event-create)|[--access-token](https://docs.microsoft.com/cli/azure/ams/live-event?view=azure-cli-latest#optional-parameters)|
98+
|.NET|[LiveEvent.VanityUrl](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.media.models.liveevent.vanityurl?view=azure-dotnet#Microsoft_Azure_Management_Media_Models_LiveEvent_VanityUrl)|[LiveEventInput.AccessToken](https://docs.microsoft.com/dotnet/api/microsoft.azure.management.media.models.liveeventinput.accesstoken?view=azure-dotnet#Microsoft_Azure_Management_Media_Models_LiveEventInput_AccessToken)|
99+
92100
### Live ingest URL naming rules
93101

94102
The *random* string below is a 128-bit hex number (which is composed of 32 characters of 0-9 a-f).<br/>

0 commit comments

Comments
 (0)