Skip to content

Commit 2b59198

Browse files
Freshness. Commands. Screenshots.
1 parent da03b48 commit 2b59198

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

articles/event-grid/custom-event-to-eventhub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Replace `<TOPIC NAME>` with a unique name for your custom topic. The Event Grid
4343
1. Run the following command to create the topic:
4444
4545
```azurecli-interactive
46-
az eventgrid topic create --name $topicname -l westus2 -g gridResourceGroup
46+
az eventgrid topic create --name $topicname --location westus2 --resource-group gridResourceGroup
4747
```
4848
4949
## Create an event hub
-11.9 KB
Loading

0 commit comments

Comments
 (0)