exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 1 question 51 discussion

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing a RESTful API that uses ASP.NET Core. You plan to host the API in Azure App Services. You provision a development environment in the application service.
Developers must be able to deploy the API to the development environment. You must not share the Azure account credentials with developers.
You need to ensure that developers can deploy the API to the development environment.
Solution: Download the Publish profile for the application service and share it with the developers. Use Microsoft Visual Studio Publishing.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
To configure deployment for a web project in Visual Studio, you create one or more publish profiles using the Publish Web wizard. A publish profile specifies the server you are deploying to, the credentials needed to log on to the server, the databases to deploy, and other deployment options. When you are ready to publish, you choose the profile you want to use and click the Publish button in the wizard or in the Web One Click Publish toolbar.
References:
https://msdn.microsoft.com/en-us/library/dd465337(v=vs.110).aspx

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
sti88
Highly Voted 4 years, 7 months ago
I think the answer is correct, because the question state not to share Azure account. "You must not share the Azure account credentials with developers..." In this case, they are only sharing the credentials for the server to perform deployment. They can't change settings.
upvoted 6 times
...
jddjsjdsf
Highly Voted 4 years, 8 months ago
Is this correct? You must not share credentials, but the explanation says that the deployment file does contain the credentials for the server.. which means you are sharing credentials, right?
upvoted 5 times
jddjsjdsf
4 years, 7 months ago
sti88 is correct. The file does contain credentials, but not azure credentials.
upvoted 1 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 ...