# EventGrid Producer

**EventGrid producer** component is designed to publish events to Azure EventGrid, which is a fully-managed event routing service provided by Microsoft Azure.

All component configurations are classified broadly in the following sections.

* ​[​Basic Information​](/data-pipeline-2/components/component-base-configuration.md)​
* Meta Information
* [Resource Configuration​](/data-pipeline-2/components/resource-configuration.md)​

{% hint style="success" %}
*Follow the demonstration to configure the EventGrid Producer component.*
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fuq3RSHHup7fjHYaspk7y%2Fuploads%2FZOvlbrIgFXTF03aYUc9z%2FBDB_%20Decision%20Platform%20-%20Google%20Chrome%202023-03-23%2015-02-13%20(online-video-cutter.com).mp4?alt=media&token=a89ce7fe-ddd2-4423-ac78-10420581d0d8>" %}

## **Configuring the Meta Information of EventGrid Producer**

* **Topic endpoint:** It is a unique endpoint provided by Azure EventGrid that an EventGrid producer component can use to publish events to a specific topic.
* **Topic Secret Key:** It is a security token that is used to authenticate and authorize access to an Azure EventGrid topic by an EventGrid producer component.

<figure><img src="/files/iVb3JZE5eTuh6fCbfcl5" alt=""><figcaption><p>Meta information of EventGrid Producer</p></figcaption></figure>


---

# 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.bdb.ai/data-pipeline-2/components/producers/eventgrid-producer.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.
