DEV Community

Discussion on: 10 Things You Can Do If You Have A Bad Deploy

Collapse
 
rafalpienkowski profile image
Rafal Pienkowski

Excellent post with a helpful checklist. I think that automated Continuous Deployment process could help with most the list positions to check. It makes the deployment process repeatable. Additionally, we can use Azure Key Vault or HashiCorp Vault to store connection strings and other settings.

Collapse
 
flippedcoding profile image
Milecia

Thanks! I usually like to use build and release pipelines in Azure just to keep everything consistent (and so I can't forget anything). I haven't used a key vault before, but I think I'll start looking into it! 🙂