An Azure service that provides a cloud content delivery network with threat protection.
Hello EddieB,
Thanks for your question.
This is a resource provider issue. Try register or re-register below providers you can use the following Azure CLI command:
az provider register --namespace Microsoft.Cdn
az provider register --namespace Microsoft.Network
Or via the portal:
1. Go to Subscriptions > select your subscription.
2. Under Settings, go to Resource providers.
3. Search for and register the following:
Microsoft.Cdn
Microsoft.Network
4. Wait a few minutes until their status shows Registered.
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola