Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!
Posting as solution, After deleting the managed identity was able to resolve the issue.
Command:
(Get-AzStorageAccount -ResourceGroupName "<your-resource-group>" -Name "<your-storage-account>").Identity
Set-AzStorageAccount -ResourceGroupName "<resource grp name>" -Name "<Storage account name>" -IdentityType None
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community member