Hi @Anshal ,
Thank you for posting query in Microsoft Q&A Platform.
Debug run:
- Debug run will execute pipeline with draft changes also, That means lets say you did some changes in pipeline and not published them yet. Still Debug run will execute pipeline by considering that changes as well.
- Debug Run cannot be scheduled. Its always manual run.
Trigger run:
- Trigger run will execute pipeline with published version only. Drafted changes made in the pipeline will not be considered in it.
- Trigger run can be scheduled. Above are the main difference between debug run and Trigger run in layman terminology
Now, coming to query, why Microsoft support team asked is it debug run or Trigger run?
We cannot predict the exact reason behind it, depending on the issue to understand the root cause or to check logs in backend or repro scenario or based on nature of issue it may needed for them to better help with troubleshooting issue.
Hope this helps. Please let me know if any further queries.
Please consider hitting Accept Answer
button and Up-Vote
. Accepted answers help community as well.