An Azure service for ingesting, preparing, and transforming data at scale.
Hi Sarangarajan, Swathi SBOBNG-PTIY/EU/S,
The error appears to be caused by a missing runtime value in the published pipeline rather than by the Delete activity itself. Since Debug works but Trigger fails, the published JSON is likely not getting all required parameters or secure values. The secureString null error supports that interpretation.
The change you see in storeSettings between AzureBlobFSReadSettings and AzureDataLakeStoreReadSettings is typically just ADF Studio displaying the storage connector type for the underlying dataset. That change alone is not usually the reason the trigger fails.
Please verify the published pipeline, dataset, linked service, and any parameterized secure values used by the Delete activity. In particular, check whether the trigger run is missing a value that Debug is able to resolve automatically.