0
votes

I am setting up a CI/CD Pipeline for my organization, we are service company who serve a customer who are using Azure Appservice as their platform with their own subscription.

Now we are planning to buy Azure DevOps subscription by our own and start using it for our 5 projects to build CI/CD pipeline and release pipeline is targeted to Customer Azure Appservice.

I am sure that somebody have already done it and what are the challenges in it. Usually when I am doing in the same organization we create Service connections and it works, wanted to know how it works in case of different subscriptions and different organizations.

1

1 Answers

0
votes

You would need to create service principal\azure ad users for azure powershell to rely on for silent auth (examples). After that you can just use New-AzResourceGroupDeployment cmdlet to do the deployments.

Alternatively you can manually create a service connection for an existing Service principal in customers tenant (document covering that).