Skip to content

Commit

Permalink
Merge pull request #2375 from MicrosoftDocs/main638608295797456460syn…
Browse files Browse the repository at this point in the history
…c_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] authored Sep 1, 2024
2 parents 42fb403 + faf3dbc commit 863818c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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

0 comments on commit 863818c

Please sign in to comment.