Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.09 KB

File metadata and controls

26 lines (21 loc) · 2.09 KB

CloudSploit

AZURE / SQL Databases / DB Restorable

Quick Info

Plugin Title DB Restorable
Cloud AZURE
Category SQL Databases
Description Ensures SQL Database instances can be restored to a recent point
More Info Automated backups of SQL databases with recent restore points help ensure that database recovery operations can occur without significant data loss.
AZURE Link https://docs.microsoft.com/en-us/azure/sql-database/sql-database-recovery-using-backups
Recommended Action Ensure that each SQL database has automated backups configured with a sufficient retention period and that the last known backup operation completes successfully.

Detailed Remediation Steps

  1. Log in to the Microsoft Azure Management Console.
  2. Select the "Search resources, services, and docs" option at the top and search for "SQL databases".
  3. On the "SQL database" page, select the SQL database that needs to be examined and click on its name to reach its configuration page.
  4. On the selected "SQL database" page, scroll down the left navigation panel and select "Overview" and click on "Restore" button at the top.
  5. On the "Create SQL Database - Restore database" page, select the desired configuration and click "Review + Create" at the bottom.
  6. On the "Review + Create" page, click on the "Create" button.
  7. On the restored database, verify that all data matches with the current database.
  8. Repeat steps number 4 - 7 to ensure that each SQL database has automated backups configured with a sufficient retention period and that the last known backup operation completes successfully.