0

smarxのnoderole / packanddeployをチェックアウトし、ローカルでテストしてからAzureにデプロイしたいのですが、VisualStudioを使用していません。どうすればそれができますか?

4

1 に答える 1

2

You can deploy using the Windows Azure Portal or by using PowerShell. First you'll need to use cspack.exe to create the service package like you'll find in smarx's packanddeploy (more info here: http://msdn.microsoft.com/en-us/library/windowsazure/gg432988.aspx)

Once you have the package, you can upload it through the Windows Azure Portal or use the PowerShell cmdlets. The training kit comes with an exercise to deploy using PowerShell: Exercise 2: Using PowerShell to Manage Windows Azure Applications

于 2012-04-17T09:49:50.927 に答える