diff --git a/CODEOWNERS b/CODEOWNERS index 9aaf726..a17f9cc 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -9,4 +9,4 @@ # AZURE FUNCTIONS TEAM # For all file changes, github would automatically # include the following people in the PRs. -* @vrdmr @gavin-aguiar @hallvictoria \ No newline at end of file +* @vrdmr @gavin-aguiar @hallvictoria @EvanR-Dev diff --git a/azurefunctions-extensions-bindings-eventhub/samples/README.md b/azurefunctions-extensions-bindings-eventhub/samples/README.md index 2fd1d7b..b543a24 100644 --- a/azurefunctions-extensions-bindings-eventhub/samples/README.md +++ b/azurefunctions-extensions-bindings-eventhub/samples/README.md @@ -15,7 +15,7 @@ urlFragment: extension-eventhub-samples These are code samples that show common scenario operations with the Azure Functions Extension EventHub library. These samples relate to the Azure EventHub library being used as part of a Python Function App. For -examples on how to use the Azure EventHub library, please see [Azure EventHub samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples) +examples on how to use the Azure EventHub library, please see [Azure EventHub samples](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventhub/azure-eventhub/samples). * [eventhub_samples_eventdata](https://github.com/Azure/azure-functions-python-extensions/tree/dev/azurefunctions-extensions-bindings-eventhub/samples/eventhub_samples_eventdata) - Examples for using the EventData type: * From EventHubTrigger @@ -55,4 +55,4 @@ func start Visit the [SDK-type bindings in Python reference documentation](https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-python?tabs=get-started%2Casgi%2Capplication-level&pivots=python-mode-decorators#sdk-type-bindings-preview) to learn more about how to use SDK-type bindings in a Python Function App and the [API reference documentation](https://learn.microsoft.com/en-us/python/api/azure-eventhub/azure.eventhub?view=azure-python) to learn more about -what you can do with the Azure EventHub library. \ No newline at end of file +what you can do with the Azure EventHub library.