DRAG DROP -You deploy an application as a cloud service to Azure. The application contains a web role to convert temperatures 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:
DRAG DROP -Your team uses a proprietary source control product. You use FTP to manually deploy an Azure website.You must move your source code from the proprietary source control product to a secure on-premises Git versioning system. Instead of deploying the website by using FTP, the website must automatically deploy to Azure each time developers check-in source files.You need to implement the new deployment strategy.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:
HOTSPOT -You are developing an Azure cloud service for a company. The cloud service monitors a queue for incoming messages and then processes invoices based on the contents of these messages.Some messages are formed incorrectly and cause exceptions. There is no time limit for how long the service takes to process an individual message.All messages must be processed at least once by using the ProcessMessage method. Messages must not be processed more than twice by using theProcessMessage method. Messages that fail normal processing must be processed by using the ProcessPoisonMessage method.You need to configure message processing.How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.Hot Area:
HOTSPOT -You deploy a new version of a cloud-service application to a staging slot. The application consists of one web role. You prepare to swap the new version of the application into the production slot. Your Azure account has access to multiple Azure subscriptions. You load the Azure PowerShell cmdlets into the WindowsPowerShell command shell. The command shell is NOT configured for certificate-based authentication.You must use the Windows PowerShell command window to configure the application.You need to create five instances of the web role.How should you configure the relevant Windows PowerShell script? To answer, select the appropriate option or options in the answer area.Hot Area:
Which of the following applications would be a good candidate to move to a cloud-based platform?
You develop a service that runs on a worker role in Azure. The service caches a large amount of data from a database at startup. The service has a configuration file that includes two settings named ConnectionString and SleepInterval.The service must restart when the value of the ConnectionString setting changes. The service must NOT restart when the value of the SleepInterval setting changes.You have the following code. Line numbers are for reference only.You need to configure the service.Which code segment should you insert at line 21?