Azure devops authorization

sakuraime 2,321 Reputation points
2022-03-26T06:13:57.88+00:00

I have got the following error ,
187124-devopserror.png

If I don't have right to authorize ( I don't have right to create service principal) , but another person has right to create service principal but no access to devops .

what's the proper procedure to make the Azure pipeline work ?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,795 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Magnus McCune 6 Reputation points
    2022-03-26T22:09:51.99+00:00

    You can have the person with access to create an app registration/service principals do that part, and also generate a secret or upload a certificate. Then in Azure DevOps, create the service connection using the Azure Resource Manager connection type and then choosing the Service Principal (manual) authentication method. You can then provide the requisite details(Service Principal ID, Subscription ID/Name, Tenant ID and the Secret/Certificate) and test/save the connection.

    1 person found this answer helpful.

  2. Vaibhav Chaudhari 38,686 Reputation points
    2022-03-26T09:44:49.947+00:00

    Hi,

    Azure DevOps related questions are not supported on this forum. It's better to reach out to experts in a dedicated forum over here:

    https://developercommunity.visualstudio.com/report?space=21&ftype=problem&preview2=true&entry=problem


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    0 comments No comments