Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 904 Bytes

13-practice.md

File metadata and controls

15 lines (13 loc) · 904 Bytes

#13 Use Azure Key Vault

  • Secrets Management
    • Store and control access to tokens, passwords, certificates, API keys and other secrets
  • Key Management
  • Certificate Management
  • Store secrets backed by Hardware Security Modules
  • You can monitor activity by enabling logging for your vaults to see who accesses them
  • Operations can perform key rotation and manage keys with out developer involvement

Links