Hi Guys, I have a in-house server running multiple applications which uses MSSQL as a DB. I have two public IPs. I have purchased a failover service from Azure, so when my one ISP goes down, it points the traffic to another. The problem is when one ISP goes down my apps hosted on IIS works properly, SQL doesn't work because we can define only one IP on Web.config. Is there any workaround? So that when one ISP fails my SQL also switches to active ISP IP?