Reputation: 29169
I'm using Azure DevOps and had some issues with releasing a container to Azure Web Service.
I have 2 projects which during Build produce a docker image which is stored in an Azure Registry. When a new image is pushed the release pipeline is triggered and deploys it to a azure web service. I have this working, but I noticed a difference in release steps between the 2 project. The step was
The first step is 'Initialize Agent'. It looks like
So, in one project I have this step, and in the other I see this
As I said both work fine, but I cannot explain the difference. If someone has an idea what the reason might be I really would like to know
Upvotes: 0
Views: 141
Reputation: 72191
those are internal Azure Devops steps, nothing you should worry about. there probably is some rationale behind this, but you'd need somebody from the product group to explain that.
Upvotes: 2