hi @andkar01
IdentityIQ doesn’t officially support SQL Server AlwaysOn Availability Groups, but it can run in such environments if configured correctly—especially the JDBC connection for failover.
For HA, common alternatives include SQL Server clustering or mirroring, depending on your infrastructure and recovery goals.
Hope this helps