HOTSPOT -You have an existing server that runs Windows Server. You plan to create a base image of this server. You will use this base image to prepare several virtual servers for future use. After the base image is prepared, you will capture it by using the Azure management portal.You must use the System Preparation Tool (Sysprep) to prepare the server so that the base image can be captured.You need to prepare the server so that the base image can be captured.What should you do? To answer, configure the appropriate options in the dialog box in the answer area.Hot Area:
HOTSPOT -A company creates an Azure worker role to manage products.The number of customers who inquire about how many products are in inventory rapidly increases.You need to ensure that the worker role can scale to accommodate the increased workload.How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.Hot Area:
You connect to an existing service over the network by using HTTP. The service listens on HTTP port 80. You plan to create a test environment for this existing service by using an Azure virtual machine (VM) that runs Windows Server.The service must be accessible from the public Internet over HTTP port 8080.You need to configure the test environment.Which two actions should you take? Each correct answer presents part of the solution.
HOTSPOT -You are developing a messaging solution for a financial services company named Adatum. The solution must integrate an application named Enrollment and an application named Activation.The Enrollment application is used to enroll new customers. The Activation application is used to activate accounts for new customers.You need to ensure that each message that the Enrollment application sends is stored in a queue for ten minutes before the Activation application uses the message.How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.Hot Area:
An application sends Azure push notifications to a client application that runs on Windows Phone, iOS, and Android devices.Users cannot use the application on some devices. The authentication mechanisms that the application uses are the source of the problem.You need to monitor the number of notifications that failed because of authentication errors.Which three metrics should you monitor? Each correct answer presents part of the solution.
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?