Automate Azure Storage Account Key Rotation

Storage accounts in Azure comes with 2 keys. These keys basically give root access, so it can be beneficial for you to rotate to prevent storing of keys in an unsecure way, or sharing/abuse.
You can now block access, however some may need on an in-frequent basis.
Enabling when needing to use and disabling when not could be a solution but would depend on a manual…