I have a question for anyone who has tested this scenario before.
I'm planning to apply a CanNotDelete lock on the Resource Group that contains my Storage Account.
CanNotDelete means authorized users can read and modify resources, but they cannot delete them.
My question is:
If I run VACUUM in Databricks, will it throw an error due to the lock, or will it still function as expected?