key Data
Parameters
value
The Public SSH Key which should be written to the path
defined above.
Note: Azure only supports RSA SSH2 key signatures of at least 2048 bits in length NOTE: Rather than defining this in-line you can source this from a local file using the
file
function - for examplekey_data = file("~/.ssh/id_rsa.pub")
.