You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By setting the `topic-spaces-configuration`, this command creates a namespace with:
@@ -78,10 +78,10 @@ In the Event Grid namespace, create a topic space named `tutorial` with a topic
78
78
79
79
```azurecli
80
80
az eventgrid namespace topic-space create \
81
-
--resource-group $RESOURCE_GROUP \
82
-
--namespace-name $EVENT_GRID_NAMESPACE \
83
-
--name tutorial \
84
-
--topic-templates "telemetry/#"
81
+
--resource-group $RESOURCE_GROUP \
82
+
--namespace-name $EVENT_GRID_NAMESPACE \
83
+
--name tutorial \
84
+
--topic-templates "telemetry/#"
85
85
```
86
86
87
87
By using the `#` wildcard in the topic template, you can publish to any topic under the `telemetry` topic space. For example, `telemetry/temperature` or `telemetry/humidity`.
@@ -92,11 +92,11 @@ Using `az k8s-extension show`, find the principal ID for the Azure IoT MQ Arc ex
0 commit comments