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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: kgremban
7
7
ms.topic: how-to
8
8
ms.date: 12/19/2023
9
9
ms.custom:
10
-
- ignite-2023
10
+
- ignite-2023
11
11
12
12
#CustomerIntent: As an IT professional, I want prepare an Azure-Arc enabled Kubernetes cluster with Key Vault secrets so that I can deploy Azure IoT Operations to it.
13
13
---
@@ -28,7 +28,7 @@ For more information, see [Deploy Azure IoT Operations extensions](./howto-deplo
28
28
29
29
## Configure service principal and Azure Key Vault upfront
30
30
31
-
If the Azure account executing the `az iot ops init` command does not have permissions to query the Azure Resource Graph and create service principals, you can prepare these upfront and use extra arguments when running the CLI command as described in [Deploy Azure IoT Operations extensions](./howto-deploy-iot-operations.md?tabs=cli).
31
+
If the Azure account executing the `az iot ops init` command does not have permissions to query the Microsoft Graph and create service principals, you can prepare these upfront and use extra arguments when running the CLI command as described in [Deploy Azure IoT Operations extensions](./howto-deploy-iot-operations.md?tabs=cli).
32
32
33
33
### Configure service principal for interacting with Azure Key Vault via Microsoft Entra ID
34
34
@@ -54,7 +54,7 @@ First, register an application with Microsoft Entra ID.
54
54
55
55
When your application is created, you are directed to its resource page.
56
56
57
-
1. Copy the **Application (client) ID** from the app registration overview page. You'll use this value as an argument when running Azure IoT Operations deployment.
57
+
1. Copy the **Application (client) ID** from the app registration overview page. You'll use this value as an argument when running Azure IoT Operations deployment with the `az iot ops init` command.
58
58
59
59
Next, give your application permissions for key vault.
60
60
@@ -78,7 +78,7 @@ Create a client secret that will be added to your Kubernetes cluster to authenti
78
78
79
79
1. Provide an optional description for the secret, then select **Add**.
80
80
81
-
1. Copy the **Value**and **Secret ID**from your new secret. You'll use these values later below.
81
+
1. Copy the **Value** from your new secret. You'll use this value later when you run `az iot ops init`.
0 commit comments