Parsing error when bootstrapping on Windows

Solution 1:

YAML can be quite picky about formatting, whenever you have something other than alpha numberics make sure to apply quotes.

authorized-keys-path: "C:\Users\user\SkyDrive\Documents\Azure\ssh\"

Should resolve the issue.