We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f813f3 commit e2c381dCopy full SHA for e2c381d
pages/articles/azurefunctions.md
@@ -205,7 +205,7 @@ Next step is to assign permissions to this managed identity so it is authorized
205
206
```powershell
207
$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
+ New-AzureAdServiceAppRoleAssignment -ObjectId $managedIdentityId -PrincipalId $managedIdentityId -ResourceId $graphServicePrincipal.ObjectId -Id $appRole.Id
209
210
```
211
0 commit comments