Skip to content

Commit

Permalink
fix(docs): add Azure Portal UI steps and screenshot (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenvlad committed Feb 17, 2022
1 parent 96e8756 commit 306abde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion docs/book/src/topics/federated-identity-credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,19 @@ az rest --method DELETE --uri "https://graph.microsoft.com/beta/applications/${A

## Azure Portal UI

Coming soon.
1. Sign in to the [Azure portal](https://portal.azure.com).
1. Go to **App registrations** and open the app you want to configure.
1. Go to **Certificates and secrets**.
1. In the **Federated credentials** tab, select **Add credential**. The **Add a credential** blade opens.
1. In the **Federated credential scenario** drop-down box select **Kubernetes accessing Azure resources**.
1. Specify the **Cluster issuer URL**.
1. Specify the **Namespace**.
1. Specify the **Service account name**.
1. The **Subject identifier** field autopopulate based on the values you entered.
1. Add a **Name** for the federated credential.
1. Click **Add** to configure the federated credential.

![Screenshot showing Azure Portal app registration federated credential screen for Kubernetes scenario](../images/azure-portal-federated-credential-kubernetes.png)

[1]: https://portal.azure.com/#cloudshell/

Expand Down

0 comments on commit 306abde

Please sign in to comment.