This message was deleted.
# azure
s
This message was deleted.
c
Also I might be missing something basic, but there doesn't seem to be a way to provide virtual machine resources as backends
c
When in doubt, go to the ARM reference as that the source of truth. Pulumi a wrapper for the ARM API. For the virtual machine, try configuring the load balancer on the NIC. https://docs.microsoft.com/en-us/azure/templates/microsoft.network/networkinterfaces?tabs=bicep https://www.pulumi.com/registry/packages/azure-native/api-docs/network/networkinterface/#networkinterfaceipconfiguration
c
Ah, thanks a bunch, I'll give that a go