Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync for protected branch #2375

Merged
merged 5 commits into from
Sep 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions data-explorer/create-event-grid-connection-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions data-explorer/create-event-grid-connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down