Skip to content
Discussion options

You must be logged in to vote

When I run azd pipeline config it fails as I don't have permissions, so I'd like to give an Azure CLI command to someone else to run so that they can provide the service principal, but I'm not sure the command.

For your scenario, you would need two different Service Principal Applications.
The first one SP which you would use to log it the Azure CLI running something like:

#Log in with a service principal using client secret. Use -p=secret if the first character of the
#    password is '-'.
        az login --service-principal -u http://azure-cli-2016-08-05-14-31-15 -p VerySecret --tenant
        contoso.onmicrosoft.com

You will ask a contributor or admin to create this SP and share the…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vhvb1989
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants