Skip to content

Commit b8fede5

Browse files
Fix topic name in Azure CLI command for duplicate detection
1 parent 9d8850d commit b8fede5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/service-bus-messaging/enable-duplicate-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Similarly, to **update a topic with a new detection window size**, use the [`az
7777
az servicebus topic update \
7878
--resource-group myresourcegroup \
7979
--namespace-name mynamespace \
80-
--name myqueue \
80+
--name mytopic \
8181
--duplicate-detection-history-time-window P7D
8282
```
8383

0 commit comments

Comments
 (0)