Thank you for asking this question on the **Microsoft Q&A Platform. **
I understand that you want to trigger the azure pipeline via command lines.
You can use one of the following options:
- Via Az CLI https://learn.microsoft.com/en-us/cli/azure/pipelines?view=azure-cli-latest#az-pipelines-run
- Via REST API https://learn.microsoft.com/en-us/rest/api/azure/devops/pipelines/runs/run-pipeline?view=azure-devops-rest-6.0
- Via Powershell I found this script (Use Rest API) https://stackoverflow.com/questions/55461216/powershell-to-trigger-a-build-in-azure-devops
Hope this helps,
Carlos Solís Salazar
----------
Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
NOTE: To answer you as quickly as possible, please mention me in your reply.