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
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
-
130
120
## Create a storage account and schema registry
131
121
132
122
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.
0 commit comments