Skip to content

Commit 68b7498

Browse files
authored
Merge pull request #290541 from dominicbetts/release-aio-ga-tutorial-fabric
AIO [GA]: Fix tutorial screenshot
2 parents 8764023 + 1d640d8 commit 68b7498

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-51.3 KB
Loading

articles/iot-operations/end-to-end-tutorials/tutorial-upload-telemetry-to-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ az eventhubs eventhub create --name destinationeh --resource-group $RESOURCE_GRO
6565
# [PowerShell](#tab/powershell)
6666

6767
```powershell
68-
az eventhubs namespace create --name $CLUSTER_NAME.Substring(0, [MATH]::Min($CLUSTER_NAME.Length, 24)) --resource-group $RESOURCE_GROUP --disable-local-auth true
68+
az eventhubs namespace create --name $CLUSTER_NAME.Substring(0, [MATH]::Min($CLUSTER_NAME.Length, 24)) --resource-group $RESOURCE_GROUP --disable-local-auth false
6969
7070
az eventhubs eventhub create --name destinationeh --resource-group $RESOURCE_GROUP --namespace-name $CLUSTER_NAME.Substring(0, [MATH]::Min($CLUSTER_NAME.Length, 24)) --retention-time 1 --partition-count 1 --cleanup-policy Delete
7171
```

0 commit comments

Comments
 (0)