Skip to content

Commit 865879d

Browse files
authored
Merge pull request #41826 from MicrosoftDocs/MarileeTurscak-MSFT-patch-4
Added note
2 parents a62ed4a + 348dbd5 commit 865879d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/key-vault/key-vault-group-permissions-for-apps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ Add-AzADGroupMember -TargetGroupObjectId <groupId> -MemberObjectId <objectId>
216216

217217
Lastly, give the AD group permissions to your key vault using the Azure CLI [az keyvault set-policy](/cli/azure/keyvault?view=azure-cli-latest#az-keyvault-set-policy) command, or the Azure PowerShell [Set-AzKeyVaultAccessPolicy](/powershell/module/az.keyvault/set-azkeyvaultaccesspolicy?view=azps-2.7.0) cmdlet. For examples, see the [Give the application, Azure AD group, or user access to your key vault](#give-the-principal-access-to-your-key-vault) section, above.
218218

219+
The application also needs at least one Identity and Access Management (IAM) role assigned to the key vault. Otherwise it will not be able to login and will fail with insufficient rights to access the subscription.
219220

220221
## Next steps
221222

0 commit comments

Comments
 (0)