Creating a service principal for a pipeline, when you're not a subscription owner #696
-
I'm contributing some The deployment is going into a subscription that I don't have owner or contributor access to, but I do have access to the resource group (so I can view the deployed resources once done). When I run I've tried the
What's the "raw" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
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:You will ask a contributor or admin to create this SP and share the…