Connect your services together

Beginner
Intermediate
Developer
Azure
Azure Service Bus
Azure Event Grid
Azure Event Hubs
Azure Storage

Azure lets you create applications composed of various components: web site front-ends, back-end services, and triggered functions that perform compute-on-demand services. Azure also includes various communication strategies to let these various components pass data to each other. Learn how to use these communication services to create scalable, efficient solutions out of testable components. This learning path can help you prepare for the Microsoft Certified: Azure Developer Associate certification.

Prerequisites

None

Modules in this learning path

When you have an application that consists of components running on different computers, servers, and mobile devices, reliable communications between those components can be difficult and unreliable. Azure provides several technologies that you can use to communicate more reliably, including Storage queues, Event Hubs, Event Grid, and Service Bus. This module shows you how to choose the best technology for your communication task.

Write C# code in a custom application that sends and receives messages using Azure Service Bus topics and queues.

Implement the publish-subscribe pattern in the cloud using Azure Queue storage.

Connect sending and receiving applications with Event Hubs so you can handle high loads without losing data.

Build a serverless application architecture, automate your operations, and integrate applications by handling Azure events with Event Grid.