Connect to and consume Azure services and third-party services →mediumMultiple SelectObjective-mapped
AZ-204 Practice Question: Connect to and consume Azure services and third-party services
Which THREE Azure services can be used to send email notifications from an application?
⚠ Common exam trap
A common mix-up: candidates confuse Azure Event Grid or Service Bus as email-sending services because they are messaging/event services, but they lack native email delivery capabilities and require additional services to actually send the email.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Azure Logic Apps
Azure Logic Apps is correct because it provides built-in connectors (e.g., Office 365 Outlook, SMTP, SendGrid) that allow you to design workflows to send email notifications without writing custom code. You can trigger these workflows from various sources (HTTP requests, timers, Azure services) and include conditional logic, making it a serverless, low-code solution for email notifications.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Azure Event Grid
Why it's wrong here
Azure Event Grid is a highly scalable, fully managed event routing service that enables applications to react to events from Azure services and custom sources in real-time. While it can trigger other services, it does not inherently provide email sending capabilities itself. To send emails, Event Grid would need to integrate with another service like Logic Apps or Azure Functions, which then handle the email dispatch.
- ✓
Azure Logic Apps
Why this is correct
Azure Logic Apps provide a serverless workflow engine to integrate applications, data, services, and systems. It offers a vast library of pre-built connectors, including direct integrations with popular email services like Office 365 Outlook, Gmail, and SendGrid, allowing developers to easily design workflows that send email notifications based on various triggers and actions without writing custom code.
- ✓
Azure Communication Services Email
Why this is correct
Azure Communication Services Email is a dedicated capability within Azure Communication Services designed specifically for sending application-to-person (A2P) and person-to-application (P2A) email messages. It provides a robust and scalable platform for programmatic email sending, allowing developers to integrate email functionality directly into their applications using SDKs, complete with domain management and delivery reporting.
- ✓
Azure Functions (with SendGrid binding)
Why this is correct
Azure Functions is a serverless compute service that enables running event-driven code without provisioning or managing infrastructure. It supports various input and output bindings, including a native output binding for SendGrid. This allows developers to easily send emails by simply returning a SendGridMessage object from their function, abstracting away the complexities of the SendGrid API.
- ✗
Azure Service Bus
Why it's wrong here
Azure Service Bus is a fully managed enterprise integration message broker that decouples applications and services. It facilitates reliable asynchronous communication through queues and topics, ensuring messages are delivered. However, Service Bus itself is purely a messaging infrastructure and does not possess any inherent capability to compose, format, or dispatch email notifications directly to recipients.
Quick reference
Cloud Service Model Comparison
| Model | You Manage | Provider Manages | Examples |
|---|---|---|---|
| IaaS | OS, runtime, apps, data | Hardware, hypervisor, networking | EC2, Azure VMs, GCP Compute Engine |
| PaaS | Apps and data | OS, runtime, middleware, hardware | Elastic Beanstalk, Azure App Service |
| SaaS | Data and settings only | Everything else | Microsoft 365, Salesforce, Workday |
| FaaS / Serverless | Function code only | Infra, scaling, runtime | Lambda, Azure Functions, Cloud Run |
| CaaS | Containers and apps | Kubernetes, OS, hardware | EKS, AKS, GKE |
Go deeper
Related to this question
About these practice questions
Courseiva writes every AZ-204 question from scratch — 881 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.