You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/auth0-how-to.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ services: event-grid
5
5
author: banisadr
6
6
7
7
ms.service: event-grid
8
+
ms.topic: conceptual
8
9
ms.date: 05/18/2020
9
10
ms.author: babanisa
10
11
---
@@ -26,7 +27,7 @@ To send Auth0 events to Azure:
26
27
For more information about these concepts, see Event Grid [concepts](concepts.md).
27
28
28
29
### Enable Event Grid resource provider
29
-
If you haven’t previously used Event Grid, you will need to register the Event Grid resource provider. If you’ve used Event Grid before, skip to the next section.
30
+
Unless you've used Event Grid before, you'll need to register the Event Grid resource provider. If you’ve used Event Grid before, skip to the next section.
30
31
31
32
In the Azure portal:
32
33
1. Select Subscriptions on the left menu
@@ -37,13 +38,13 @@ In the Azure portal:
37
38
1. Refresh to make sure the status changes to Registered
38
39
39
40
### Set up an Auth0 Partner Topic
40
-
Part of the integration process is to set Auth0 up for use as an event source (this step happens in your [Auth0 Dashboard](https://manage.auth0.com/)).
41
+
Part of the integration process is to set up Auth0 for use as an event source (this step happens in your [Auth0 Dashboard](https://manage.auth0.com/)).
41
42
42
43
1. Log in to the [Auth0 Dashboard](https://manage.auth0.com/).
43
44
1. Navigate to Logs > Streams.
44
45
1. Click + Create Stream.
45
46
1. Select Azure Event Grid and enter a unique name for your new stream.
46
-
1. Create the event source by providing your Azure Subscription ID, Azure Region and a Resource Group name.
47
+
1. Create the event source by providing your Azure Subscription ID, Azure Region, and a Resource Group name.
47
48
1. Click Save.
48
49
49
50
### Activate your Auth0 Partner Topic in Azure
@@ -58,15 +59,15 @@ Activating the Auth0 topic in Azure allows events to flow from Auth0 to Azure.
58
59
### Subscribe to Auth0 events
59
60
60
61
#### Create an event handler
61
-
To test your Partner Topic, you will need an event handler. Go to your Azure subscription and spin up a service that is supported as an [event handler](event-handlers.md) such as an [Azure Function](custom-event-to-function.md).
62
+
To test your Partner Topic, you'll need an event handler. Go to your Azure subscription and spin up a service that is supported as an [event handler](event-handlers.md) such as an [Azure Function](custom-event-to-function.md).
62
63
63
64
#### Subscribe to your Auth0 Partner Topic
64
65
Subscribing to your Auth0 Partner Topic allows you to tell Event Grid where you want your Auth0 events to go.
65
66
66
67
1. On the Partner Topic blade for your Auth0 integration, select + Event Subscription at the top.
67
68
1. On the Create Event Subscription page:
68
69
1. Enter a name for the event subscription.
69
-
1. Select your desired Azure service or WebHook for the Endpoint type.
70
+
1. Select the Azure service or WebHook you created for the Endpoint type.
70
71
1. Follow the instructions for the particular service.
71
72
1. Click Create.
72
73
@@ -81,10 +82,10 @@ To verify that the integration is working as expected:
81
82
1. Click on your Event Grid stream.
82
83
1. Once on the stream, click on the Health tab. The stream should be active and as long as you don't see any errors, the stream is working.
83
84
84
-
Try [invoking any of the Auth0 actions that trigger an event to be published](https://auth0.com/docs/logs/references/log-event-type-codes)in order to see events flow.
85
+
Try [invoking any of the Auth0 actions that trigger an event to be published](https://auth0.com/docs/logs/references/log-event-type-codes) to see events flow.
85
86
86
87
## Delivery attempts and retries
87
-
Auth0 events are delivered to Azure via a streaming mechanism that sends each event as it is triggered in Auth0. If Event Grid is unable to receive the event, Auth0 will retry up to three times to deliver the event; otherwise, Auth0 will log the failure to deliver in its system.
88
+
Auth0 events are delivered to Azure via a streaming mechanism. Each event is sent as it is triggered in Auth0. If Event Grid is unable to receive the event, Auth0 will retry up to three times to deliver the event. Otherwise, Auth0 will log the failure to deliver in its system.
0 commit comments