Using Different Service Connections on same Azure Pipeline
Surya Teja Putta
5
Reputation points
I have a situation where I need to use two different service accounts on my Pipeline.
one for connecting DevOps to Azure (via service connection)
The second one is for explicitly logging in using AZ login.
Here are my questions
1- Is this a valid scenario where I can use two different ones in a single pipeline?
2- If yes, how can I do this
Thanks a lot
Sign in to answer