Logic app fails to connect to Azure VM citing expired token, but the connection in Config is shown as OK

Sergey Borovoy
521
Reputation points
Hi, my Logic App that starts a VM each morning is now failing to do so. It starts but can't connect to the VM:
{ "error": { "code": "ExpiredAuthenticationToken", "message": "The access token expiry UTC time '4/19/2025 4:27:06 AM' is earlier than current UTC time '4/22/2025 3:00:01 AM'." } }
But when I go to the Logic App's configuration -> Authentication, it shows the "azurevm" connection as "Connected":
What should I do? Thanks!
Sign in to answer