Hello,
When planning or applying terraform code I get error “Error: retrieving queue properties for Storage Account”
“executing request: unexpected status 403 403 Key based authentication is not permitted on this storage account. with KeyBasedAuthenticationNotPermitted: Key based authentication is not permitted on this storage account.”
azurerm version 4.11.0
provider contains the “storage_use_azuread” argument set to true.
storage account has access keys disabled and uses Entra authorization by default.
Service principal has sufficient permissions on the storage account
Does someone have an idea what is going wrong? I can’t seem to find an answer to this.
Thanks!