mirror of https://github.com/dapr/docs.git
Update azure-keyvault-managed-identity.md
Fix 'fully qualified ID' to 'fully qualified resource ID'
This commit is contained in:
parent
49f031582a
commit
07373c1a3d
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue