I have a python program that gives me all the details regarding different VM instances of a Virtual Machine Scale Set(VMSS) in Azure, in JSON format. However, I want something (a parameter) to identify which Public IP is for which instance.
The program just gives me a list of Public IP's of the all the instances now. So, let us assume that I want to get the Public IP of the 3rd instance specifically.
What should I do?