https://pulumi.com logo
Title
w

wide-apple-61576

04/12/2023, 7:19 AM
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

echoing-dinner-19531

04/12/2023, 3:24 PM
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

wide-apple-61576

04/13/2023, 12:30 PM
Thanks.