Connect your services together
- Offered byMicrosoft
Connect your services together at Microsoft Overview
Duration | 4 hours |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Connect your services together at Microsoft Course details
- Identify scenarios in which Storage queue is the best messaging technology for an application
- Identify scenarios in which Event Grid is the best messaging technology for an application
- Configure an Azure Service Bus namespace in an Azure subscription
- Create a Service Bus topic and use it to send and receive messages
- Create an Azure Storage account that supports queues
- Create a queue using C# and the Azure Storage Client Library for .NET
- Learn how to leverage 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
Connect your services together at Microsoft Curriculum
Choose a messaging model in Azure to loosely connect your services
Introduction
Choose whether to use messages or events
Choose a message-based delivery with queues
Choose Azure Event Grid
Choose Azure Event Hubs
Summary
Implement message-based communication workflows with Azure Service Bus
Introduction
Choose a messaging platform
Exercise - Implement a Service Bus topic and queue
Write code that uses Service Bus queues
Exercise - Write code that uses Service Bus queues
Write code that uses Service Bus topics
Exercise - Write code that uses Service Bus topics
Summary
Communicate between applications with Azure Queue storage
Introduction
Create the Azure storage infrastructure
Exercise - Create a storage account
Identify a queue
Exercise - Identify a queue
Programmatically access a queue
Exercise - Add a message to the queue
Exercise - Retrieve a message from the queue
Summary
Enable reliable messaging for Big Data applications using Azure Event Hubs
Introduction
Create an Event Hub using the Azure CLI
Exercise - Use the Azure CLI to Create an Event Hub
Configure applications to send or receive messages through an Event Hub
Exercise - Configure applications to send or receive messages through an Event Hub
Evaluate the performance of the deployed Event Hub using the Azure portal
Exercise - Evaluate the performance of the deployed Event Hub using the Azure portal
Summary
React to state changes in your Azure services by using Event Grid
Introduction
Respond to Azure events by using Event Grid
Exercise - Trigger a logic app by using Event Grid
Build logic that responds to an event
Exercise - Send an email when virtual machines change
Summary