You are a developer for a SaaS company that offers many web services.All web services for the company must meet the following requirements:✑ Use API Management to access the services✑ Use OpenID Connect for authentication.Prevent anonymous usage -A recent security audit found that several web services can be called without any authentication.Which API Management policy should you implement?
DRAG DROP -A company backs up all manufacturing data to Azure Blob Storage. Admins move blobs from hot storage to archive tier storage every month.You must automatically move blocks to Archive tier after they have not been accessed for 180 days. The path for any item that is not archived must be placed in an existing queue. This operation must be performed automatically once a month. You set the value of TierAgeInDays to 180.How should you configure the Logic App? To answer, drag the appropriate triggers or action blocks to the correct trigger or action slots. Each trigger or action block 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:
You develop a website. You plan to host the website in Azure. You expect the website to experience high traffic volumes after it is published.You must ensure that the website remains available and responsive while minimizing cost.You need to deploy the website.What should you do?
HOTSPOT -A company is developing a Node.js web app. The web app code is hosted in a GitHub repository located at https://github.com/TailSpinToys/weapp.The web app must be reviewed before it is moved to production. You must deploy the initial code release to a deployment slot named review.You need to create the web app and deploy the code.How should you complete the commands? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You are implementing a software as a service (SaaS) ASP.NET Core web service that will run as an Azure Web App. The web service will use an on-premisesSQL Server database for storage. The web service also includes a WebJob that processes data updates. Four customers will use the web service.✑ Each instance of the WebJob processes data for a single customer and must run as a singleton instance.✑ Each deployment must be tested by using deployment slots prior to serving production data.✑ Azure costs must be minimized.✑ Azure resources must be located in an isolated network.You need to configure the App Service plan for the Web App.How should you configure the App Service plan? To answer, select the appropriate settings 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: