Question 56

You are developing an application to store business-critical data in Azure Blob storage. The application must meet the following requirements:
* Data must not be modified or deleted for a user-specified interval.
* Data must be protected from overwntes and deletes.
* Data must be written once and allowed to be read many times.
You need to protect the data fen the Azure Blob storage account.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • Question 57

    You are developing an ASP.NET Core time sheet application that runs as an Azure Web App. Users of the application enter their time sheet information on the first day of every month.
    The application uses a third-party web service to validate data.
    The application encounters periodic server errors due to errors that result from calling a third-party web server.
    Each request to the third-party server has the same chance of failure.
    You need to configure an Azure Monitor alert to detect server errors unrelated to the third-party service. You must minimize false-positive alerts.
    How should you complete the Azure Resource Manager template? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 58

    You need to add YAML markup at line CS17 to ensure that the ContentUploadService can access Azure Storage access keys.
    How should you complete the YAML markup? To answer, drag the appropriate YAML segments to the correct locations. Each YAML 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.
    NOTE: Each correct selection is worth one point.

    Question 59

    You are developing an Azure Function App that generates end of day reports (or retail stores. All stores dose at 11 PM each day. Reports must be run one hour after dosing. You configure the function to use a Timer trigger that runs at midnight Customers in the Western United States Pacific Time zone (UTC - 8) report that the Azure Function runs before the stores dose. You need to ensure that the Azure Function runs at midnight in the Pacific Time zone.
    What should you do?
  • Question 60

    You are developing an app that manages users for a video game. You plan to store the region, email address, and phone number for the player. Some players may not have a phone number. The player's region will be used to load-balance data.
    Data for the app must be stored in Azure Table Storage.
    You need to develop code to retrieve data for an individual player.
    How should you complete the code? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.