Terraform state backup, is it possible to create from backup state file

I have created multiple resources and also configured backend.

so after performing above steps I have used performed terraform destroy.

so now I want to apply again expecting same resources I want to create.

but when I do terraform apply and init it is failing with following error:

Failed to get existing workspaces: Error retrieving keys for Storage Account

so now I have decided to create same resources using stage backup file. but how to proceed to create same resources with state backup file I have, Please suggest.

You must figure out and fix this error. You’ve not shown the surrounding context in which the error occurred, or the related configuration - it is difficult to know what to suggest without those.

I do not understand what you are saying - but it does not sound like something that is possible.