Multi-branch pipeline with Azure repo

Hi , I want to create a multi-branch pipeline based on pull request created or source branch modification after PR raised using Azure repo. Is there any option/plugin/configuration available in jenkins pipeline to add “strategy” based on “The current pull request revision” as available for bitbucket and github.
Thanks in advance

There is no Jenkins branch source plugin available for Azure DevOps repositories as far as I know.

There are branch source plugins for:

Based on those branch source plugins, we’d love to have an Azure DevOps branch source. You could use the Gitea plugin as a starting point to create that plugin.