Hello! I'm Trying to create VM using pulumi_azure...
# python
w
Hello! I'm Trying to create VM using pulumi_azure_native pulumi python on azure. I want to copy directory that vm.Can you please suggest me what is the best way to copy directory on that vm via pulumi_azure_native pulumi python. Thanks in advanced.
e
Have you looked at the command provider? E.g. https://www.pulumi.com/registry/packages/command/#remote-provisioning-of-an-ec2-instance should be pretty similar except it's for aws instead of azure, but the file copy bits should be similar.
w
Thanks.