Skip to content

Commit 76d8000

Browse files
authored
Add AI tools link to azure-identity README (#46294)
1 parent b14d812 commit 76d8000

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sdk/identity/azure-identity/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ pip install azure-identity
2323
- An [Azure subscription](https://azure.microsoft.com/free/python)
2424
- Python 3.9 or a recent version of Python 3 (this library doesn't support end-of-life versions)
2525

26+
### Use with AI tools
27+
28+
AI coding tools such as VS Code and GitHub Copilot can help you write and debug code that uses this library. See [Using the Azure SDK for Python with AI tools](https://aka.ms/azsdk/python/ai) for available integrations.
29+
2630
### Authenticate the client
2731

2832
When debugging and executing code locally, it's typical for a developer to use their own account for authenticating calls to Azure services. There are several developer tools that can be used to perform this authentication in your development environment. For more information, see [Authentication during local development](https://learn.microsoft.com/azure/developer/python/sdk/authentication/overview#authentication-during-local-development).

0 commit comments

Comments
 (0)