I am deploying a new project in Azure Pipeline, I have unit tests into this projects. unit tests must have access an azure app configuration, what is the best way for my project to authenticate to access azure app configuration ?
I don’t know how to use the managed identity from there …