Junior From PDF Azure Microsoft Azure

What is the best way to secure secrets in a CI/CD pipeline?

Short answer: Use Azure Key Vault to store secrets, connection strings, and certificates. Configure managed identity for pipeline tasks. Avoid storing secrets in code or pipeline variables directly. Example – Azure DevOps pipeline: task: AzureKeyVault@2 inputs: azureSubscription: 'MyServiceConnection' KeyVaultName: 'MyKeyVault' SecretsFilter: '*'

Real-world example (ShopNest)

Connection strings and payment keys live in Key Vault—not in source control or plain appsettings on disk.

Say this in the interview

  1. Define — one clear sentence (the short answer above).
  2. Example — relate it to a project like ShopNest or your real work.
  3. Trade-off — when you would not use it.
Toolliyo Assistant
Ask about tutorials, ebooks, training, pricing, mentor services, and support. I use public site content only—not admin or internal tools.

care@toolliyo.com

Need callback? Share your details