[BUG] Getting random error on initialization on Azure Container Instance Managed Identity: ManagedIdentityCredential authentication failed: 'R' is an invalid start of a value #32608
Labels
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Library name and version
Azure.Identity 1.5.0
Describe the bug
I have a logic App which creates a Azure Container Group on the fly and attached a Managed User Identity with the container Group. I have the following code written in the Program.cs:
Most of the time above logic works fine. But many times it fails with the following error:
Expected behavior
Code should throw no error while initializing the App Configuration connection using managed identity.
Actual behavior
Throwing error at startup:
Reproduction Steps
Its really very random. Hard to reproduce.
Environment
OS Type: Linux
Code running in container inside Azure Container Instances
The text was updated successfully, but these errors were encountered: