Azure and the concept of Service Principals creating other Service Principals

Denis Biondic
CoffeeApplied Blog | Denis Biondic
3 min readFeb 4, 2019

--

Key concept in automating stuff on Azure is who or what is going to execute that beautifully written automation script. As long as you are developing, it is fine when your script runs under your user account, but which account should be used when running the script inside a continuous deployment job?

App registrations screen in Azure AD

--

--