A company is implementing a publish-subscribe (Pub/Sub) messaging component by using Azure Service Bus. You are developing the first subscription application.In the Azure portal you see that messages are being sent to the subscription for each topic. You create and initialize a subscription client object by supplying the correct details, but the subscription application is still not consuming the messages.You need to complete the source code of the subscription clientWhat should you do?
DRAG DROP -You have an application that provides weather forecasting data to external partners. You use Azure API Management to publish APIs.You must change the behavior of the API to meet the following requirements:โ Support alternative input parameters.โ Remove formatting text from responses.โ Provide additional context to back-end services.Which types of policies should you implement? To answer, drag the policy types to the correct scenarios. Each policy type 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.NOTE: Each correct selection is worth one point.Select and Place:
HOTSPOT -You are developing a .NET Core MVC application for customers to research hotels. The application will use Azure Search. The application will search the index by using various criteria to locate documents related to hotels. The index will include search fields for rate, a list of amenities, and distance to the nearest airport.The application must support the following scenarios for specifying search criteria and organizing results:โ Search the index by using regular expressions.Organize results by counts for name-value pairs.โ List hotels within a specified distance to an airport and that fall within a specific price range.You need to configure the SearchParameters class.Which properties should you configure? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You develop a news and blog content delivery app for Windows devices.A notification must arrive on a user's device when there is a new article available for them to view.You need to implement push notifications.How should you complete the code segment? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You are creating an app that uses Event Grid to connect with other services. Your app's event data will be sent to a serverless function that checks compliance.This function is maintained by your company.You write a new event subscription at the scope of your resource. The event must be invalidated after a specific period of time.You need to configure Event Grid.What should you implement? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You are validating the configuration of an Azure Search indexer.The service has been configured with an indexer that uses the Import Data option. The index is configured using options as shown in the Index Configuration exhibit. (Click the Index Configuration tab.)You use an Azure table as the data source for the import operation. The table contains three records with item inventory data that matches the fields in theStorage data exhibit. These records were imported when the index was created. (Click the Storage Data tab.) When users search with no filter, all three records are displayed.When users search for items by description, Search explorer returns no records. The Search Explorer exhibit shows the query and results for a test. In the test, a user is trying to search for all items in the table that have a description that contains the word bag. (Click the Search Explorer tab.)You need to resolve the issue.For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point.Hot Area: