This message was deleted.
# azure
s
This message was deleted.
t
s
this is not exactly what I need. I want to create similar thing like in AWS where I can create SSH KeyPair that are stored in cloud provider and then attached them to any new VM. For aws there is a
Copy code
ec2.KeyPair
resource. For azure I can create ssh key portal using but I can’t find equivalent in pulumi resources ( i’m using python )
s
@broad-dog-22463 thx Im using this for AWS is there a similar thing for azure ?
I can create keypair in azure with marketplace ssh key
but I would like to create this with pulumi
b
I’m not sure why you mean marketplace ssh key
There’s nothing specifically in azure that allows you to creat centrally managed ssh keys right?
s
This one :