Skip to content

Commit e2c381d

Browse files
authored
Update azurefunctions.md
Changed casing inconsistency
1 parent 3f813f3 commit e2c381d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/articles/azurefunctions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Next step is to assign permissions to this managed identity so it is authorized
205205

206206
```powershell
207207
$managedIdentityId = "<Object (principal) ID of the Azure Function generated in the previous section>"
208-
New-AzureAdServiceAppRoleAssignment -ObjectId $managedIdentityId -PrincipalId $managedIdentityId -ResourceId $GraphServicePrincipal.ObjectId -Id $appRole.Id
208+
New-AzureAdServiceAppRoleAssignment -ObjectId $managedIdentityId -PrincipalId $managedIdentityId -ResourceId $graphServicePrincipal.ObjectId -Id $appRole.Id
209209
210210
```
211211

0 commit comments

Comments
 (0)