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:
Which three actions should you perform in sequence?
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:
I think second box should be Debug insted of Release.
i agree with you but look the order at point 7 :https://docs.microsoft.com/en-us/azure/app-service/web-sites-dotnet-troubleshoot-visual-studio
Shouldn’t it be more ?
Debug
publish
attach
Toast, I think i prefer the option, (but your option could be right too).
1)Publish (we need to go to publish)
2)Debug
3)Attach.
if you check point 5) of your link it says publish before, for me correct answer should be something like,
1)Publish (we need to go to publish)
2)Debug
3)Click publish button
4)Attach.
Check this link for example: https://docs.microsoft.com/en-us/azure/vs-azure-tools-debug-cloud-services-virtual-machines
To enable remote debugging for a cloud service
1 – Open the shortcut menu for the Azure project, and then select Publish.
2 – Select the Staging environment and the Debug configuration.
3 – After the debugger attaches to an instance, debug as usual.
yes thats true. i beleive now its publish, debug, attach
at the section for the cloud service its definitely this order that match.
thanks Fiber
Release is right , as both debug and release options can help debgugging.Enable Remote debugging needs to be there.