Reputation: 2943
Perhaps my brain is still in bed, but I cannot figure out how to get the name and ID of my Azure DevOps Service Principal. I need to give it permission on a Synapse workspace.
Do I have to create a Azure DevOps Service Principal or is it created automatically once I created a project (and repositories) in Azure DevOps?
Upvotes: 1
Views: 9786
Reputation: 3592
As described above you should create a service connection that will automatically create an application (service principal) on which you can assign IAM privileges.
In order to find the application name/ID you should go under your service connection and press Manage Service Principal. Then azure devops will redirect you on Azure on App Registrations/App
Upvotes: 2
Reputation: 5242
Do I have to create a Azure DevOps Service Principal or is it created automatically once I created a project (and repositories) in Azure DevOps?
You need to create service principal manually. Here are the detailed steps:
Upvotes: 2