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/aks/workload-identity-cross-tenant.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@ In *Tenant B*, you create an Azure Service Bus, a managed identity and assign it
212
212
213
213
In this section, you create the federated identity credential needed to establish trust between the AKS cluster in *Tenant A* and the managed identity in *Tenant B*. You use the OIDC issuer URL from the AKS cluster in *Tenant A* and the name of the managed identity in *Tenant B*.
214
214
215
-
* Create a federated identity credential using the [`az aks federated-identity add`][az-aks-federated-identity-add] command.
215
+
* Create a federated identity credential using the [`az identity federated-credential create`][az-identity-federated-credential-create] command.
216
216
217
217
```azurecli-interactive
218
218
az identity federated-credential create \
@@ -387,19 +387,18 @@ In this article, you learned how to configure cross-tenant workload identity on
0 commit comments