Question 6 of 28
DRAG DROP -
You have an Azure subscription that contains an Azure Service Bus named Bus1.
Your company plans to deploy two Azure web apps named App1 and App2. The web apps will create messages that have the following requirements:
✑ Each message created by App1 must be consumed by only a single consumer
✑ Each message created by App2 will be consumed by multiple consumers.
Which resource should you create for each web app? To answer, drag the appropriate resources to the correct web apps. Each resource 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.
Each correct selection is worth one point.
NOTE:
Select and Place:
Exam AZ-101: Question 6 - Image 1
    Correct Answer:
    App1: A service Bus queue -
    In Queues each message is processed by a single consumer.

    App2: A Service Bus topic -
    In contrast to queues, in which each message is processed by a single consumer, topics and subscriptions provide a one-to-many form of communication, in a publish/subscribe pattern.
    References:
    https://www.codit.eu/blog/exploring-azure-event-grid-are-service-bus-topic-dead/ Exam AZ-101: Question 6 - Image 2
Question 7 of 28
DRAG DROP -
You have an on-premises network that includes a Microsoft SQL Server instance named SQL1.
You create an Azure Logic App named App1.
You need to ensure that App1 can query a database on SQL1.
Which three actions should you perform in sequence? To answer, drag the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:
Exam AZ-101: Question 7 - Image 1
    Correct Answer:
    References:
    https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-gateway-connection Exam AZ-101: Question 7 - Image 2
Question 8 of 28
You have a Basic App Service plan named ASP1 that hosts an Azure App Service named App1.
You need to configure a custom domain and enable backups for App1.
What should you do first?
    Correct Answer: D

Question 9 of 28
You have an Azure App Service plan named AdatumASP1 that hosts several Azure web apps.
You discover that the web apps respond slowly.
You need to provide additional memory and CPU resources to each instance of the web app.
What should you do?
    Correct Answer: C

Question 10 of 28
HOTSPOT -
You have an Azure web app named App1 that has two deployment slots named Production and Staging. Each slot has the unique settings shown in the following table.
Exam AZ-101: Question 10 - Image 1
You perform a slot swap.
What are the configurations of the Production slot after the swap? To answer, select the appropriate options in the answer area.
: Each correction is worth one point.

NOTE -
Hot Area:
Exam AZ-101: Question 10 - Image 2
    Correct Answer:
    Swapping the slots means the destination slot website URL will run source slot code with destination slot settings. Exam AZ-101: Question 10 - Image 3