hundreds-gpu-71155
03/12/2024, 11:43 PMpulumi_azure_native.compute.VirtualMachine? I was thinking I had to pass VirtualMachine.network_profile.network_interfaces to ...network.get_network_interface_output(), but azure doesn't seem to like thattall-librarian-49374
03/13/2024, 7:54 AMhundreds-gpu-71155
03/13/2024, 3:22 PMget_public_ip_output(), thanks!hundreds-gpu-71155
03/13/2024, 3:59 PMPublicIP (it seems to work just fine to feed that into DNS stuff). I need the private IP of a VirtualMachine on a VirtualNetwork to give to load balancershundreds-gpu-71155
03/13/2024, 4:25 PMNetworkInterface instead of an implicit one, and using NetworkInterface.ipConfigurations[0].privateIPAddress.hundreds-gpu-71155
03/13/2024, 4:26 PMVirtualMachine.network_profile.network_interfaces to get_network_interface()hundreds-gpu-71155
03/13/2024, 4:47 PMhundreds-gpu-71155
03/13/2024, 4:55 PM