sparse-intern-71089
11/29/2022, 11:43 PMthankful-stone-34269
11/29/2022, 11:49 PMmelodic-tomato-39005
12/02/2022, 3:44 AMVirtualMachine
docs:
Themaybe you’ll have better luck with one of these two? I seeresource has been superseded by theazure.compute.VirtualMachine
andazure.compute.LinuxVirtualMachine
resourcesazure.compute.WindowsVirtualMachine
virtual_network_name
looks better here:
https://www.pulumi.com/registry/packages/azure/api-docs/compute/windowsvirtualmachine/
We also have a recent full example in form of a template. This is what you get when you run pulumi new vm-azure-python
but you can also just take it directly from Github.
https://github.com/pulumi/templates/blob/master/vm-azure-python/__main__.py