File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,9 @@ Register Azure CDN as an app in your Azure Active Directory via PowerShell.
123
123
` New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8" -Role Contributor `
124
124
125
125
> [ !NOTE]
126
- > * ** 205478c0-bd83-4e1b-a9d6-db63a3e1e1c8** is the service principal for ** Microsoft.AzureFrontDoor-Cdn** .
126
+ > * ` 205478c0-bd83-4e1b-a9d6-db63a3e1e1c8 ` is the service principal for ` Microsoft.AzureFrontDoor-Cdn ` .
127
127
> * You need to have the ** Global Administrator** role to run this command.
128
+ > * The service principal name was changed from ` Microsoft.Azure.Cdn ` to ` Microsoft.AzureFrontDoor-Cdn ` .
128
129
129
130
``` bash
130
131
New-AzADServicePrincipal -ApplicationId " 205478c0-bd83-4e1b-a9d6-db63a3e1e1c8" -Role Contributor
You can’t perform that action at this time.
0 commit comments