Skip to content

Commit abbc86b

Browse files
banisadrbanisadr
authored andcommitted
acrolinx junk
1 parent e986d1d commit abbc86b

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

articles/event-grid/auth0-how-to.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: event-grid
55
author: banisadr
66

77
ms.service: event-grid
8+
ms.topic: conceptual
89
ms.date: 05/18/2020
910
ms.author: babanisa
1011
---
@@ -26,7 +27,7 @@ To send Auth0 events to Azure:
2627
For more information about these concepts, see Event Grid [concepts](concepts.md).
2728

2829
### 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.
3031

3132
In the Azure portal:
3233
1. Select Subscriptions on the left menu
@@ -37,13 +38,13 @@ In the Azure portal:
3738
1. Refresh to make sure the status changes to Registered
3839

3940
### 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/)).
4142

4243
1. Log in to the [Auth0 Dashboard](https://manage.auth0.com/).
4344
1. Navigate to Logs > Streams.
4445
1. Click + Create Stream.
4546
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.
4748
1. Click Save.
4849

4950
### 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.
5859
### Subscribe to Auth0 events
5960

6061
#### 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).
6263

6364
#### Subscribe to your Auth0 Partner Topic
6465
Subscribing to your Auth0 Partner Topic allows you to tell Event Grid where you want your Auth0 events to go.
6566

6667
1. On the Partner Topic blade for your Auth0 integration, select + Event Subscription at the top.
6768
1. On the Create Event Subscription page:
6869
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.
7071
1. Follow the instructions for the particular service.
7172
1. Click Create.
7273

@@ -81,10 +82,10 @@ To verify that the integration is working as expected:
8182
1. Click on your Event Grid stream.
8283
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.
8384

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.
8586

8687
## 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.
8889

8990
## Next steps
9091

articles/event-grid/auth0-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: event-grid
55
author: banisadr
66

77
ms.service: event-grid
8+
ms.topic: conceptual
89
ms.date: 05/18/2020
910
ms.author: babanisa
1011
---

articles/event-grid/partner-onboarding-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: event-grid
55
author: banisadr
66

77
ms.service: event-grid
8+
ms.topic: conceptual
89
ms.date: 05/18/2020
910
ms.author: babanisa
1011
---

articles/event-grid/partner-topics-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: event-grid
55
author: banisadr
66

77
ms.service: event-grid
8+
ms.topic: conceptual
89
ms.date: 05/18/2020
910
ms.author: babanisa
1011
---

0 commit comments

Comments
 (0)