exam questions

Exam 70-486 All Questions

View all questions & answers for the 70-486 exam

Exam 70-486 topic 1 question 159 discussion

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

You develop an application. You deploy the application as a worker role to a staging environment in Microsoft Azure.
You receive feedback from testers that the application is throwing errors.
You need to ensure that you can remotely debug the application by using Server Explorer in Microsoft Visual Studio.
What should you do?

  • A. Explicitly attach the debugger to the WaWorkerHost.exe process.
  • B. Republish the application using the Debug build configuration.
  • C. In Server Explorer, right-click the application instance node and select Enable Debugging.
  • D. Republish the application and enable IntelliTrace.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
References:
https://docs.microsoft.com/en-us/visualstudio/azure/vs-azure-tools-intellitrace-debug-published-cloud-services?view=vs-2017

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
ruj0007
Highly Voted 5 years, 1 month ago
The answer should be B. Question is how to debug remotely from server explorer, not to gather logs Reference: https://docs.microsoft.com/en-us/visualstudio/azure/vs-azure-tools-debug-cloud-services-virtual-machines?view=vs-2019#to-debug-an-azure-virtual-machine
upvoted 9 times
soats
4 years, 11 months ago
Actually not. As per documentation says : With IntelliTrace, you can log extensive debugging information for a role instance when it runs in Azure. If you need to find the cause of a problem, you can use the IntelliTrace logs to step through your code from Visual Studio as if it were running in Azure. In effect, IntelliTrace records key code execution and environment data when your Azure application is running as a cloud service in Azure, and lets you replay the recorded data from Visual Studio. Therefore Intellitrace is a good fit to debug.,
upvoted 3 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 ...