azure - Where is located the ServiceDefinition.csdef file? -


i'm following tutorial https://msdn.microsoft.com/en-us/library/azure/gg433110.aspx configure web role multiple web sites, in tutorial should open servicedefinition.csdef file, not know file located, route find file?

use visual studio create file (and other necessary files project) prior configure web role:

1) install sdk chosen language.

http://azure.microsoft.com/pt-br/downloads/

2) in visual studo, create new cloud project

3) add roles want use, ie. website, add web role.

if don't want use visual studio, can create standard cloud service project using powershell cmdlet. layer goes above web project.

new-azureserviceproject

https://msdn.microsoft.com/en-us/library/azure/dn495188.aspx


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -