Skip to content

Commit 1b95bf7

Browse files
Merge pull request #214315 from spelluru/auth01012
link to Git sample and TOC fix
2 parents a7d8cc6 + 69815d4 commit 1b95bf7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

articles/event-grid/auth0-log-stream-app-insights.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Send Auth0 events Azure Monitor's Application Insights
33
description: This article shows how to send Auth0 events received by Azure Event Grid to Azure Monitor's Application Insights.
44
ms.topic: how-to
5-
ms.date: 09/16/2022
5+
ms.date: 10/12/2022
66
---
77

88
# Send Auth0 events to Azure Monitor's Application Insights
@@ -87,7 +87,10 @@ This article shows how to send Auth0 events received by Azure Event Grid to Azur
8787
1. Select the link to your Azure function at the bottom of the page.
8888
1. On the **Azure Function** page, select **Application Insights** under **Settings** on the left menu.
8989
1. Select **Application Insights** link and then select **View Application Insights data**.
90-
1. Once your Auth0 logs are generated, your data should now be visible in Application Insights
90+
1. Once your Auth0 logs are generated, your data should now be visible in Application Insights
91+
92+
> [!NOTE]
93+
> You can use steps in the article to handle events from other event sources too. For a generic example of sending Event Grid events to Azure Blob Storage or Azure Monitor's Application Insights, see [this example on GitHub](https://github.com/awkwardindustries/azure-monitor-handler).
9194

9295
## Next steps
9396

articles/event-grid/auth0-log-stream-blob-storage.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Send Auth0 events to Blob Storage via Azure Event Grid
33
description: This article shows how to send Auth0 events received by Azure Event Grid to Azure Blob Storage by using Azure Functions.
44
ms.topic: how-to
5-
ms.date: 09/16/2022
5+
ms.date: 10/12/2022
66
---
77

88
# Send Auth0 events to Azure Blob Storage
@@ -97,6 +97,9 @@ This article shows you how to send Auth0 events to Azure Blob Storage via Azure
9797
1. Confirm that you see a container named **events**.
9898
1. Select the container and verify that your Auth0 logs are being stored.
9999

100+
> [!NOTE]
101+
> You can use steps in the article to handle events from other event sources too. For a generic example of sending Event Grid events to Azure Blob Storage or Azure Monitor's Application Insights, see [this example on GitHub](https://github.com/awkwardindustries/azure-monitor-handler).
102+
100103
## Next steps
101104

102105
- [Auth0 Partner Topic](auth0-overview.md)

0 commit comments

Comments
 (0)