Skip to content

Commit edc5a0d

Browse files
Merge pull request #231742 from duongau/patch-10
Azure CDN - Custom SSL - Add note about change of SP name
2 parents 71c5746 + 5580105 commit edc5a0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cdn/cdn-custom-ssl.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ Register Azure CDN as an app in your Azure Active Directory via PowerShell.
123123
`New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8" -Role Contributor`
124124

125125
> [!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`.
127127
> * 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`.
128129
129130
```bash
130131
New-AzADServicePrincipal -ApplicationId "205478c0-bd83-4e1b-a9d6-db63a3e1e1c8" -Role Contributor

0 commit comments

Comments
 (0)