Skip to content

Commit

Permalink
Merge branch 'amitlicht/azure_iam_tutorial' of github.com:otterize/do…
Browse files Browse the repository at this point in the history
…cs into amitlicht/azure_iam_tutorial
  • Loading branch information
amitlicht committed Mar 12, 2024
2 parents 0c08fc6 + d541f94 commit 0c6485f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features/azure-iam/tutorials/azure-iam-aks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ az aks get-credentials -n $AKS_CLUSTER_NAME -g $RESOURCE_GROUP
### 2. Deploy Otterize for Azure IAM
To deploy Otterize, head over to [Otterize Cloud](https://app.otterize.com) and:

1. Create a Kubernetes cluster on the [Integrations page](https://app.otterize.com/integrations), and follow the instructions. *Make sure to enable enforcement mode for this tutorial.* If you already have a Kubernetes cluster connected, skip this step.
1. Create a Kubernetes integration on the [Integrations page](https://app.otterize.com/integrations), and follow the instructions. *Make sure to enable enforcement mode for this tutorial.* If you already have a Kubernetes cluster connected, skip this step.

2. Create an Azure IAM integration on the [Integrations page](https://app.otterize.com/integrations).
- Input your Azure tenant & subscription IDs. These are available in the Azure portal, or by running the following command:
Expand All @@ -90,7 +90,7 @@ Once the Azure integration is configured, you'll be presented with instructions
This creates a managed identity and federated identity credential for the Otterize Kubernetes operator, and assigns it the resource group owner role on the resource group containing your AKS cluster, so that it is able to manage identitiies and role assignments for your AKS workloads.
This setup is required once per-cluster.

After terraform has configured your cluster, click Next and you'll be presented with the configuration for deploying Otterize.
After Terraform has configured your cluster, click Next and you'll be presented with the configuration for deploying Otterize.
Since you now have the Azure integration enabled, you need to redeploy Otterize with Azure integration enabled flag, providing it the client ID for the managed identity created during the terraform installation.

## Tutorial
Expand Down

0 comments on commit 0c6485f

Please sign in to comment.