diff --git a/data-explorer/create-event-grid-connection-sdk.md b/data-explorer/create-event-grid-connection-sdk.md index acb11f9a36..271777708a 100644 --- a/data-explorer/create-event-grid-connection-sdk.md +++ b/data-explorer/create-event-grid-connection-sdk.md @@ -277,6 +277,9 @@ dataLakeFileClient.Rename(destinationFilePath); > [!NOTE] > Triggering ingestion following a `CopyBlob` operation is not supported for storage accounts that have the hierarchical namespace feature enabled on them. +> [!IMPORTANT] +> We highly discourage generating Storage Events from custom code and sending them to Event Hubs. If you choose to do so, make sure that the events produced strictly adhere to the appropriate Storage Events schema and JSON format specifications. + ## Remove an Event Grid data connection ### [C#](#tab/c-sharp-2) diff --git a/data-explorer/create-event-grid-connection.md b/data-explorer/create-event-grid-connection.md index 0c5559ff0b..d737f85158 100644 --- a/data-explorer/create-event-grid-connection.md +++ b/data-explorer/create-event-grid-connection.md @@ -387,6 +387,9 @@ dataLakeFileClient.Rename(destinationFilePath); > [!NOTE] > Triggering ingestion following a `CopyBlob` operation is not supported for storage accounts that have the hierarchical namespace feature enabled on them. +> [!IMPORTANT] +> We highly discourage generating Storage Events from custom code and sending them to Event Hubs. If you choose to do so, make sure that the events produced strictly adhere to the appropriate Storage Events schema and JSON format specifications. + ## Remove an Event Grid data connection To remove the Event Grid connection from the Azure portal, do the following steps: