exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 1 question 31 discussion

Actual exam question from Microsoft's 70-487
Question #: 31
Topic #: 1
[All 70-487 Questions]

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?

  • A. themsbuild.execommand
  • B. theSet-AzureWebSitecmdlet
  • C. theSave-AzureServiceProjectPackagecmdlet
  • D. themsdeploy.execommand D
Show Suggested Answer Hide Answer
Suggested Answer: Explanation 🗳️
Deploying an ASP.NET web application.
The first step is to create a simple web application.
The second step is to create the package to deploy the web app to Azure. Msbuild can be used at this step.
The third stage is to deploy the package, created in step 2, with the help of Msdeploy.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
MaverickCalibre
Highly Voted 5 years, 5 months ago
Answer is D. MSDeploy.exe command
upvoted 7 times
...
supersunny
Highly Voted 5 years, 3 months ago
D. is the Answer. Using the msdeploy tool solves it.
upvoted 6 times
...
supersunny
Most Recent 5 years, 3 months ago
D is the correct answer.
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...