Skip to content

Commit 0ad6864

Browse files
fix: rename adx-cluster-grouping and remove missing image refs
- Rename adx-cluster-grouping.md to kusto-cluster-grouping.md to fix filename-incomplete warning (disallowed acronym) - Remove 3 broken image references (media files never committed) - Update toc.yml to point to renamed file Co-authored-by: Copilot <[email protected]>
1 parent e2a7259 commit 0ad6864

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

articles/sre-agent/adx-cluster-grouping.md renamed to articles/sre-agent/kusto-cluster-grouping.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,16 @@ Ad-hoc queries work immediately with the connector. For Kusto tools, see [Kusto
6363

6464
The ADX connector supports **multiple clusters in a single connector** through cluster groups. Each group shares a managed identity, so you don't need to create separate connectors for every cluster.
6565

66-
:::image type="content" source="media/adx-cluster-grouping/step-03-add-clusters-form.png" alt-text="Screenshot showing the Add clusters step with group name, managed identity dropdown, and cluster URI fields.":::
67-
6866
### Cluster groups
6967

7068
A cluster group is a collection of ADX cluster URIs that share the same managed identity. You can have multiple groups within one connector—each with its own identity—to handle clusters across different tenants or permission boundaries.
7169

7270
For example, if your production clusters use one managed identity and your staging clusters use another, you create two groups within the same connector. The "(inherit)" option on each group uses the connector-level identity by default; override it per group when needed.
7371

74-
:::image type="content" source="media/adx-cluster-grouping/step-03-add-clusters-empty.png" alt-text="Screenshot showing the Add clusters step with one cluster URI filled and an auto-added empty row.":::
75-
7672
### Per-cluster health checks
7773

7874
The connector tests each cluster individually—both during setup and on an ongoing basis. If some clusters become unreachable after saving, the connector status calls out the failing clusters by name (for example, *"2 cluster(s) failed: cluster1, cluster2"*) so you know exactly which cluster needs attention.
7975

80-
:::image type="content" source="media/adx-cluster-grouping/step-04-review-before-test.png" alt-text="Screenshot showing the Review and test connection step with connector summary and Test connection button.":::
81-
8276
### Edit connectors
8377

8478
You can add or remove cluster URIs from an existing connector without recreating it. The edit dialog opens directly to the cluster configuration—update URIs, adjust group identities, and re-test.

articles/sre-agent/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ items:
125125
- name: Kusto tools
126126
href: kusto-tools.md
127127
- name: Azure Data Explorer connector
128-
href: adx-cluster-grouping.md
128+
href: kusto-cluster-grouping.md
129129
- name: MCP connectors
130130
href: mcp-connectors.md
131131
- name: Access

0 commit comments

Comments
 (0)