From f609ecbfc63c882bb575db49f560655fa11b4ebf Mon Sep 17 00:00:00 2001 From: Sachin Magar Date: Mon, 18 Aug 2025 10:56:26 +0530 Subject: [PATCH] updated docs with tenant_name field for AKS --- docs/integrations/microsoft-azure/kubernetes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/integrations/microsoft-azure/kubernetes.md b/docs/integrations/microsoft-azure/kubernetes.md index 63054f3e5a..5e57888319 100644 --- a/docs/integrations/microsoft-azure/kubernetes.md +++ b/docs/integrations/microsoft-azure/kubernetes.md @@ -252,6 +252,10 @@ tenant_name={{tenant_name}} subscription_id={{subscription_id}} resource_group={ | sort by _count ``` +### Configure collector + +Create a hosted collector if not already configured and tag the `tenant_name` field. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name). Make sure you create the required sources in this collector.
Azure Tag Tenant Name + ### Configure metrics collection :::note