azcmagent connect --tenant-id <TenantID> --subscription-id <subscriptionID> --resource-group <ResourceGroupName> --location <resourceLocation>
I got the above command from a friend.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Azure Stack HCI nodes incorrectly showing Azure Arc not installed however, both HCI node has Azure Arc connected with the portal and showing nicely under Azure Arc.
azcmagent connect --tenant-id <TenantID> --subscription-id <subscriptionID> --resource-group <ResourceGroupName> --location <resourceLocation>
I got the above command from a friend.
Hi, in our case the issue was ssl decryption security was doing on the firewall. On Wireshark trace we can see the TLS handshake and certificate exchange followed closely followed by RST.
Once Exception was added to stop SSL decryption it managed to register.
Hope this helps
Cheers