I am currently doing some work in Azure, and I'm trying to get the Resource ID of an Internal IP address located in an Azure virtual network. I essentially need the equivalent of the below command, but for an internal IP. Does anyone know how I can retrieve this?
Thanks,
az network public-ip list --query "[?ipAddress!=null]|[?contains(ipAddress, '$IP')].[id]" --output tsv