Git Product home page Git Product logo

Comments (8)

github-actions avatar github-actions commented on June 3, 2024

Thank you for your feedback. Tagging and routing to the team member best able to assist.

from azure-sdk-for-python.

xiangyan99 avatar xiangyan99 commented on June 3, 2024

Thanks for your feedback.

Could you share more details like what error message you expected to see?

And if possible, share some code snippets?

from azure-sdk-for-python.

github-actions avatar github-actions commented on June 3, 2024

Hi @nagworld9. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.

from azure-sdk-for-python.

nagworld9 avatar nagworld9 commented on June 3, 2024

@xiangyan99 I don't expect to see error msg or no log or info log as these are env vars set if the authentication successful.

For managed identity authentication, user need to set only AZURE_CLIENT_ID. But why it logs error as incomplete configuration. It only required that one variable.

Incomplete environment configuration. These variables are set: AZURE_CLIENT_ID

from azure-sdk-for-python.

xiangyan99 avatar xiangyan99 commented on June 3, 2024

This is by design because you use DefaultAzureCredential. It attempts EnvironmentCredential first and it fails.

The error message comes from EnvironmentCredential.

For more information, please see https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/README.md#defaultazurecredential

from azure-sdk-for-python.

github-actions avatar github-actions commented on June 3, 2024

Hi @nagworld9. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text "/unresolve" to remove the "issue-addressed" label and continue the conversation.

from azure-sdk-for-python.

nagworld9 avatar nagworld9 commented on June 3, 2024

@xiangyan99 well, our logs filled with these error msgs and creating noise, as we create lot of vms in our automation

from azure-sdk-for-python.

xiangyan99 avatar xiangyan99 commented on June 3, 2024

If you are sure you don't want to use EnvironmentCredential, you can add

exclude_environment_credential=True when you create DefaultAzureCredential.

from azure-sdk-for-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.