Skip to content

Commit 3296e9c

Browse files
authored
minor fix to the command
1 parent 144b7da commit 3296e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The [AksEdgeQuickStartForAio.ps1](https://github.com/Azure/AKS-Edge/blob/main/to
103103
Invoke-WebRequest -Uri $url -OutFile .\AksEdgeQuickStartForAio.ps1
104104
Unblock-File .\AksEdgeQuickStartForAio.ps1
105105
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
106-
.\AksEdgeQuickStartForAio.ps1 -SubscriptionId "<SUBSCRIPTION_ID>" -TenantId "<TENANT_ID>" -ResourceGroupName "<RESOURCE_GROUP_NAME>" -Location "<LOCATION>" -ClusterName "<CLUSTER_NAME>" --CustomLocationOid "<ARC_APP_OBJECT_ID>"
106+
.\AksEdgeQuickStartForAio.ps1 -SubscriptionId "<SUBSCRIPTION_ID>" -TenantId "<TENANT_ID>" -ResourceGroupName "<RESOURCE_GROUP_NAME>" -Location "<LOCATION>" -ClusterName "<CLUSTER_NAME>" -CustomLocationOid "<ARC_APP_OBJECT_ID>"
107107
```
108108

109109
If there are any issues during deployment, including if your machine reboots as part of this process, run the whole set of commands again.

0 commit comments

Comments
 (0)