I'm using Azure DevOps pipeline to trigger automated release to group of servers. For this using Deployment group job.
My situation is i'm a fleet of EC2 instances grouped and managed by AWS AutoScaling group. New instance is launch with custom AMI pre-installed with required software packages and Azure build agent is installed at boot time. Now, I wan't this new instance to be installed with latest release of my application.
I have read Azure support post deployment trigger which can this job, I have verified new target become available when ASG create EC2 instance but no deployment is trigger on it.