@Syelding Can you share the screenshot of the issue? May I know what exactly are you trying to accomplish?
How are you trying to create the storage account ? Using ARM template ? or from Azure Portal UI ?
Can you try using Azure CLI command :
az storage account create -g azurelearning -n <give unique storageaccountname> --verbose
Refer to this Q&A thread suggestion Failed to create new Storage account:
Try using a new resource group and create the storage account under the new Resource Group.