You are designing an automated deployment process for a Windows Azure application.The process must deploy the application to Windows Azure without any user interaction.You need to recommend a deployment strategy.What should you recommend?
Question:
What should you recommend?
Options:
Use the Service Management API to deploy the application package.
Use the cspack and csrun command-line utilities and pass the cloud project as an argument.
Publish the cloud project to a local directory and upload the application package to Windows Azure Blob storage.
Publish the cloud project to a local directory and use the Windows Azure Developer Portal to upload the application.
Correct Answer
The Correct Answer for this Question is
Use the Service Management API to deploy the application package.