az kusto attached-database-configuration list --cluster-name <follower-cluster> --resource-group <resource-group>Kusto follower database
Kusto follower database is a read-only database attached from another Azure Data Explorer cluster so consumers can query leader data without copying it.
Source: Microsoft Learn - Use follower databases - Azure Data Explorer Reviewed 2026-05-15
- Exam trap
- Treating Kusto follower database as a harmless label instead of checking the exact resource, owner, identity, and dependency path.
- Production check
- Verify owner, scope, diagnostics, and dependent resources before changing Kusto follower database.
Article details and learning context
- Aliases
- ADX follower database, Azure Data Explorer follower database, followed database
- Difficulty
- Advanced
- CLI mappings
- 5
- Last verified
- 2026-05-15
Understand the concept
In plain English
Kusto follower database is a read-only database attached from a leader Kusto cluster to another cluster so teams can query shared data without duplicating it. Teams use it to share analytics data across teams, regions, or tenants while keeping ingestion and authoritative data ownership centralized. You see it when consumer clusters attach leader databases through follower or attached database configurations and query the data with expected freshness lag. That keeps design reviews, audits, incidents, and handoffs grounded in facts instead of assumptions.
Why it matters
Kusto follower database matters because stale follower data, wrong permissions, or broken leader references can give consumers incomplete analytics while the source database looks healthy. It also shapes cross-team data sharing, consumer isolation, regional analytics, cost avoidance, source-of-truth preservation, and query workload separation. When teams treat it as a loose label, they create work that is invisible until a release, audit, incident, or scaling event. Good implementation gives architects a real decision point, operators a measurable signal, security teams a control to review, and finance teams a cost driver to explain. That makes the term a practical checkpoint for design quality, ownership, and production readiness.
Official wording and source
Kusto follower database is a read-only database attached from another Azure Data Explorer cluster so consumers can query leader data without copying it. Microsoft Learn places it in Use follower databases - Azure Data Explorer; operators confirm scope, configuration, dependencies, and production impact.
Technical context
Technically, Kusto follower database involves leader database, follower cluster, attached database configuration, table-level following, permissions. Teams configure or inspect it through Azure portal, Kusto follower commands, Azure CLI attached database configuration commands, Azure Data Share, monitoring and validate it with attached database configuration, leader cluster reference, followed tables, read-only state, synchronization delay. Key dependencies include leader Kusto cluster, follower cluster, database permissions, region support, network reachability. In production, document scope, identity, network path, telemetry, lifecycle, and rollback. Treat the term as runtime state: portal settings, Kusto commands, CLI output, logs, and policy assignments should agree before release.
Exam context
Compare with
Where it is used
Where you see it
- In the Azure portal or service blade, Kusto follower database appears around attached databases, follower configuration, data shares, database permissions, where owners review access, health, and readiness.
- In CLI, Kusto command, or deployment output, Kusto follower database shows through attached database settings, leader references, table filters, sync state, giving operators evidence during audits and incidents.
- In architecture reviews, Kusto follower database appears when teams debate read-only sharing, data freshness, consumer isolation, then compare intended design with live state. during reviews, releases, and support handoffs.
Common situations
- Use Kusto follower database during architecture review to make ownership, dependencies, and risk explicit before production deployment.
- Use Kusto follower database in operational runbooks so support teams can verify live Azure or Kusto state without guessing.
- Use Kusto follower database in compliance evidence when auditors ask how access, data flow, query behavior, or platform configuration is controlled.
- Use Kusto follower database during incident triage to separate application defects from platform configuration or dependency failures.
Illustrative Azure scenarios
These examples show how the concept can affect design and operations. They are illustrative scenarios, not customer claims.
Scenario 01 Sharing analytics safely across business units Scenario, objectives, solution, measured impact, and takeaway.
Fourth Coffee Logistics, a supply chain logistics organization, needed to solve regional teams needed query access to centralized analytics without copying large datasets into separate clusters. The platform team used Kusto follower database to make the design observable, governed, and supportable in production.
- Provide read-only analytics access without duplicating source data.
- Limit access to approved databases, tables, and regions.
- Keep data freshness lag visible to report owners.
- Reduce storage growth from duplicated analytical copies by at least 30%.
Architects defined Kusto follower database as part of the workload runbook and linked it to leader database, follower cluster, attached database configuration, table-level following, owner tags, diagnostic settings, and the approved deployment path. Operators used az kusto attached-database-configuration list --cluster-name <follower-cluster> --resource-group <resource-group> for read-only evidence, then compared the result with Kusto management commands, portal state, activity logs, metrics, and change records. Security reviewers checked least-privilege database roles, read-only access, sharing approvals, tenant boundaries, while reliability engineers validated leader availability, synchronization delay, follower cluster health, schema refresh under a realistic pilot workload. The rollout separated discovery from change-controlled steps, stored evidence with resource IDs and database names, and tied rollback to dashboards and support alerts.
- Read-only analytics access was delivered to four regions without duplicating the source database.
- Storage growth fell by 36% because teams stopped creating shadow copies.
- Data freshness lag was visible on the operations dashboard and stayed under four minutes.
- Access reviews became simpler because each consumer cluster had a documented configuration.
Kusto follower database is valuable when teams convert an Azure concept into verified state, owner accountability, and measurable production behavior.
Scenario 02 Hardening analytics governance for regulatory reporting Scenario, objectives, solution, measured impact, and takeaway.
Fabrikam Capital, a financial services organization, needed to solve regulatory reporting queries depended on undocumented analytics settings and inconsistent access between development and production. The platform team used Kusto follower database to make the design observable, governed, and supportable in production.
- Create traceable evidence for every production analytics configuration.
- Lower query-related compliance exceptions by at least 50%.
- Preserve performance for month-end reporting dashboards.
- Document rollback and approval paths for all mutating operations.
Architects defined Kusto follower database as part of the workload runbook and linked it to leader database, follower cluster, attached database configuration, table-level following, owner tags, diagnostic settings, and the approved deployment path. Operators used az kusto attached-database-configuration list --cluster-name <follower-cluster> --resource-group <resource-group> for read-only evidence, then compared the result with Kusto management commands, portal state, activity logs, metrics, and change records. Security reviewers checked least-privilege database roles, read-only access, sharing approvals, tenant boundaries, while reliability engineers validated leader availability, synchronization delay, follower cluster health, schema refresh under a realistic pilot workload. The rollout separated discovery from change-controlled steps, stored evidence with resource IDs and database names, and tied rollback to dashboards and support alerts.
- Compliance exceptions related to analytics configuration fell by 63% in the next audit cycle.
- Month-end dashboard latency improved by 28% after query and cache evidence guided tuning.
- Every mutating change included an owner, approved scope, and rollback note.
- Reviewers reduced signoff time by 38% because live state matched source-controlled records.
Kusto follower database is valuable when teams convert an Azure concept into verified state, owner accountability, and measurable production behavior.
Scenario 03 Improving high-volume operational dashboards Scenario, objectives, solution, measured impact, and takeaway.
Litware Retail, a online retail organization, needed to solve seasonal traffic dashboards scanned too much raw data and slowed during flash-sale events. The platform team used Kusto follower database to make the design observable, governed, and supportable in production.
- Cut priority dashboard latency by at least 30%.
- Keep freshness acceptable for operational decisions.
- Reduce unnecessary query CPU during peak events.
- Give analysts a governed pattern for reusable analytics objects.
Architects defined Kusto follower database as part of the workload runbook and linked it to leader database, follower cluster, attached database configuration, table-level following, owner tags, diagnostic settings, and the approved deployment path. Operators used az kusto attached-database-configuration list --cluster-name <follower-cluster> --resource-group <resource-group> for read-only evidence, then compared the result with Kusto management commands, portal state, activity logs, metrics, and change records. Security reviewers checked least-privilege database roles, read-only access, sharing approvals, tenant boundaries, while reliability engineers validated leader availability, synchronization delay, follower cluster health, schema refresh under a realistic pilot workload. The rollout separated discovery from change-controlled steps, stored evidence with resource IDs and database names, and tied rollback to dashboards and support alerts.
- Priority dashboard latency improved by 41% during the first flash-sale rehearsal.
- Freshness stayed within the agreed five-minute target for store operations.
- Query CPU for the dashboard workload dropped by 34% after the design was tuned.
- Analysts reused the governed object pattern instead of creating inconsistent ad hoc queries.
Kusto follower database is valuable when teams convert an Azure concept into verified state, owner accountability, and measurable production behavior.
Azure CLI
Use CLI and Kusto commands for Kusto follower database when you need repeatable evidence instead of a one-off portal screenshot. Start with read-only discovery, compare output with source-controlled intent, and attach the result to the change, incident, or audit record. Mutating commands should run only after the owner, scope, rollback path, and customer-impact window are confirmed.
Useful for
- Confirm the current Azure or Kusto state for Kusto follower database before approving a deployment or incident change.
- Collect repeatable evidence for Kusto follower database during audits, service reviews, and ownership handoffs.
- Compare expected configuration for Kusto follower database with live portal, CLI, query, and infrastructure-as-code evidence.
- Validate graph-connected dependencies for Kusto follower database before changing production scope or access.
Before you run a command
- Confirm tenant, subscription, resource group, cluster, database, table, app, and environment before trusting command output.
- Run list or show commands first, then save evidence before any create, alter, update, delete, export, start, stop, or deploy action.
- Check whether output exposes secrets, connection strings, customer data, storage paths, query text, or regulated metadata.
- Verify RBAC, database permissions, private network reachability, CLI extension version, and maintenance window before production changes.
What the output tells you
- It shows whether Kusto follower database exists in the expected scope and whether live state matches the approved design.
- It exposes resource IDs, database names, table references, policy values, identities, endpoints, run history, or dependency settings.
- It helps reviewers connect incidents to deployments, policy changes, query behavior, ingestion delays, export lag, or access failures.
- It gives audit-ready evidence that can be attached to tickets, dashboards, change records, and post-incident timelines.
Mapped commands
Kusto follower database operational checks
directaz kusto attached-database-configuration show --cluster-name <follower-cluster> --resource-group <resource-group> --attached-database-configuration-name <config-name>az kusto attached-database-configuration create --cluster-name <follower-cluster> --resource-group <resource-group> --attached-database-configuration-name <config-name> --database-name <database-name> --cluster-resource-id <leader-cluster-resource-id>az kusto database show --cluster-name <leader-cluster> --database-name <database-name> --resource-group <resource-group>az monitor metrics list --resource <follower-cluster-resource-id> --metric <metric-name>Architecture context
Technically, Kusto follower database involves leader database, follower cluster, attached database configuration, table-level following, permissions. Teams configure or inspect it through Azure portal, Kusto follower commands, Azure CLI attached database configuration commands, Azure Data Share, monitoring and validate it with attached database configuration, leader cluster reference, followed tables, read-only state, synchronization delay. Key dependencies include leader Kusto cluster, follower cluster, database permissions, region support, network reachability. In production, document scope, identity, network path, telemetry, lifecycle, and rollback. Treat the term as runtime state: portal settings, Kusto commands, CLI output, logs, and policy assignments should agree before release.
- Security
- Security for Kusto follower database starts with least-privilege database roles, read-only access, sharing approvals, tenant boundaries, private networking, audit logs, principal review. Review who can create, alter, delete, query, export, ingest, publish, or diagnose the related configuration. Prefer Microsoft Entra ID, managed identities, least privilege, private networking, customer-managed keys where supported, diagnostic logs, and policy enforcement. Avoid storing secrets, connection strings, tokens, personal data, or regulated payload samples in scripts, consoles, queries, exported files, or shared tickets. During approval, check tenant boundaries, database roles, resource permissions, network exposure, alerting, and break-glass procedures so a configuration mistake does not become a breach.
- Cost
- Cost for Kusto follower database is driven by follower cluster compute, avoided data copies, query CPU, monitoring logs, interregional design choices, support time, duplicate environment avoidance. The trap is assuming the feature is free because it looks like a policy, query, child resource, console, or metadata object. In Azure, the bill may appear through compute, storage, hot cache, query CPU, ingestion, export writes, monitoring ingestion, egress, replicas, reserved capacity, or support time. Tie the term to budgets, tags, alerts, and owner reviews. Also account for weak implementation: outage minutes, manual recovery, compliance exceptions, duplicated environments, and engineers spending hours proving state after an incident.
- Reliability
- Reliability for Kusto follower database depends on leader availability, synchronization delay, follower cluster health, schema refresh, query readiness, access consistency, recovery steps. A resource can exist and still fail the workload if schema, identity resolution, network reachability, quota, regional placement, retention, or dependent services are wrong. Build checks that prove the behavior from the caller's point of view, not only that the object is configured. Use health metrics, synthetic queries, retry-aware automation, backup or rollback plans, and documented ownership. During incidents, compare recent deployments with diagnostics and dependency state so teams can separate platform outage, configuration drift, capacity pressure, and application defects.
- Performance
- Performance for Kusto follower database depends on follower query capacity, synchronization delay, leader schema changes, cache policy, regional distance, dashboard concurrency, workload group limits. Measure the real workflow instead of assuming the default design is fast enough. Look at latency, throughput, cache behavior, query plan, ingestion backlog, export lag, retry storms, regional distance, throttling, scheduling, and downstream bottlenecks. In many incidents the term is not the only slow component; it is where hidden limits, identity calls, network hops, storage behavior, or query shape become visible. Keep benchmarks tied to production-like data, expected concurrency, and monitoring dashboards so tuning does not weaken security or reliability.
- Operations
- Operations for Kusto follower database need runbooks covering follower inventory, lag monitoring, access review, schema refresh checks, attached configuration approval, consumer communication, unlink planning. Operators should know which commands are safe read-only checks, which changes require approval, and which outputs prove state to auditors or incident commanders. Put ownership, environment naming, tagging, dashboards, alerts, and rollback steps beside the deployment pipeline. Do not let the portal become the only source of truth; capture cluster names, database names, table names, resource IDs, diagnostic settings, query text, and change history. Good operations turn the term into a predictable support motion instead of tribal knowledge.
Common mistakes
- Treating Kusto follower database as a harmless label instead of checking the exact resource, owner, identity, and dependency path.
- Running a mutating command in the wrong subscription, cluster, database, web app, or resource group because active context was not verified.
- Assuming a successful deployment proves the feature works without checking logs, metrics, queries, access, and rollback evidence.
- Ignoring cost, retention, cache, quota, network exposure, or data classification until an incident forces emergency cleanup.