From 348e7029c8bb235de40acab5d7158de0fed49c77 Mon Sep 17 00:00:00 2001 From: "Rajasa Savant (RJ)" Date: Mon, 17 Oct 2022 16:15:00 -0700 Subject: [PATCH] Added note in README.md for python sample to link to python sample using oauth2 --- quickstart/python/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickstart/python/README.md b/quickstart/python/README.md index 1bd1b33..f493e1c 100644 --- a/quickstart/python/README.md +++ b/quickstart/python/README.md @@ -4,6 +4,8 @@ This quickstart will show how to create and connect to an Event Hubs Kafka endpo This sample is based on [Confluent's Apache Kafka Python client](https://github.com/confluentinc/confluent-kafka-python), modified for use with Event Hubs for Kafka. While the tutorial is aimed at Linux users, MacOS users can follow along with Homebrew. +If you want to connect to an Event Hubs Kafka endpoint using Azure Active Directory authentication with the Python Kafka client, [take a look at this sample](../../tutorials/oauth/python). + ## Prerequisites If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio) before you begin.