Azure SQL

Each Octopus Server node stores project, environment, and deployment-related data in a shared Microsoft SQL Server Database. Since this database is shared, it’s important that the database server is also highly available. To host the Octopus SQL database in Azure, there are two options to consider:

Using Microsoft Entra in Azure SQL

Octopus Deploy supports using Microsoft Entra for authentication. This includes the ability to use a Managed Identity when connecting to your Octopus database hosted in Azure SQL.

For self-hosted installations of Octopus Deploy, you will need to click on the Advanced link to set the connection string to the Azure SQL instance during the installation process.

High Availability

The database is a critical component of Octopus Deploy. If the database is lost or destroyed all your configuration will be lost with it.

We recommend using zone-redundant availability with Azure SQL to ensure the resilience and availability of your Octopus database. This will ensure that your replicated is spread across three Azure availability zones in the primary region. In the event of a failure of the primary zone Azure SQL automatically switches to another zone.

Disaster Recovery

For disaster recovery scenarios, we recommend leveraging a hot/cold configuration. To achieve this with Azure we recommend using Active geo-replication or Failover groups in conjunction with zone-redundant availability. This will ensure that data is replicated asynchronously to a secondary region alongside the zone replication within the primary region.

When deciding between these two options the main consideration would be how many databases you have running in Azure SQL. Active geo-replication is a great lightweight option for a single database. If you have other, non-Octopus, databases running in Azure SQL then Failover groups may be a better fit. This is especially true if you already have a group configured for your existing databases.

In the event of a failover it would be necessary to re-configure the database connection string within Octopus to the secondary region. Azure’s guide on outage recovery covers other recommend steps and checks in more detail.

When a disaster occurs, any data not synchronized will be lost. Depending on the replication speed, this could be up to a couple of minutes.

Help us continuously improve

Please let us know if you have any feedback about this page.

Send feedback

Page updated on Wednesday, May 22, 2024