hello Siphelele Hadebe
One possible reason could be that the trigger is not in the "Started" state. You can check the status of your trigger by using the az datafactory trigger show
If the status is "Stopped," you can start the trigger by using the az datafactory trigger start
command.
Another possible reason could be that the trigger is not associated with the correct pipeline. You can check the association by using the az datafactory trigger show
command and verifying that the pipelineReference section is correct.
If the above steps do not resolve the issue, you can try deleting and recreating the trigger.
Before deleting the trigger, make sure to stop it by using the az datafactory trigger stop
command. Once the trigger is deleted, you can recreate it by following the steps in the documentation.
If none of these step's work, it's possible that there may be an issue with the Azure Data Factory service. I hope this helps.