Skip to content

Commit e5252c5

Browse files
Issue in indexation
1 parent 017972b commit e5252c5

File tree

2 files changed

+22
-24
lines changed

2 files changed

+22
-24
lines changed

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

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -181,28 +181,26 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
181181
182182
* If you want to use an existing namespace, add the following parameter to the `create` command:
183183
184-
```azurecli
185-
--ns-resource-id $(az iot ops ns show --name <my namespace name> --resource-group $RESOURCE_GROUP -o tsv --query id)
186-
```
184+
```azurecli
185+
--ns-resource-id $(az iot ops ns show --name <my namespace name> --resource-group $RESOURCE_GROUP -o tsv --query id)
186+
```
187187
188188
* If you want to use the preview connector configuration, add the following parameter to the `create` command:
189189
190-
```bash
191-
--feature connectors.settings.preview=Enabled
192-
```
193-
194-
> [!NOTE]
195-
> The `--feature` configuration parameter isn't available in 2507 preview release.
190+
```bash
191+
--feature connectors.settings.preview=Enabled
192+
```
193+
194+
> [!NOTE]
195+
> The `--feature` configuration parameter isn't available in 2507 preview release.
196196
197197
* If you followed the optional prerequisites to set up your own certificate authority issuer, add the `--trust-settings` parameters to the `create` command:
198198
199-
```bash
200-
--trust-settings configMapName=<CONFIGMAP_NAME> configMapKey=<CONFIGMAP_KEY_WITH_PUBLICKEY_VALUE> issuerKind=<CLUSTERISSUER_OR_ISSUER> issuerName=<ISSUER_NAME>
201-
```
202-
203-
1. Enable secret sync for the deployed Azure IoT Operations instance. Copy and run the provided [az iot ops secretsync enable](/cli/azure/iot/ops/secretsync#az-iot-ops-secretsync-enable) command.
199+
```bash
200+
--trust-settings configMapName=<CONFIGMAP_NAME> configMapKey=<CONFIGMAP_KEY_WITH_PUBLICKEY_VALUE> issuerKind=<CLUSTERISSUER_OR_ISSUER> issuerName=<ISSUER_NAME>
201+
```
204202
205-
This command:
203+
1. Enable secret sync for the deployed Azure IoT Operations instance. Copy and run the provided [az iot ops secretsync enable](/cli/azure/iot/ops/secretsync#az-iot-ops-secretsync-enable) command. This command:
206204
207205
* Creates a federated identity credential using the user-assigned managed identity.
208206
* Adds a role assignment to the user-assigned managed identity for access to the Azure Key Vault.

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-test-operations.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,18 +165,18 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
165165
166166
* If you want to use an existing namespace, add the following parameter to the `create` command:
167167
168-
```azurecli
169-
--ns-resource-id $(az iot ops ns show --name <my namespace name> --resource-group $RESOURCE_GROUP -o tsv --query id)
170-
```
168+
```azurecli
169+
--ns-resource-id $(az iot ops ns show --name <my namespace name> --resource-group $RESOURCE_GROUP -o tsv --query id)
170+
```
171171
172172
* If you want to use the preview connector configuration, add the following parameter to the `create` command:
173173
174-
```azurecli
175-
--feature connectors.settings.preview=Enabled
176-
```
177-
178-
> [!NOTE]
179-
> The `--feature` configuration parameter isn't available in 2507 preview release.
174+
```azurecli
175+
--feature connectors.settings.preview=Enabled
176+
```
177+
178+
> [!NOTE]
179+
> The `--feature` configuration parameter isn't available in 2507 preview release.
180180
181181
1. Once all of the Azure CLI commands complete successfully, you can close the **Install Azure IoT Operations** wizard.
182182

0 commit comments

Comments
 (0)