This message was deleted.
# azure
s
This message was deleted.
t
p
That is clear, but how do I actually import this key into another Azure Key Vault? Do I just have to create a new key and copy all properties from the original key? I can't imagine that this would work. Or am I wrong?
t
Ah, I now I see - you want to copy the key to a new vault. Sorry for misundestanding. I actually don’t know if that’s possible with Pulumi.
p
If you don't know that who else would 🙂?
Seems like you have to create your own pem file and upload it to Azure Key Vault as a Key. If you want to share this key you could upload the pem file as a Secret and import it on each Azure Key Vault instance.