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
Copy file name to clipboardExpand all lines: articles/iot-operations/deploy-iot-ops/howto-manage-secrets.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ When following the guide [Deploy Azure IoT Operations extensions](./howto-deploy
125
125
The following example shows how to prepare the cluster for Azure IoT Operations without fully deploying it by using `--no-deploy` flag. You can also run the command without this argument for a default Azure IoT Operations deployment.
126
126
127
127
```bash
128
-
az iot ops init --name"<your unique key vault name>" --resource-group "<the name of the resource group>" \
128
+
az iot ops init --cluster"<your cluster name>" --resource-group "<the name of the resource group>" \
129
129
--kv-id <Key Vault Resource ID> \
130
130
--sp-app-id <Application registration App ID (client ID) from Microsoft Entra ID> \
131
131
--sp-object-id <Object ID copied from Enterprise Application in Microsoft Entra ID> \
0 commit comments