Consul service registration failed when using Azure storage backend

Hi all,

Recently I’ve deployed Consul in my testing environment as a service discovery and health check tool. The existing Vault server has the Consul agent installed and communicating with the Consul server properly.

I’m just having some issues with the service_registration stanza in the Vault config. The service just failed to start once I added the stanza in there. The logs says

service_registration is configured, but storage does not support HA

The service registeration stanza in the config file:

service_registration “consul” {
address = “127.0.0.1:8500”
}

I’m using Azure storage backend, technically HA isn’t available. Just wondering if that’d be causing this issue and why.

Cheers!