Im pretty new to the Azure cloud world, so kinldy bare with my question. I have the following requirements,
- Fetch the azure vm name
- Start and Stop this application from another application in the same vm.
For example:
Lets say we project A and B
A can start and stop B and both are inside the same Azure vm
I see that we can use Azure's IMDS to fetch the vm name and an whopping amount of metadata using the non-routable IP (169.254.169.254) but is there any equivalent Java SDK ?