Unable to update Azure Storage Account minimum TLS version: Error: Managed Service Identity (MSI) was not found for resource ''
Following the announcement about the retirement of TLS 1.0 and 1.1 support, I tried to update the minimum TLS version on one of my storage accounts to 1.2 (via the Azure Portal).
It failed with the following error:
Failed to update storage account '(redacted)'. Error: Managed Service Identity (MSI) was not found for resource ''.
As far as I can tell, there's nothing special about this storage account. Here are its main properties:
I have successfully updated all my other storage accounts, the error only occurs for this one.
I tried to update it via PowerShell, but it gave the same error.
Any idea what could be causing this and how to fix it?
Thanks