DRAG DROP -You are developing a web application that uses Azure push notifications to interact with users.You need to send a text notification to users to alert them that the application is ready to test.How should you complete the relevant code? To answer, drag the appropriate code segment to the correct location. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.Select and Place:
HOTSPOT -You create a cache for a project by using Azure Redis Cache. You are writing test code that verifies that the cache is available.You need to ensure that data can be saved to the cache and retrieved from the cache.How should you complete the relevant code? To answer, select the appropriate option or options in the answer area.Hot Area:
DRAG DROP -You are developing a web application that integrates with Azure Active Directory (AD). The application uses the OAuth 2.0 protocol to authorize secure connections to a web service that is at https://service.adatum.com.The application must request an access token to invoke the web service methods.You need to submit an HTTP request to the Azure AD endpoint.How should you complete the request? To answer, drag the appropriate code segments to the correct locations. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.Select and Place:
A company plans to increase its virtual network capacity by adding virtual network subscriptions.You must increase the number of subscriptions from 3 to 15.You need to configure the virtual networks.What should you do?
You are maintaining an application that uses the Azure Content Delivery Network (CDN) to serve terabytes of content that is stored in page blobs.Your bill for CDN services is higher than you expect.You need to monitor the application to find issues that increase costs.Which two operations 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?