I'm looking for a way to copy from storage account azure to host machine Windows.
I can do it using AZCOPY
.
But I need something with terraform once I create the machine, the copy will happen.
I found this option provisioner "file" but I can't precise storage account.
or if you have an idea to use it through powershell script
Any help will be appreciated.