AZ-204 Practice Question: Logic Apps for no-code approval workflow with…
This AZ-204 practice question tests your understanding of logic apps for no-code approval workflow with…. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. A key principle to apply: azure Logic Apps. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A business process requires sending an approval email, waiting up to 48 hours for a manager's response, and then updating a SharePoint list based on the decision. The process owner has no programming experience and wants to build this without writing code. Which Azure service is the most appropriate?
Answer choices
Why each option matters
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
Distractor review
Azure Data Factory with a Copy Activity pipeline triggered by an Azure Function
Azure Data Factory is a data integration and ETL service for moving and transforming data at scale. It is not designed for business process workflows, approval chains, or email-based human interaction.
Distractor review
Azure Event Grid with a custom webhook handler that calls the SharePoint REST API
This approach requires writing and hosting a custom webhook application to handle the event, implement the approval UI, and call the SharePoint API — significant custom code for someone with no programming experience.
Best answer
Azure Logic Apps with the Office 365 Outlook approval action and the SharePoint connector
The Logic Apps approval action sends an email with Approve/Reject buttons and suspends the workflow run (using Azure's durable storage) until the response arrives or the timeout expires. The SharePoint connector's 'Update item' action then writes the outcome to the list. The entire workflow is configured without code using the Logic Apps Designer.
Distractor review
Azure Durable Functions with the Human Interaction pattern using a timer and event listener
Durable Functions implement the Human Interaction pattern correctly but require writing orchestrator and activity functions in C#, JS, or Python. The requirement specifies no programming experience and no code — Logic Apps is the appropriate no-code alternative.
Common exam trap
Common exam trap: answer the scenario, not the keyword
Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.
Technical deep dive
How to think about this question
Treat this as a scenario question. Identify the problem, the constraint, and the best action. Then compare each option against those facts.
KKey Concepts to Remember
- Azure Logic Apps
- no-code workflow
- human approval workflow
- SharePoint connector
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Azure Logic Apps
Related practice questions
Related AZ-204 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
More questions from this exam
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
An application stores customer invoices in Azure Blob Storage. Deleted blobs must be recoverable for 14 days. What should be enabled?
Question 2
You are deploying a containerized application to Azure Container Instances. The application requires a custom domain name and SSL/TLS termination. You need to configure these features. Which resource should you create alongside the container group?
Question 3
A developer needs to run a Kusto query against application request data to identify 95th percentile latency by operation. Where should the query be run? The architecture review board prefers a managed AWS-native control.
Question 4
You are developing a web app that authenticates users via Microsoft Entra ID. The app needs to read the user's profile and send emails on their behalf. You want to minimize user consent prompts. Which OAuth 2.0 grant type should you use?
Question 5
You are developing an Azure Function that processes messages from an Azure Service Bus queue. The function uses a Service Bus queue trigger and runs on a Consumption Plan. The queue receives a high volume of messages in bursts. You need to ensure that the function scales out to handle the load but does not exceed 10 concurrent instances. Which configuration should you apply?
Question 6
You are monitoring an Azure App Service using Application Insights. You notice that the server response time is high for certain requests. You need to drill down to see which external dependencies (like databases or APIs) are causing the delay. Which Application Insights feature should you use?
Practice this exam
Start a free AZ-204 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AZ-204 question test?
Azure Logic Apps
What is the correct answer to this question?
The correct answer is: Azure Logic Apps with the Office 365 Outlook approval action and the SharePoint connector — Azure Logic Apps provides a visual designer with hundreds of connectors for common services including Office 365 (for email and approval actions), Microsoft Teams, SharePoint, and many others. The built-in approval action sends an adaptive card email and waits for a response, with configurable timeout. SharePoint connectors can create, update, and retrieve list items. Logic Apps workflows require no code — they are built entirely through the visual designer in the Azure portal.
What should I do if I get this AZ-204 question wrong?
Review azure Logic Apps, then practise related AZ-204 questions on the same topic to reinforce the concept.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Discussion
Sign in to join the discussion.
This AZ-204 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-204 exam.