I have setup sql server always on availability group with two nodes.
i want my Availability group to switch automatically only if there is any critical issue like node level failure or SQL server service/instance level failure, not due to normal health checkup.
i found it is switching automatically even without server level failure or sql server service/instance level failure.
i tried changing FAILURE_CONDITION_LEVEL = 1, but i dont think it solved my problem.
can any one give your valuable comments.
thanks in advance. :)