A team uses Terraform with the `azurerm` backend. A junior engineer accidentally deletes the state file from the storage container. The team has a backup from 2 hours ago in a different container. What is the correct procedure to recover from this state loss?
This restores the known good state and allows verification.
Why this answer
Restoring the backup and reapplying should recover. Option A is correct. Option B would recreate all resources but may cause downtime.
Option C is risky. Option D is too destructive.