Queries around scalet set

sns 9,226 Reputation points
2023-09-27T06:28:38.27+00:00

We use uniform orchestration mode scale set as self hosted agent for azure pipelines

  1. Why it is showing No? at what scenario it shows NO? below highlighted

User's image

  1. at what scenario these goes unhealthy status
  2. what needs to be done to keep same instances with name always so that azure pipeline would pick same instance and would be easy for trouble shooting
Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
348 questions
0 comments No comments
{count} votes

Accepted answer
  1. shiva patpi 13,141 Reputation points Microsoft Employee
    2023-09-27T18:05:48.0066667+00:00

    @sns

    I just reproed the same issue for you:

    Latest Model goes to NO status immediately once you connect your Azure Devops pipeline to this particular VMSS.

    In general scenarios , if any changes are done at the VMSS config end and if those are not propagated to the instance level - that's where the Latest Model will show as NO - which also indicates that those instances needs to have the latest changes which are applied on the VMSS level.

    To make to YES , you need to select the instances & click on Upgrade !!

    Couple of options which I was thinking to use the same instances with name:

    -> In the Azure Devops pipeline , you can unselect the option of "Automatically tear down virtual machines after every use " , so that those VMSS instances will not get deleted !

    -> Try to use the VMSS with Flexible more

    Will continue to do more research for you , but you can start with those options for now...

    Regards,

    Shiva.


0 additional answers

Sort by: Most helpful