I have a Pair of Azure Arc SCVMM Bridges that have been offline for more than 45 Days.

Matthew Bard 30 Reputation points
2025-03-17T11:53:14.2366667+00:00

I have a pair of Azure Arc Bridges into my 2 SCVMM on prem, servers they were turned off looking at the logs 90 Days Ago.

AADSTS700082: The refresh token has expired due to inactivity. The token was issued on 2024-04-12T15:42:08.9860377Z and was inactive for 90.00:00:00. Trace ID: cad34472-fae8-4e8b-913d-52bda827a800 Correlation ID: 91e7a6ff-c9dc-442e-96db-32f648602c1f Timestamp: 2025-03-17 11:31:07Z

I was unware of the 45 day limitation and hadn't go to setting up the alert,

Anyone aware how I can reconnect the devices or is it a case of starting again

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,715 questions
0 comments No comments
{count} votes

Accepted answer
  1. kobulloc-MSFT 26,631 Reputation points Microsoft Employee
    2025-03-17T16:18:09.43+00:00

    Hello, @Matthew Bard !

    You can update the credentials of the account for Arc resource bridge using Azure CLI:

    https://learn.microsoft.com/en-us/azure/azure-arc/system-center-virtual-machine-manager/administer-arc-scvmm?tabs=account-for-arc-resource-bridge#update-the-scvmm-account-credentials-using-a-new-password-or-a-new-scvmm-account-after-onboarding

    To update the credentials of the account for Arc resource bridge, run the following Azure CLI commands. Run the commands from a workstation that can access cluster configuration IP address of the Arc resource bridge locally:

    az account set -s <subscription id>
    az arcappliance get-credentials -n <name of the appliance> -g <resource group name> 
    az arcappliance update-infracredentials scvmm --kubeconfig kubeconfig
    
    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

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.