Azure local 23h2 after restart Node of cluster the Extension AzureEdgeTelemetryAndDiagnostics Failed
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"
I try to start the service but don't work and I don't see error
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