How can I add custom host name for my Azure Media Service streaming endpoint on the new portal? I know how to add it on the classic portal, but managing AMS on classic portal will be disabled after 10 January 2017, and the new portal doesn't seem to have an option for that?
Custom host name for Azure Media Services via new portal
309 views Asked by Adam Szabo At
2
There are 2 answers
1
On
https://learn.microsoft.com/en-us/rest/api/media/operations/streamingendpoint has the details about custom hostname. See the section "CustomHostNames". But it is not doable in portal and you have to use media explorer.
Please note that currently SSL is not supported for custom hostname in AMS. Above link also confirms the same.
New portal doesn't include custom domain names since it was an advanced feature mostly targeted for prodev. You can set it using either code or using
Azure Media Explorer
tool.Cenk