Skip to content

Commit 55aadea

Browse files
authored
Merge pull request #96148 from gogowings/master
fix the copy-n-paste error, change storage account to ML workspace
2 parents e233fef + d7022c9 commit 55aadea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/concept-event-grid-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To learn more about how to apply filters, see [Filter events for Event Grid](htt
7676
Applications that handle Machine Learning events should follow a few recommended practices:
7777
7878
> [!div class="checklist"]
79-
> * As multiple subscriptions can be configured to route events to the same event handler, it is important not to assume events are from a particular source, but to check the topic of the message to ensure that it comes from the storage account you are expecting.
79+
> * As multiple subscriptions can be configured to route events to the same event handler, it is important not to assume events are from a particular source, but to check the topic of the message to ensure that it comes from the machine learning workspace you are expecting.
8080
> * Similarly, check that the eventType is one you are prepared to process, and do not assume that all events you receive will be the types you expect.
8181
> * As messages can arrive out of order and after some delay, use the etag fields to understand if your information about objects is still up-to-date. Also, use the sequencer fields to understand the order of events on any particular object.
8282
> * Ignore fields you don't understand. This practice will help keep you resilient to new features that might be added in the future.

0 commit comments

Comments
 (0)