Identity e2e tests for running fail in Azure VM MSI
See original GitHub issueDescribe the issue:
Test the Testing azure-identity in Azure VM MSI with instructions (Repro steps
). When run the MSI test, it displays the error :
The maven default version is 3.6.0 in VM. We also tried to upgrade the Maven version, but it is complex, we didn’t achieve the expected result.
Environment: Env: Azure VM Package: https://search.maven.org/artifact/com.azure/azure-identity/1.7.0-beta.2/jar Related issue: https://github.com/Azure/azure-sdk/issues/815
Expected behavior: Run the MSI test can pass.
@josefree for notification.
Issue Analytics
- State:
- Created a year ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Automate VM MSI testing #815 - Azure/azure-sdk - GitHub
The steps to run MSI tests in VM for the identity component are as follows: ... Identity e2e tests for running fail in...
Read more >Troubleshoot Azure Automation managed identity issues
This article tells how to troubleshoot and resolve issues when using a managed identity with an Automation account.
Read more >Provide an identity to access the Azure Key Vault Provider for ...
An Azure AD workload identity is an identity used by an application running on a pod that can authenticate itself against other Azure...
Read more >Azure Monitor FAQ - Microsoft Learn
This Microsoft FAQ is a list of commonly asked questions about Azure Monitor. If you have any other questions, go to the discussion...
Read more >Retry guidance for Azure services - Microsoft Learn
Azure Active Directory (Azure AD) is a comprehensive identity and access ... The Azure Cosmos DB SDKs automatically retry on certain error ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@v-jiaodi I’ll get the update done. Thanks for letting me know it worked.
@v-jiaodi
I merged a PR to unblock the test setup. Can you run the cloudshell test again from source code on main branch ?
This is the output I see for Cloudshell tests:
If you still see same issue, then follow updated instructions here for cloudshell testing. https://github.com/Azure/azure-sdk/issues/795#issuecomment-559900596
Can you also try Web jobs with updated source code ?
Thank you.