Skip to content

Commit cfb0a98

Browse files
Merge pull request #289808 from veyalla/patch-7
remove
2 parents 631aae7 + 745aa3d commit cfb0a98

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

articles/iot-operations/get-started-end-to-end-sample/quickstart-deploy.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,6 @@ To connect your cluster to Azure Arc:
117117
az connectedk8s enable-features -n $CLUSTER_NAME -g $RESOURCE_GROUP --custom-locations-oid $OBJECT_ID --features cluster-connect custom-locations
118118
```
119119

120-
## Verify cluster
121-
122-
Use the Azure IoT Operations extension for Azure CLI to verify that your cluster host is configured correctly for deployment by using the [verify-host](/cli/azure/iot/ops#az-iot-ops-verify-host) command on the cluster host:
123-
124-
```azurecli
125-
az iot ops verify-host
126-
```
127-
128-
This helper command checks connectivity to Azure Resource Manager and Microsoft Container Registry endpoints.
129-
130120
## Create a storage account and schema registry
131121

132122
Azure IoT Operations requires a schema registry on your cluster. Schema registry requires an Azure storage account so that it can synchronize schema information between cloud and edge.
@@ -181,7 +171,7 @@ Run the following CLI commands in your Codespaces terminal.
181171
1. Deploy Azure IoT Operations. This command takes several minutes to complete:
182172

183173
```azurecli
184-
az iot ops create --cluster $CLUSTER_NAME --resource-group $RESOURCE_GROUP --name ${CLUSTER_NAME}-instance --sr-resource-id $(az iot ops schema registry show --name $SCHEMA_REGISTRY --resource-group $RESOURCE_GROUP -o tsv --query id)
174+
az iot ops create --cluster $CLUSTER_NAME --resource-group $RESOURCE_GROUP --name ${CLUSTER_NAME}-instance --sr-resource-id $(az iot ops schema registry show --name $SCHEMA_REGISTRY --resource-group $RESOURCE_GROUP -o tsv --query id) --broker-frontend-replicas 1 --broker-frontend-workers 1 --broker-backend-part 1 --broker-backend-workers 1 --broker-backend-rf 2 --broker-mem-profile Low
185175
```
186176

187177
This command might take several minutes to complete. You can watch the progress in the deployment progress display in the terminal.

0 commit comments

Comments
 (0)