@Zach Thank you for reaching out to Microsoft Q&A. I understand that you are trying to remove your storage account but are unable to do so as it is throwing an error that the migration is pending. Please run in the below cmdlets in PowerShell:
Cancel Migration : Move-AzureStorageAccount -Abort -StorageAccountName "Saname"
Remove Storage Account: Remove-AzureStorageAccount -ResourceGroupName "RG01" -AccountName "mystorageaccount" -Force -debug -verbose
Please let us know if that helps or if you have any further questions and we will be glad to assist you further. Thank you!
Remember:
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
Want a reminder to come back and check responses? Here is how to subscribe to a notification.