Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions TSG/ARM/README.md

This file was deleted.

16 changes: 1 addition & 15 deletions TSG/Lifecycle/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
# Infra Lifecycle Operations

* [Add node, repair node fails with Type 'AddAsZHostToDomain' of Role 'BareMetal' raised an exception after cluster upgrade fail when upgraded from <=2311](./Add-node-repair-node-fails-with-Type-AddAsZHostToDomain-of-Role-BareMetal-raised-an-exception.md)

The status of any ARC Node can be ascertained by looking at its Census records. A sample query could be:

> [!NOTE]
> This sample query requires access to the appropriate Kusto cluster and database. Replace the placeholders with values from your environment and ensure you have the required permissions before running it.

```KQL
cluster("<kusto_cluster_uri>").database("Telemetry").Census
| where AEODeviceARMResourceUri =~ '<resource_id>'
| where AEOClusterNodeName =~ "<node_name>"
| take 20
| order by PreciseTimeStamp desc
```
Regular census reports indicate a healthy node. The 'EventString' column provides detailed information of various components of the Arc Node reporting in.
* [Add node, repair node fails with Type 'AddAsZHostToDomain' of Role 'BareMetal' raised an exception after cluster upgrade fail when upgraded from <=2311](./Add-node-repair-node-fails-with-Type-AddAsZHostToDomain-of-Role-BareMetal-raised-an-exception.md)