Issue with aruzeRM storage account location

Error: creating Azure Storage Account “xxxxxxxxxxxx”: storage.AccountsClient#Create: Failure sending request: StatusCode=400 – Original Error: Code=“LocationNotValid” Message=“Supplied location uksouth is not valid.”

│ with module.Storageaccount.azurerm_storage_account.storage_account,
│ on Modules/Storageaccount/main.tf line 2, in resource “azurerm_storage_account” “storage_account”:
│ 2: resource “azurerm_storage_account” “storage_account” {

Team,
I’m trying to deploy a storage account in “UKSOUTH” location and getting the above error. Below is the spec for my environment:
Terraform v1.1.2
on darwin_amd64

FYI - I tried to change the azurerm version to v2.86.0, still same error. Any idea, how to go about it.