Yes.
data "azurerm_client_config" "current" {}
resource "azurerm_storage_account" "storageaccount" {
[...]
network_rules {
private_link_access {
endpoint_resource_id = "/subscriptions/${data.azurerm_client_config.current.subscription_id}/providers/Microsoft.Security/datascanners/StorageDataScanner"
endpoint_tenant_id = data.azurerm_client_config.current.tenant_id
}
}
}
This is probably related to a forced malware scanning on the Storage account?