Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to create a cloud service package (.cspkg) and cloud service configuration file (.cscfg)

Tags:

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

like image 986
bobo2000 Avatar asked Mar 25 '13 15:03

bobo2000


People also ask

How do I create a Cspkg?

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.

Which file specifies the settings that are used by Azure to configure cloud service?

The configuration of the settings for your cloud service is determined by the values in the ServiceConfiguration. cscfg file. You specify the number of instances that you want to deploy for each role in this file.


1 Answers

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.

like image 75
jfabrizio Avatar answered Sep 21 '22 15:09

jfabrizio