Skip to content

Commit 0b2e1e8

Browse files
authored
Merge pull request #201130 from johndowns/front-door-sp-role
Front Door - Remove unnecessary role assignment from service principal
2 parents a44e2e0 + ee85ac6 commit 0b2e1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/frontdoor/standard-premium/how-to-configure-https-custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Register the service principal for Azure Front Door as an app in your Azure Acti
7575
2. In PowerShell, run the following command:
7676

7777
```azurepowershell-interactive
78-
New-AzADServicePrincipal -ApplicationId '205478c0-bd83-4e1b-a9d6-db63a3e1e1c8' -Role Contributor
78+
New-AzADServicePrincipal -ApplicationId '205478c0-bd83-4e1b-a9d6-db63a3e1e1c8'
7979
```
8080
8181
##### Azure CLI

0 commit comments

Comments
 (0)