Skip to content

Commit bd19b28

Browse files
committed
more updates
1 parent 70331dd commit bd19b28

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/event-hubs/authorize-access-azure-active-directory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For more information about how built-in roles are defined, see [Understand role
6666
- [Azure.Messaging.EventHubs samples](https://github.com/Azure/azure-event-hubs/tree/master/samples/DotNet/Azure.Messaging.EventHubs/ManagedIdentityWebApp)
6767

6868
This sample has been updated to use the latest **Azure.Messaging.EventHubs** library.
69-
- [Event Hubs for Kafka - OAuth samples](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth). You can find samples in the quickstart and tutorials folders.
69+
- [Event Hubs for Kafka - OAuth samples](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth).
7070

7171

7272
## Next steps

articles/event-hubs/event-hubs-quickstart-kafka-enabled-event-hubs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ When you create a standard tier Event Hubs namespace, the Kafka endpoint for the
8787
sasl.login.callback.handler.class=CustomAuthenticateCallbackHandler;
8888
```
8989

90-
You can find the source code for the sample handler class CustomAuthenticateCallbackHandler on [GitHub location](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth/java/appsecret/consumer/src/main/java).
90+
You can find the source code for the sample handler class CustomAuthenticateCallbackHandler on GitHub [here](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth/java/appsecret/consumer/src/main/java).
91+
92+
You can find all the OAuth samples for Event Hubs for Kafka [here](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth).
9193
7. Run the consumer code and process from Kafka enabled Event Hubs using your Kafka clients:
9294

9395
```java

0 commit comments

Comments
 (0)