Skip to content

Commit

Permalink
Ooops case sensitive topic names
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiBryn committed Apr 22, 2024
1 parent aeff940 commit 3d8020b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Azure.EventGrid.Image.YoloV8.Detect/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/* AtMostOnceDelivery,AtLeastOnceDelivery, ExactlyOnceDelivery */
"SubscibeQualityOfService": "AtLeastOnceDelivery",

"PublishTopic": "cameras/{0}/objectdetectionresults",
"PublishTopic": "cameras/{0}/ObjectDetectionResults",
/* AtMostOnceDelivery,AtLeastOnceDelivery, ExactlyOnceDelivery */
"PublishQualityOfService": "AtLeastOnceDelivery"
}
Expand Down

0 comments on commit 3d8020b

Please sign in to comment.