Skip to main content

Fixed - Microsoft.Cdn is not registered for the subscription

· 2 min read
Jagdish Kumawat
Founder @ Dewiride

If you encounter the error Microsoft.Cdn is not registered for the subscription while trying to create a CDN profile in Azure, it means that the Microsoft.Cdn resource provider is not registered for your Azure subscription.

Error: Microsoft.Cdn is not registered for the subscription

Steps to Fix

  1. Go to Azure Portal: Open the Azure Portal.
  2. Register the Resource Provider:
    • In the Azure Portal, search for Subscriptions and select your subscription.
    • In the subscription blade, find the Resource providers section.
    • Search for Microsoft.Cdn and click on it.
    • Click the Register button to register the resource provider.

Register Microsoft.Cdn Resource Provider

  1. Wait for Registration: It may take a few minutes for the registration to complete. You can refresh the page to check the status.
  2. Retry Creating CDN Profile: After the registration is complete, go back to the CDN profile creation page and try again.

Related: