You develop and deploy a Java RESTful API to Azure App Service.You open a browser and navigate to the URL for the API. You receive the following error message:You need to resolve the error.What should you do?
HOTSPOT -Your company is migrating applications to Azure. The IT department must allow internal developers to communicate with Microsoft support.The service agents of the IT department must only have view resources and create support ticket permissions to all subscriptions. A new custom role must be created by reusing a default role definition and changing the permissions.You need to create the custom role.To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
You are developing an internal website for employees to view sensitive data. The website uses Azure Active Directory (AAD) for authentication.You need to implement multifactor authentication for the website.What should you do? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.
DRAG DROP -Contoso, Ltd. provides an API to customers by using Azure API Management (APIM). The API authorizes users with a JWT token.You must implement response caching for the APIM gateway. The caching mechanism must detect the user ID of the client that accesses data for a given location and cache the response for that user ID.You need to add the following policies to the policies file:✑ a set-variable policy to store the detected user identity✑ a cache-lookup-value policy✑ a cache-store-value policy✑ a find-and-replace policy to update the response body with the user profile informationTo which policy section should you add the policies? To answer, drag the appropriate sections to the correct policies. Each section 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 plan to deploy a new application to a Linux virtual machine (VM) that is hosted in Azure.The entire VM must be secured at rest by using industry-standard encryption technology to address organizational security and compliance requirements.You need to configure Azure Disk Encryption for the VM.How should you complete the Azure CLI commands? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You are developing a .NET Core MVC application for customers to research hotels. The application will useAzure 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: