Azure Vm scale set - code deployment

Azurebegginer 146 Reputation points
2020-06-01T11:16:02.2+00:00

Hello,

How do I update the web code for the VMs in a scale set. Do I connect to individual VMs??

Do I update it from visual studio? How do I do at the same time on 10 VMs.

Please advice.

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

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 24,441 Reputation points
    2020-06-01T13:37:53.72+00:00

    @NeerajV-6011
    You do not need to connect to individual VM's for code deploy in VMSS.

    Please check this document for ways to deploy application to VMSS.

    You can use, custom images.
    Use Custom Script Extension for deploying application.

    Check this tutorial on deploying apps to VMSS using Ansible.
    Check this blog post which has details on deploying application on VMSS from Visual Studio.

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.

    0 comments No comments