Skip to content

Commit ab17890

Browse files
Mzamankhankgremban
andauthored
Apply suggestions from code review
Co-authored-by: Kelly Gremban <[email protected]>
1 parent fc729f7 commit ab17890

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/iot-operations/secure-iot-ops/concept-default-root-ca.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,15 @@ To set up Azure IoT Operations with your own issuer, use the following steps bef
125125
```
126126

127127
1. Follow steps in [Deploy Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md) to deploy, *with a few changes*.
128-
1. Add the `--user-trust` parameter while preparing cluster. For example:
128+
1. Add the `--user-trust` parameter while preparing cluster. For example:
129129

130-
```bash
131-
az iot ops init --subscription <SUBSCRIPTION_ID> --cluster <CLUSTER_NAME> -g <RESOURCE_GROUP> ----user-trust
132-
```
130+
```bash
131+
az iot ops init --subscription <SUBSCRIPTION_ID> --cluster <CLUSTER_NAME> -g <RESOURCE_GROUP> --user-trust
132+
```
133133

134-
2. Add the `--trust-settings` parameter while deploying Azure IoT Operations. For example:
134+
2. Add the `--trust-settings` parameter while deploying Azure IoT Operations. For example:
135135

136-
```bash
137-
az iot ops create --subscription <SUBSCRIPTION_ID> -g <RESOURCE_GROUP> --cluster <CLUSTER_NAME> --custom-location <CUSTOME_LOCATION> -n <iNSTANCE_NAME> --sr-resource-id <SCHEMAREGISTRY_RESOURCE_ID> --trust-settings configMapName=<CONFIGMAP_NAME> configMapKey=<CONFIGMAP_KEY_WITH_PUBLICKEY_VALUE> issuerKind=
138-
<CLUSTERISSUER_OR_ISSUER> issuerName=<ISSUER_NAME>
139-
```
136+
```bash
137+
az iot ops create --subscription <SUBSCRIPTION_ID> -g <RESOURCE_GROUP> --cluster <CLUSTER_NAME> --custom-location <CUSTOME_LOCATION> -n <iNSTANCE_NAME> --sr-resource-id <SCHEMAREGISTRY_RESOURCE_ID> --trust-settings configMapName=<CONFIGMAP_NAME> configMapKey=<CONFIGMAP_KEY_WITH_PUBLICKEY_VALUE> issuerKind=<CLUSTERISSUER_OR_ISSUER> issuerName=<ISSUER_NAME>
138+
```
140139

0 commit comments

Comments
 (0)