Skip to content

Commit cf58e2d

Browse files
committed
remove TODO Links. Will add later
1 parent 6566d93 commit cf58e2d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/iot-operations/deploy-iot-ops/howto-enable-secure-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The test settings are easier and quicker to get you started with a deployment, b
3131

3232
## Configure cluster for workload identity
3333

34-
A workload identity is an identity you assign to a software workload (such as an application, service, script, or container) to authenticate and access other services and resources. The workload identity feature needs to be enabled on your cluster, so that the [Azure Secret Store](#TODO-ADD-LINK) and Azure IoT Operations can access Microsoft Entra ID protected resources. To learn more, see [What are workload identities?](/entra/workload-id/workload-identities-overview).
34+
A workload identity is an identity you assign to a software workload (such as an application, service, script, or container) to authenticate and access other services and resources. The workload identity feature needs to be enabled on your cluster, so that the [Azure Secret Store](#enable-secure-settings-in-azure-iot-operations-preview-deployment) and Azure IoT Operations can access Microsoft Entra ID protected resources. To learn more, see [What are workload identities?](/entra/workload-id/workload-identities-overview).
3535

3636
> [!NOTE]
3737
> This step only applies to Ubuntu + K3s clusters. The quickstart script for Azure Kubernetes Service (AKS) Edge Essentials used in [Prepare your Azure Arc-enabled Kubernetes cluster](./howto-prepare-cluster.md) enables workload identity by default. If you have an AKS Edge Essentials cluster, continue to the next section.
@@ -252,7 +252,7 @@ az identity create --name $USER_ASSIGNED_MI_NAME `
252252

253253
### Enable secret synchronization
254254

255-
Use the [az iot ops secretsync enable](/cli/azure/iot/ops#TODO-FINAL-LINK) command to set up the Azure IoT Operations instance for secret synchronization. This command:
255+
Use the [az iot ops secretsync enable](/cli/azure/iot/ops) command to set up the Azure IoT Operations instance for secret synchronization. This command:
256256

257257
* Creates a federated identity credential using the user-assigned managed identity.
258258
* Adds a role assignment to the user-assigned managed identity for access to the Azure Key Vault.
@@ -349,7 +349,7 @@ Some Azure IoT Operations components like dataflow endpoints use user-assigned m
349349
> [!NOTE]
350350
> You will need to grant the identity permission to whichever cloud resource this will be used for.
351351
352-
1. Use the [az iot ops identity assign](/cli/azure/iot/ops#TODO-FINAL-LINK) command to assign the identity to the Azure IoT Operations instance. This command also creates a federated identity credential using the OIDC issuer of the indicated connected cluster and the Azure IoT Operations service account.
352+
1. Use the [az iot ops identity assign](/cli/azure/iot/ops) command to assign the identity to the Azure IoT Operations instance. This command also creates a federated identity credential using the OIDC issuer of the indicated connected cluster and the Azure IoT Operations service account.
353353
354354
# [Bash](#tab/bash)
355355

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 09/24/2024
1313

1414
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1515

16-
Azure IoT Operations uses Azure Key Vault as the managed vault solution on the cloud, and uses [Azure Secret Store](#TODO-ADD-LINK) to sync the secrets down from the cloud and store them on the edge as Kubernetes secrets.
16+
Azure IoT Operations uses Azure Key Vault as the managed vault solution on the cloud, and uses [Azure Secret Store](#manage-secrets-for-your-azure-iot-operations-preview-deployment) to sync the secrets down from the cloud and store them on the edge as Kubernetes secrets.
1717

1818
## Prerequisites
1919

0 commit comments

Comments
 (0)