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?
A.
Use the Service Management API to deploy the application package.
B.
Use the cspack and csrun command-line utilities and pass the cloud project as an argument.
C.
Publish the cloud project to a local directory and upload the application package to Windows Azure Blob
storage.
D.
Publish the cloud project to a local directory and use the Windows Azure Developer Portal to upload the
application.