how to create a cloud service package (.cspkg) and cloud service configuration file (.cscfg)
azure
Solution
In Visual Studio, go in the Solution explorer panel, right-click on your Azure project and click on Package function. A process will generate the cspkg and cscfg files.
Problem
I have created a web role locally, but I am struggling to do this with the windows azure sdk, the manuals dont seem to give clear instructions on how? Thanks