Azure deployment failed with error SubscriptionNotRegistered

azure

I just signed up for a new Azure account, hoping to get setup to use the text translation API. I tried to set this up by finding the text translation resource, and add it. However, when I hit the "create" button, it fails.

When I go to the error logs, I see an error "The subscription 'c8b161f4-26be-4d3b-b924-0fe9b4072339' is not registered.", with an error code SubscriptionNotRegistered. I cannot seem to find any information about this error on Google.

Has anyone encountered this error before, or know how to debug it further?

Update

Under More Services > Subscriptions > Free Trial > Resource providers, I see Microsoft.CognitiveServices permanently listed as "Registering". If I click the option to "Unregister", it seems to become permanently stuck in the "Unregistering" state, and registering again gets stuck again.. If I click "Re-Register", nothing happens. If I look in the activity log, it acts like the unregister/register events are going through successfully.

Configuration:

configuration

Deployment error:

deployment error

Operation details:

operation details

Resource providers:

resource providers

Activity log after unregistering/registering:

activity log

Best Answer

In the "Resource Provider" section of your Subcription. Make sure you have "Microsoft.CognitiveServices" provider registered.

Related Topic