We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe7e7b commit 755b2f9Copy full SHA for 755b2f9
AKS-Hybrid/workload-identity.md
@@ -60,7 +60,7 @@ $customlocation_ID = $(az customlocation show --name "<your-custom-location-name
60
# Azure Resource Manager ID of the logical network on Azure Stack HCI
61
$logicnet_Id = $(az stack-hci-vm network lnet show --name "<your-lnet-name>" --resource-group $resource_group_name --query "id" -o tsv)
62
63
-# Include these variables to access key vault secrets from a pod in the cluster
+# To access key vault secrets from a pod in the cluster, include these variables
64
$KVName = "KV-workload-id"
65
$KVSecretName= "KV-secret"
66
```
0 commit comments