From 1b99d1842f24f26c865bfb07ef52682c83790184 Mon Sep 17 00:00:00 2001 From: Alex Burns Date: Mon, 11 May 2026 21:12:24 -0400 Subject: [PATCH] =?UTF-8?q?Revert=20"Add=20extra=20documentation=20for=20A?= =?UTF-8?q?RM=20telemetry=20and=20Arc=20node=20liveness=20check=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TSG/ARM/README.md | 21 --------------------- TSG/Lifecycle/README.md | 16 +--------------- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 TSG/ARM/README.md diff --git a/TSG/ARM/README.md b/TSG/ARM/README.md deleted file mode 100644 index 963c95f3..00000000 --- a/TSG/ARM/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# ARM Telemetry - -ARM telemetry for a deployment, update, or even status can be queried using a query like: - -```KQL -cluster("https://armprodgbl.eastus.kusto.windows.net").database('ARMProd').Unionizer('Deployments', 'DeploymentOperations') -| where providerNamespace contains "AzureStackHCI" -| take 50; -``` - -The above query targets deployments, but there are a number of [other databases](https://eng.ms/docs/cloud-ai-platform/azure-core/azure-cloud-native-and-management-platform/control-plane-bburns/azure-resource-reporting/azure-resource-reporting/dataconsumeronboarding/armdata/kustov2/overview_prod) that can be accessed, as listed on that page: - -| database | tables | -|---------|----------| -| Requests | EventServiceEntries, HttpIncomingRequests, HttpOutgoingRequests | -| Deployments | DeploymentOperations, Deployments, PreflightEvents | -| Traces | Errors, Traces | -| Providers | ProviderErrors, ProviderTraces | -| Jobs | JobDefinitions, JobDispatchingErrors, JobErrors, JobExecutionStatus, JobHistory, JobOperations, JobStatus, JobThrottles, JobTrace | -| Storage | Compactions, Diagnostics, RedisOperations, RegionalStoreAdminLogs, RegionalStoreAdminTraces, RegionalStoreConfigurationLogs, RegionalStoreGarnetServerLogs, RegionalStoreGarnetServerTraces, RegionalStoreHealthCheckLogs, RegionalStoreJobEngineLogs, RegionalStoreServerLogs, RegionalStoreServerTraces, RegionalStoreService, StorageOperations, StorageRequests | -| General | APIValidationErrors, APIValidationTraces, AppPerfCounters, ArmHttpOutgoingRequests, CapacityErrors, CapacityTraces, ClientErrors, ClientRequests, ClientTelemetry, ClientTraces, DispatcherErrors, DispatcherEvents, DispatcherTraces, IISHttpErrors, IISLogs, ManifestRegistrations, MarketplaceErrors, MarketplaceTraces, PolicyServiceDebug, PolicyServiceError, PolicyServiceWarning, ResourceDeletions, ResourceGroupDeletions, Service, SubscriptionProvisioningRequests2, SysPerfCounters, WindowsEvents | diff --git a/TSG/Lifecycle/README.md b/TSG/Lifecycle/README.md index fa28d334..28378d77 100644 --- a/TSG/Lifecycle/README.md +++ b/TSG/Lifecycle/README.md @@ -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("").database("Telemetry").Census -| where AEODeviceARMResourceUri =~ '' -| where AEOClusterNodeName =~ "" -| 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) \ No newline at end of file