How to add non azure vm into VSTS Deployment groups

90 Views Asked by At

As we know we can add azure vm as a machine into our VSTS deployment group using the PowerShell script which VSTS provides. Based on that we can create new release definition and add our machine into pipeline.

Question is there any way to add non azure vm into VSTS deployment group?

1

There are 1 best solutions below

1
Harshil Lodhi On BEST ANSWER

The script that is provided is agnostic to cloud providers and can be used on any machine with powershell and internet connectivity.