Skip to content

Discovery: scan an Azure Blob Storage container for all PII. No WHERE

Source: 17-scan-azure-blob.phisql

PhiSQL

-- Discovery: scan an Azure Blob Storage container for all PII. No WHERE
-- clause is the broadest possible scan; the engine surfaces every entity
-- it can detect with the configured detectors.
-- Compiles to the JSON in 17-scan-azure-blob.json.

SCAN IN 'azure://acmestorage.uploads/customer-files/';

Compiles to

{
  "operation": "SCAN",
  "source": {
    "uri": "azure://acmestorage.uploads/customer-files/",
    "scheme": "azure"
  }
}