I have a VM with running services in azure. I want the DevOps pipelines to:
- Access the VM.
- Stop the service.
- Upload the newly built service.
- Start the updated service.
The problem is I don't know how to access/be in the VM from DevOps pipelines. Is there any specific PowerShell package I can use or any simple solution?