Ref AZ-204 Chapter 5 - D306 Azure Developer
Associate With Correct Answers 2024
What is App Service Logic App? - Correct Answer It allows the creation of workflows that interconnect
different systems based on rules and conditions to ease the sharing of info between them. Can
implement business process work flows.
What does an Logic App do? - Correct Answer It allows interconnection of two or more services sharing
info between each other.
What are workflows? - Correct Answer These define the source and destination of the information.
Connects to different services using connectors. Defines the steps needed to deliver the information
from source to destination. Uses a GUI.
What are Managed Connectors? - Correct Answer An object that allows your workflow to access data,
services, and systems. Some of these are prebuilt by Microsoft to provide the needed triggers and
objects to work with services.
What are Triggers? - Correct Answer Events that fire when certain conditions are met. Used as the entry
or Starting point of a workflow.
What are Actions? - Correct Answer Each of the steps that you configure in a workflow. Only happen
when a workflow is executed.
What is an Enterprise Integration Pack? - Correct Answer Provides BizTalk server capabilities to perform
more advanced integrations.
What can Azure Logic Apps be used for? - Correct Answer Implementation of business practices.
Automation of business processes or integrate into Business Process Model (BPM). Can also send
notifications when certain events happen.
, What is a Recurrence schedule? - Correct Answer Type of trigger configured for regular time intervals.
Doesnt process missed triggers.
What is a Sliding Window schedule? - Correct Answer Type of trigger similar to recurrence but you can
not configure advance scheduling settings such as specific days.
Also if a recurrence misses the sliding window will go back to complete the trigger.
What is Polling Schedule? - Correct Answer A trigger that queries the configured system or service
periodically for new data or if a new event happened. Collects the information and then passes to the
new workflow.
What is the Push Schedule? - Correct Answer Trigger that listens for events or data to arrive at the the
configured system or service. Passes collected data as soon as it happens to new workflow.
What is a Built in Connector? - Correct Answer Contains the fundamental triggers and actions available
in Azure Logic Apps. Use these for Scheduling executions of workflows, call other logic apps or app
services, make HTTP or HTTPS calls to endpoints. process messages in batches or make your logic app
callable from other services.
What is a Managed Connector? - Correct Answer Developed and deployed and maintained by Microsoft.
Use these for accessing cloud resources.
What is an On premises connector? - Correct Answer Use this when you need your Logic app to work
with systems that are On-premise. Can access File Systems, DBs. Must deploy an On premise gateway.
What is Integration Account Connector? - Correct Answer Allows connection of your logic app with 3rd
party business partners for creating B2B solutions. Available only through Enterprise Integration Pack in
Azure. Transforms messages between different B2B systems.
What is ISE Connector? - Correct Answer Connectors that are used when Logic App needs to run in an
Integration Service Environment. Dedicated environment where you execute your Logic apps. Special
connectors marked with label CORE if they are built in or labeled ISE if they are managed. Can use
regular connectors not only ISE.