Issues with DataDog Intergration and Function App Functions

Ian Plamondon 1 Reputation point
2021-03-18T06:25:58.063+00:00

Please help!

I have an Azure AD tenant, and I've connected the logging from AAD to my event hub, logs are collecting there nicely.

I'm following the DD directions in the link below:

https://docs.datadoghq.com/integrations/azure_active_directory/

Which takes me to the following link:

https://docs.datadoghq.com/integrations/azure/?tab=manualinstallation#log-collection

I'm fine until I get to the below area:

  • Add a new function to your function app using the Event Hub trigger template.
  • Select a new/existing function app from the function apps list.
  • Select Functions from the functions menu and click Add.
  • Select Azure Event Hub trigger from the templates menu and click New.
  • Select your namespace and Event Hub for Event Hub connection and click OK. Click Create Function.

I've created a function app just fine. When I try to create the function from the template, I the drop down box there isn't an event hub connection to select.

Please Help!

Regards,

Ian

78999-event-hub-setup.png
79012-event-hub.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,232 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JayaC-MSFT 5,526 Reputation points
    2021-03-18T06:43:57.027+00:00

    Hello @Ian Plamondon , did you create the application setting with the event hub connection string ? (check the below links and look for app Service settings / app settings. After adding it, restart the app and try again)
    https://thegreenerman.medium.com/trigger-azure-functions-on-event-hub-1e1df0402ba4

    https://technology.amis.nl/cloud/serverless-computing-with-azure-functions-interaction-with-event-hub/

    Please let me know if this helps.