Search code examples
c#restazureazure-media-services

Azure Media Service Channel Creation issue with REST API


I am facing some issue with channel creation service in Azure Media service. I am getting following error message. Make sure to only use property names that are defined by the type


Solution

  • You could follow the naming convention in REST documentation.

    Here is the naming convention for Channel:

    • Must be unique within your Media Services account.
    • Maximum length = 32 characters.
    • Cannot contain spaces.
    • Hyphens and alphanumeric characters only.
    • Cannot begin or end with a hyphen.