I have an Azure Service Principal that I use with my proj pipeline (Azure DevOps). I'm going to provision an environment for the client in azure with my subscription.
I'm going to transfer the subscription to the client (Which I know how to do). But my question is:
- Do Azure Service Principals; since they're related to a subscription, persist in my subscription or do they change scopes do to subscription transfer?
- Do Service Principal owners and/or roles get transfer? -I ask this because I need to maintain client resources. Therefore I still need access to their environment.