Dear support,
I need your help with the below issue.
I was trying to register Azure CDN as an app using PowerShell and I found this article "https://github.com/MicrosoftDocs/azure-docs/commit/080f0d88908a563b2c47759ac2b4facd38ec487b" and I tried to follow the mentioned steps but I got below error when I run "New-AzureRmADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8"
The Error is:
New-AzureRmADServicePrincipal : Object reference not set to an instance of an object. At line:1 char:1 + New-AzureRmADServicePrincipal -ApplicationId 205478c0-bd83-4e1b-a9d6- ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [New-AzureRmADServicePrincipal], NullReferenceException + FullyQualifiedErrorId : Microsoft.Azure.Commands.ActiveDirectory.NewAzureADServicePrincipalCommand
Attached screenshot for more info.
![17347-error.jpg][1]
