You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Azure Function App setup with a system-assigned managed identity. I see that every night all my requests to get the managed identity authentication are failing for ~5 to 10 minutes, at 11 pm. The requests are coming from an AzCopy command. At all other times, the managed identity authentication is working fine.
I have an Azure Function App setup with a system-assigned managed identity. I see that every night all my requests to get the managed identity authentication are failing for ~5 to 10 minutes, at 11 pm. The requests are coming from an AzCopy command. At all other times, the managed identity authentication is working fine.
It's a v4 runtime, on a S1 app service plan.
The error is:
Failed to perform Auto-login: ManagedIdentityCredential: Get "http://127.0.0.1:41044/msi/token/?api-version=2019-08-01&resource=https%3A%2F%2Fstorage.azure.com": dial tcp 127.0.0.1:41044: connectex: No connection could be made because the target machine actively refused it..
My C# code that calls it is:
Which is basically equivalent to running:
I also created an AzCopy repo issue, but I believe this is related to the function app.
The text was updated successfully, but these errors were encountered: