DRAG DROP
You deploy an application as a cloud service to Azure. The application contains a web role to converttemperatures between Celsius and Fahrenheit.
The application does not correctly convert temperatures. You must use Microsoft Visual Studio to determine why the application does not correctly convert temperatures.
You need to debug the source code in Azure.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Wrong.
Publish
set build to debug
attach debugger
https://docs.microsoft.com/en-us/azure/vs-azure-tools-debug-cloud-services-virtual-machines
0
0
Read the link. They say that Release can be selected. As Remote Debugger must be selected then the correct answer has to be the one given.
1
0
Answer is correct, as pointed out by @Lia
This is only a guideline. You can opt to run your test environments in a Production environment. However, you may adversely affect users if you enable remote debugging on the Production environment. You can choose the Release configuration, but the Debug configuration makes debugging easier.
https://docs.microsoft.com/en-us/azure/vs-azure-tools-debug-cloud-services-virtual-machines
2
0