Alexis Lessard

Results 3 comments of Alexis Lessard

The problem is also happening in french. Here's the error message: ``` Unhandled exception. Azure.Identity.AuthenticationFailedException: ManagedIdentityCredential authentication failed: Service request failed. Status: 403 (connecting to 169.254.169.254:80: connecting to 169.254.169.254:80: dial...

`connectex` seems to be in all error messages, despite the langage. Maybe the match could be based on that?

The problem is still present in v0.26.2. The environment of our jobs is set via a `choice` input: ```yaml workflow_dispatch: inputs: destination: description: 'Promotion destination' type: choice required: true default:...