careful-gold-59583
11/28/2024, 10:00 AMmodern-zebra-45309
11/28/2024, 10:23 AMadventurous-butcher-54166
11/28/2024, 10:26 AMVirtualMachine.network_profile.network_interface_configurations
property while the VM is stopped.modern-zebra-45309
11/28/2024, 10:27 AMcareful-gold-59583
11/28/2024, 11:07 AMadventurous-butcher-54166
11/28/2024, 11:56 AMResourceAction(
resource_id=your_vm.id,
action="stop",
when="apply",
)
Another option would be to use pulumi-command's local.Command with az
cli and configure your NIC configurations as a trigger on that so it only happens when those need to be changed.