From the course: Microsoft Azure Developer Associate (AZ-204) Exam Tips

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Message-based solutions

Message-based solutions - Azure Tutorial

From the course: Microsoft Azure Developer Associate (AZ-204) Exam Tips

Start my 1-month free trial

Message-based solutions

- [Instructor] So, here we are arriving at the final topic of the exam syllabus. This part of AZ-204 is focused on the services which support message-driven architectures on Azure. As we briefly covered earlier, a message-driven architecture is one where the producers send messages along channels to consumers. The producer will know where and who's consuming the messages that they send. Sometimes a producer might expect certain actions to happen as a result of the message having been sent. For example, a message could be sent each time a new file is added to a storage account. Whilst those files are being copied, they might need to be locked to ensure that the files are consistent within the system. Once the Azure function that receives the messages copy the files, the lot can then be removed. In Azure, there are two main services, or at least two are covered by the exam, which support this kind of architecture. The first…

Contents