What types of containers does key vault (KV) support
What are the two service tiers of KV?
What are the benefits of KV?
What are the three ways to authenticate KV?
How does KV enforce Transport Layer Security (TLS) protocol to protect data when its traveling between KV and clients?
What are best practices for KV?
What are the 2 ways apps can use to obtain a service principal that entra ID uses to authenticate to KV?
What is the KV SDK?
How do we authenticate to KV with REST?
What cmd is used to create kv?
az keyvault create –name <name> --resource-group <rgName> --location <location></location></rgName></name>
What cmd is used to add a secret to KV?
az keyvault secret set –vault-name <vaultName> --name <secretName> --value <secretValue></secretValue></secretName></vaultName>
What cmd is used to get a secret from KV?
az keyvault secret show –name <secretName> --vault-name <vaultName></vaultName></secretName>