I have created virtual network and VMs with only private ips inside virtual network.I have created an Automation Account and powershell runbooks inside this automation account.
My goal is to access these VMs using Azure Automation Account Runbooks, but I am not sure how can I do this.
I have read about Azure private endpoint, and created a private endpoint where private link resources is my automation account. I can see one network interface is created with a private IP from my virtual network but this also I am not able to figure out how to use for access my VMs using runbooks.
What can I do to access my Azure private VMs using runbooks?