I have a project repository in bitbucket. I want this repo to be triggered synchronously in azure devops pipeline, that is, when I make a change and commit it to bitbucket, azure devops will detect this change synchronously and I want the pipeline to be triggered for every change.
I work on the company's virtual servers, azure devops on prem is installed and accessed via IP, bitbucket is cloud access.
I am new to devops processes. I will have an SCA tool scan the pipeline, which is actually why I want it. If possible, can someone who knows about Bitbucket - Azure synchronization help me?