Execute java code in azure virtual machine and schedule the automation using azure pipeline

I need to automate some code which uses azure vault security key and need to execute them in azure virtual machine. And I need to schedule this automation. Is there a way I can use azure virtual machine as agent when running the azure pipeline.

Scheduled azure pipeline execution with azure virtual machine as agent

Leave a Comment