Reputation: 243
Will it take the logged-in user account or some other authentication using CI / CD pipeline
Upvotes: 1
Views: 54
Reputation: 58931
Juunas is right, you typically create a service principal within Azure AD (instead of a user principal) and grant it contributor right to your subscription / resource group.
In Visual Studio Team Services you can add that principal as a Service Endpoint and when you add a Task within your Release build to deploy the template you can select that:
Upvotes: 1