How to create virtual machine in azure using pulum...
# general
c
How to create virtual machine in azure using pulumi without key_data?, basically ssh key should be auto generated on VM
l
How would you get the private key out? Putting the public key in is the solution: it's safer (you're not sending the secret over the wire) and it doesn't require solving a new problem, you can use the solution provided.