Question 136

You are designing an order processing system in Azure that will contain the Azure resources shown in the following table.

The order processing system will have the following transaction flow:
* A customer will place an order by using App1.
* When the order is received, App1 will generate a message to check for product availability at vendor 1
* and vendor 2.
* An integration component will process the message, and then trigger either Function1 or Function2 depending on the type of order.
* Once a vendor confirms the product availability, a status message for App1 will be generated by Function1 or Function2.
* All the steps of the transaction will be logged to storage1.
Which type of resource should you recommend for the integration component?
D18912E1457D5D1DDCBD40AB3BF70D5D
Which type of resource should you recommend for the integration component?
  • Question 137

    You have an Azure subscription named Subscription1 that is linked to a hybrid Azure Active Directory (Azure AD) tenant.
    You have an on-premises datacenter that does NOT have a VPN connection to Subscription1. The datacenter contains a computer named Server1 that has Microsoft SQL Server 2016 installed. Server1 is prevented from accessing the internet An Azure logic app named LogicApp1 requires write access to a database on Server1.
    You need to recommend a solution to provide LogicApp1 with the ability to access Server1.
    What should you recommend deploying on-premises and in Azure? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 138

    Your company has the divisions shown in the following table.

    You plan to deploy a custom application to each subscription. The application will contain the following:
    A resource group
    An Azure web app
    Custom role assignments
    An Azure Cosmos DB account
    You need to use Azure Blueprints to deploy the application to each subscription.
    What is the minimum number of objects required to deploy the application? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 139

    A company has an existing web application that runs on virtual machines (VMs) in Azure.
    You need to ensure that the application is protected from SQL injection attempts and uses a layer-7 load balancer. The solution must minimize disruption to the code for the existing web application.
    What should you recommend? To answer, drag the appropriate values to the correct items. Each value 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 140

    Your company, named Contoso, Ltd, implements several Azure logic apps that have HTTP triggers: The logic apps provide access to an on-premises web service.
    Contoso establishes a partnership with another company named Fabrikam, Inc.
    Fabrikam does not have an existing Azure Active Directory (Azure AD) tenant and uses third-party OAuth
    2.0 identity management to authenticate its users.
    Developers at Fabrikam plan to use a subset of the logics apps to build applications that will integrate with the on-premises web service of Contoso.
    You need to design a solution to provide the Fabrikam developers with access to the logic apps. The solution must meet the following requirements:
    Requests to the logic apps from the developers must be limited to lower rates than the requests from the users at Contoso.
    The developers must be able to rely on their existing OAuth 2.0 provider to gain access to the logic apps.
    The solution must NOT require changes to the logic apps.
    The solution must NOT use Azure AD guest accounts.
    What should you include in the solution?