Azure local 23h2 after restart Node of cluster the Extension AzureEdgeTelemetryAndDiagnostics Failed

Giovanni Luca Matera 106 Reputation points
2024-12-17T13:56:25.2566667+00:00

Hi,

I have a cluster Azure Local 23h2 after the restart of one nodes I see that extension AzureEdgeTelemetryAndDiagnostics was in fail.

to verify if the service is runnig, I run this commad: Get-Service "AzureStack obs"

User's image

I try to start the service but don't work and I don't see error

User's image I thought to reinstall the extension, I saw that I should run the following command, to remove:

Remove-AzConnectedMachineExtension -Name "AzureEdgeTelemetryAndDiagnostics" -ResourceGroupName $RG -MachineName $Hostname

and use this command to install:

New-AzConnectedMachineExtension -MachineName $Hostname -Name "AzureEdgeTelemetryAndDiagnostics" -ResourceGroupName $RG -SubscriptionId $Subscription -Location $region -Publisher "Microsoft.AzureStack.Observability" -ExtensionType "TelemetryAndDiagnostics"

I wanted to be sure that this is the correct way to proceed.

thank

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
382 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.