This article aim to explain how we can use Octopus Deploy to Automate Deployments to Azure Websites with a single deployment agent (tentacle) using the Blue-Green deployment pattern. Blue-Green deployments allow us to deploy web applications that require warm up time without any down times. This require running 2 instances of production grade environments such as a staging and production. We deploy to staging, have it warm up and swap it with production. Octopus Deploy is a cool deployment tool that suites well in .NET projects. TFS is an ALM suite which contains Source Control and Build Server. We’re currently utilizing Visual…
- June 26, 2024
- By Nelson Oranga
- Cloud solutions