Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md

This commit is contained in:
Aaron Crawfis 2021-04-28 09:06:26 -07:00 committed by GitHub
parent f48fef4f88
commit 77973dc4e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ spec:
value: "[your_service_principal_tenant_id]"
- name: spnClientId
value: "[your_service_principal_app_id]"
- name: spnCertificate
value : "[pfx_certificate_contents_k8s_secret_name]"
value : "[pfx_certificate_contents]"
- name: spnCertificateFile
value : "[pfx_certificate_file_fully_qualified_local_path]"
```