Extension query on scaleset

Varma 1,385 Reputation points
2024-03-19T06:17:51.14+00:00

How following MicroSoft.Azure.DevOps.Pipeline extension made available in the virtual machine scaleset?

User's image

what is the process to make it available over there?

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.
407 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jackson Martins 10,556 Reputation points MVP
    2024-03-19T14:51:37.6666667+00:00

    hI @Varma

    To make this extension available on a virtual machine scale set:

    Go to the Azure Portal.

    Navigate to the VM scale set resource.

    Go to the "Extensions" sheet.

    Click the "Add" button to add a new extension.

    Search for "Microsoft.Azure.DevOps.Pipeline
    Configure the extension according to your CI/CD pipeline requirements.

    Once the extension is added, it can manage tasks such as pulling the latest code from your repository, compiling it, and deploying it to the VM instances in the scale set

    Get in touch if you need more help with this issue.

    --please don't forget to "[Accept the answer]" if the reply is helpful--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.