# Summary and benefits

Congratulations and thank you for investing your time in learning about Microsoft Azure Event Hub and Adobe Experience Platform! In this module, you learnt how to set up an Azure Event Hub instance and how to connect that to Adobe Experience Platform.

## Benefits

Let's highlight the benefits of integrating Adobe Experience Platform with Microsoft Azure Event Hub:

* Microsoft Azure Event Hubs as an Adobe Experience Platform Destination lets you capture segment qualification in realtime and process them using an Azure Event Hub function. With such an Azure Event Hub function you can build any kind of custom segment activation handler and as such integrate any kind of third party destination.
* Although destinations are triggered only by specified segments, the activation payload will include all segments for which given profile qualifies.
* A segment only triggers an activation when its status changes. For example a profile that qualifies four times for a segment in a period of three months, only the first two will be activated. The first one is a status change from to **realized**, the second one is triggered by a status change from **realized** to **existing**.
* When activating segments for known profiles, a full identity map is included into the activation payload. Your Azure function can use any of the available identities to map the segments to a profile managed in a third party application, while using the application's customer identifier.
* In this module, the event hub function was deployed locally (debug mode in Visual Studio Code), offering you lots of troubleshooting and debug options.

## Check this out

* N/A


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adobesandbox.com/comprehensive-technical-tutorial-archive/module13/summary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
