Skip to content

Commit 926ebc0

Browse files
Merge pull request #263812 from dominicbetts/aio-tutorial-updates
AIO: tutorial clarifications
2 parents f6f923e + 78a6732 commit 926ebc0

File tree

3 files changed

+80
-60
lines changed

3 files changed

+80
-60
lines changed

articles/iot-operations/includes/add-cluster-secret.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ To add the secret reference to your Kubernetes cluster, edit the **aio-default-s
5252
objectName: AIOFabricSecret
5353
objectType: secret
5454
objectVersion: ""
55-
tenantId: <this is your tenant id>
55+
tenantId: <this is your tenant ID>
5656
usePodIdentity: "false"
5757
provider: azure
5858
```
5959

6060
1. Save the changes and exit from the editor.
6161

62-
The CSI driver updates secrets by using a polling interval, therefore the new secret isn't available to the pod until the polling interval is reached. To update the pod immediately, restart the pods for the component. For example, to restart Data Processor run the following commands:
62+
The CSI driver updates secrets by using a polling interval, therefore the new secret isn't available to the pod until the polling interval is reached. To update the pod immediately, restart the pods for the component. To restart Data Processor, run the following commands:
6363

6464
```console
6565
kubectl delete pod aio-dp-reader-worker-0 -n azure-iot-operations

0 commit comments

Comments
 (0)