mirror of https://github.com/dapr/docs.git
Merge branch 'v1.3' into 1440SecretKeyRefExplanation
This commit is contained in:
commit
bae2c0364a
|
@ -150,6 +150,12 @@ 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 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
|
||||
```
|
||||
|
||||
|
||||
|
||||
10. Deploy the azure-identity-config.yaml:
|
||||
|
||||
|
|
Loading…
Reference in New Issue