Is it possible to restore a Azure NetApp account / Capacity Pool / Volume if the resources accidentally deleted?
According to this MS-Q&A by Sumarigo-MSFT.
It is not possible to restore the Azure NetApp account. Because it does not have support for soft delete for accidental deletion.
Also refer this MS-Document,
When I delete an Azure NetApp Files volume, is the data deleted safely?
Deletion of an Azure NetApp Files volume is performed programmatically
with immediate effect. The delete operation includes deleting keys
used for encrypting data at rest. There is no option for any scenario to recover a deleted volume once the delete operation is executed successfully (via interfaces such as the Azure portal and the API.)
Make sure while creating account set up a backup or snapshot strategy in advance. Also, enable resource locks to the NetApp file resource that prevent either deletions or modifications.
Reference:
Protect your Azure resources with a lock - Azure Resource Manager | Microsoft Learn