> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/data-pipeline-4/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/data-pipeline-4/components/producers/eventgrid-producer.md).

# 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-4/components/component-base-configuration.md)​
* Meta Information
* [Resource Configuration​](/data-pipeline-4/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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bdb.ai/data-pipeline-4/components/producers/eventgrid-producer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
