Skip to main content

Azure AppDev Challenge

Day 2 - Protect Secretsโ€‹

  • Ensure that connection strings / secrets - e.g. to access the datastore - are not stored in code
    • Use Azure Key vault to store secrets
  • Implement Managed Service Identities โ€“ so the Key Vault trusts the AppService
  • Use environment variables (Azure AppService application Settings) to get the secrets from Key Vault

Useful Resources: