Question 6

You need to implement telemetry for non-user actions.
How should you complete the Filter class? 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.
NOTE: Each correct selection is worth one point.

Question 7

You need to support the requirements for the Shipping Logic App.
What should you use?
  • Question 8

    Case Study 5
    Requirements
    Receipt processing
    Concurrent processing of a receipt must be prevented.
    Logging
    Azure Application Insights is used for telemetry and logging in both the processor and the web application. The processor also has TraceWriter logging enabled. Application Insights must always contain all log messages.
    Disaster recovery
    Regional outage must not impact application availability. All DR operations must not be dependent on application running and must ensure that data in the DR region is up to date.
    Security
    * Users' SecurityPin must be stored in such a way that access to the database does not allow the viewing of SecurityPins. The web application is the only system that should have access to SecurityPins.
    * All certificates and secrets used to secure data must be stored in Azure Key Vault.
    * You must adhere to the principle of least privilege and provide privileges which are essential to perform the intended function.
    * All access to Azure Storage and Azure SQL database must use the application's Managed Service Identity (MSI)
    * Receipt data must always be encrypted at rest.
    * All data must be protected in transit
    * User's expense account number must be visible only to logged in users. All other views of the expense account number should include only the last segment, with the remaining parts obscured.
    * In the case of a security breach access to all summary reports must be revoked without impacting other parts of the system.
    Issues
    Upload format issue
    Employees occasionally report an issue with uploading a receipt using the web application. They report that when they upload a receipt using the Azure File Share, the receipt does not appear in their profile. When this occurs, they delete the file in the file share and use the web application, which returns a 500 Internal Server error page.
    Capacity issue
    During busy periods, employees report long delays between the time they upload the receipt and when it appears in the web application.
    Log capacity issue
    Developers report that the number of log message in the trace output for the processor is too high, resulting in lost log messages.
    Application code
    Processing.cs

    Database.cs

    ReceiptUploader.cs

    ConfigureSSE.ps1

    You need to resolve the log capacity issue.
    What should you do?
  • Question 9

    You plan to implement an Azure Functions app.
    The Azure Functions app has the following requirements:
    *Must be triggered by a message placed in an Azure Storage queue.
    *Must use the queue name set by an app setting named input-queue.
    *Must create an Azure Blob Storage named the same as the content of the message.
    You need to identify how to reference the queue and blob name in the function. Just file of the Azure Functions app.
    How should you reference the names? To answer, select the appropriate values in the answer area. NOTE:
    Each correct selection is worth one point.

    Question 10

    You are developing an Azure Function App. You develop code by using a language that is not supported by the Azure Function App host. The code language supports HTTP primitives.
    You must deploy the code to a production Azure Function App environment.
    You need to configure the app for deployment.
    Which configuration values should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.