Skip to content

Commit b2b8162

Browse files
authored
[EventHub] update link in sample readme (#18517)
1 parent 7f29c60 commit b2b8162

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

sdk/eventhub/azure-eventhub/samples/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ Both [sync version](https://github.com/Azure/azure-sdk-for-python/tree/master/sd
7070
- [authenticate_with_azure_sas_credential.py](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub/samples/sync_samples/authenticate_with_azure_sas_credential.py) ([async_version](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub/samples/async_samples/authenticate_with_azure_sas_credential_async.py)) - Examples:
7171
- Utilize `azure.core.credentials.AzureSasCredential` to authenticate when creating an Event Hub client.
7272

73+
- [authenticate_with_azure_named_key_credential.py](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub/samples/sync_samples/authenticate_with_azure_named_key_credential.py) ([async_version](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/eventhub/azure-eventhub/samples/async_samples/authenticate_with_azure_named_key_credential_async.py)) - Examples:
74+
- Utilize `azure.core.credentials.AzureNamedKeyCredential` to authenticate when creating an Event Hub client.
75+
7376
- [connection_to_custom_endpoint_address.py](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/eventhub/azure-eventhub/samples/sync_samples/connection_to_custom_endpoint_address.py) ([async version](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/eventhub/azure-eventhub/samples/async_samples/connection_to_custom_endpoint_address_async.py)) - Examples:
7477
to create EventHubProducerClient and EventHubConsumerClient that connect to a custom endpoint with a custom certificate.
7578

0 commit comments

Comments
 (0)