# Azure HDInsight

{% hint style="success" %}
Lenses will not start without a valid Kafka Connection. You can either add the connection via the bootstrap wizard or use [provisioning ](/latest/devx/5.5/deployment/installation/automation.md)for automated deployments.
{% endhint %}

In our Azure Portal, go to **`Dashboards > Ambari home`**`.`

1. Kafka endpoints: Go to **`Kafka > Configs > Kafka Broker > Kafka Broker hosts`**
2. Optionally get the Zookeeper endpoints: Go to **`Zookeeper > Configs > Zookeeper Server > Zookeeper Server hosts`**.

In the Lenses bootstrap UI:

1. Set the Kafka endpoints as bootstrap servers
2. Set the security protocol, mechanism and Jaas config according to your setup. For information on configuring clients (Lenses) for your HDInsight cluster see [here ](https://learn.microsoft.com/en-us/azure/hdinsight/kafka/apache-kafka-ssl-encryption-authentication#client-setup-with-authentication)for unauthenticated and [here ](https://learn.microsoft.com/en-us/azure/hdinsight/kafka/apache-kafka-ssl-encryption-authentication#client-setup-with-authentication)for authenticated.

## TLS without Authentication

Set the following:

1. **`security.protocol`** to **SSL**
2. Set the password for your trust store
3. Upload your trust store

## TLS with Authentication

Perform the additional steps to above

1. Set the password for your key store
2. Upload your key store
3. Set your key password


---

# 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.lenses.io/latest/devx/5.5/getting-started/connections/kafka/azure-hdinsight.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.
