Developing Microsoft Azure and Web Services — Question 3

You are developing an Azure web app by using Microsoft ASP.NET MVC.
From Microsoft Visual Studio, you use the Web Deploy Package publish method to create a deployment package for the web app.
You need to deploy the package.
What should you run?

Answer options

Correct answer:

Explanation

The correct answer is D, the msdeploy.exe command, which is specifically designed for deploying web applications. The other options are incorrect as they either pertain to building projects or saving service project packages rather than directly deploying a web app package.