@Aubrey Price Thanks for reaching out. The SQL trigger requires change tracking to be enabled not with change data capture.
The SQL trigger uses SQL change tracking functionality to monitor a SQL table for changes and trigger a function when a row is created, updated, or deleted. Internally it used the same as azure function as documented here.
Therefor there is no configuration "How often do you want to check for items" as it uses the SQL change tracking.