Skip to content

Commit fbb3a06

Browse files
committed
Edit manage secrets
1 parent 8022fd7 commit fbb3a06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: kgremban
77
ms.topic: how-to
88
ms.date: 12/19/2023
99
ms.custom:
10-
- ignite-2023
10+
- ignite-2023
1111

1212
#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.
1313
---
@@ -28,7 +28,7 @@ For more information, see [Deploy Azure IoT Operations extensions](./howto-deplo
2828

2929
## Configure service principal and Azure Key Vault upfront
3030

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).
3232

3333
### Configure service principal for interacting with Azure Key Vault via Microsoft Entra ID
3434

@@ -54,7 +54,7 @@ First, register an application with Microsoft Entra ID.
5454

5555
When your application is created, you are directed to its resource page.
5656

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.
5858

5959
Next, give your application permissions for key vault.
6060

@@ -78,7 +78,7 @@ Create a client secret that will be added to your Kubernetes cluster to authenti
7878

7979
1. Provide an optional description for the secret, then select **Add**.
8080

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 these values later when you run `az iot ops init`.
8282

8383
Retrieve the service principal Object Id
8484

0 commit comments

Comments
 (0)