An Azure service for ingesting, preparing, and transforming data at scale.
That rule will upsert all rows and will only delete rows that have a value in field1, field2 and field3. The actual syntax would look like this:
!isNull(field1) && !isNull(field2) && !isNull(field3)