I'm trying to create a release pipeline in Azure DevOps. I created an App service resource in Azure and I want to deploy my web-app to this App service through my pipeline. For that I need to create an ARM service connection. Can you please help me with understanding the difference between the types of service connections? Thanks!
- What is the difference between Service Principal (automatic) and Service Principal (manual) ?
- What is the difference between service principal, managed identity and publish profile?