I plan to move the node.js application on top of the Windows Azure cloud service. However, unlike Azure websites, there is no git integration, and you must download the ZIP containing the .cspkgand files .cscfg.
For developers using Windows machines to deploy, they have cspack.exe to create these files, however * nix users do not seem to have anything - and, more importantly, no WHAT documentation actually contains these files / look.
I if you do not have a tool to nix * , but can someone point me in the direction of the specification for these files - or tutorial where someone created them manually?
Update: To clarify, I am developing node.js.
Update 2: I just found this project that can be used in conjunction with the node SDK
Many thanks,
source
share