Update azure-keyvault-managed-identity.md

Fix 'fully qualified ID' to 'fully qualified resource ID'
This commit is contained in:
Mikal S 2021-09-08 21:44:57 +02:00 committed by GitHub
parent 49f031582a
commit 07373c1a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ The above example uses secrets as plain strings. It is recommended to use a loca
azureIdentity: [your managed identity name]
selector: [your managed identity selector]
```
where the value `resourceID: [your managed identity id]` is the fully qualified ID of the managed identity. It can be retrieved by running
where the value `resourceID: [your managed identity id]` is the fully qualified resource ID of the managed identity. It can be retrieved by running
```
az identity show -g [your resource group] -n [managed identity name] --query id
```