Share via

[Azure] How to take down a SQL Server without failover group?

Rushikesh Gaidhani 161 Reputation points
2023-08-25T06:43:21.85+00:00

I setup an Azure SQL Server without failover groups but enabled with the GRS backup for the DBs. I want to take down the SQL server (as a disaster recovery drill) to test the backup and restore functionality. Also, I see the support for the SQL server in chaos studio is not yet available https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-fault-providers.

Is there any way to simulate a SQL server outage without using the failover groups?

Azure SQL Database

2 answers

Sort by: Most helpful
  1. SSingh-MSFT 16,461 Reputation points Moderator
    2023-08-28T08:16:17.4366667+00:00

    Hi Rushikesh Gaidhani •,

    Thanks for the reply.

    Performing a disaster recovery drill consists of:

    • Simulating data tier outage
    • Recovering
    • Validate application integrity post recovery.

    In case you do not want to go for Failover Groups, please consider below:

    Geo-restore

    To prevent the potential data loss when conducting a disaster recovery drill, perform the drill using a test environment by creating a copy of the production environment and using it to verify the application's failover workflow.

    Outage simulation

    To simulate the outage, you can rename the source database. This name change causes application connectivity failures.

    Recovery

    Validation

    Complete the drill by verifying the application integrity post recovery (including connection strings, logins, basic functionality testing, or other validations part of standard application signoffs procedures).

    Reference documentation link: https://learn.microsoft.com/en-us/azure/azure-sql/database/disaster-recovery-drills?view=azuresql

    Thanks

    Was this answer helpful?

    0 comments No comments

  2. SSingh-MSFT 16,461 Reputation points Moderator
    2023-08-25T09:50:38.9533333+00:00

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.