79780002

Date: 2025-10-01 11:58:25
Score: 3
Natty:
Report link

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?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: tore-