Auth0 integration SendGrid no show logs

Di Bello, Leandro 1 Reputation point
2021-09-02T17:55:08.867+00:00

I made an Stream integration from Auth0 to Event Grid as tutorial said. But when I go to dashboard en Azure, only see metrics, but not see detailed logs as I can see in Auth0.
What im doing wrong? Or, Is Event Grid the tool I need?

Tks

Leandro

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
456 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,941 Reputation points Moderator
    2021-09-03T03:49:28.19+00:00

    @Di Bello, Leandro If you can see the Activation State as Activated and see metric value in the Published Event as below then you have Integrated Azure Event Grid with Auth0 and the test events are flowing correctly.
    The detailed logs will not be visible in the event grid topic. You need to create event grid subscription on your patner topic to stream the events to configured endpoint. In the below screenshoot you can see that I have created two event grid subscription on my topic. For testing purpose I have used the webhook endpoint created using https://webhook.site/ and validate my webhook endpoint. Once the validation was sucessfull the logs are getting stream in my configured endpoint.

    You can refer to below document how event grid works and how you can create event grid subscription/validation:
    https://learn.microsoft.com/en-us/azure/event-grid/overview
    https://learn.microsoft.com/en-us/azure/event-grid/webhook-event-delivery
    https://learn.microsoft.com/en-us/azure/event-grid/subscribe-through-portal

    128836-image.png

    128869-image.png


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.