Is it possible to authenticate Logic App calls to DevOps REST API using Managed Identity? The documentation shows only SDK possibilities, but no logic app examples provided.
I tried Azure DevOps connector, but it uses your personal credentials and creates API connection. oAuth2.0 flow is also a bit overhead.