Encoding fail with Azure Media Services

Jeff 0 Reputation points
2024-03-18T17:36:34.58+00:00

Hello I am receiving this error when I try to create a new streaming locator.

Error: Failed to retrieve the blade definition for 'CreateStreamingLocatorBlade' from the server. Couldn't load "MediaService/NoPdlBlades/ContentKeyPolicies/CreateUpdate/ContentKeyPolicyBlade"; error code 0

I know that the service is being retired on June 30th, but is this a preemptive start?

Thanks for the heads-up!

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
302 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 18,281 Reputation points Microsoft Employee
    2024-03-19T07:12:47.6466667+00:00

    @Jeff Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    I have tried creating a streaming locator in one of the existing media services in our subscription. I am able to create it successfully without any issues.

    As you are facing the issue while creating the streaming locator can you try creating it through this CLI cmdlet az ams streaming-locator create.

    az ams streaming-locator create --account-name
                                    --asset-name
                                    --name
                                    --resource-group
                                    --streaming-policy-name
                                    [--alternative-media-id]
                                    [--content-key-policy-name]
                                    [--content-keys]
                                    [--end-time]
                                    [--filters]
                                    [--start-time]
                                    [--streaming-locator-id]
    

    If you still facing the issue, could you please help us more information to check and assist you further.

    1. If you are creating streaming locator through portal, please do share the portal sessionId (using keyboards keys ctrl+alt+d), operation Id or correlation Id, media service resource name and timestamp (utc).
    0 comments No comments