added note for using Azure Active Directory Tokens with all the other endpoints (#17733)

This commit is contained in:
Shivam Rawat 2025-12-09 11:51:28 -08:00 committed by GitHub
parent aa450e7ebe
commit 43a7bbeeaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -549,7 +549,8 @@ print(response)
### Entra ID - use `azure_ad_token`
This is a walkthrough on how to use Azure Active Directory Tokens - Microsoft Entra ID to make `litellm.completion()` calls
This is a walkthrough on how to use Azure Active Directory Tokens - Microsoft Entra ID to make `litellm.completion()` calls.
> **Note:** You can follow the same process below to use Azure Active Directory Tokens for all other Azure endpoints (e.g., chat, embeddings, image, audio, etc.) with LiteLLM.
Step 1 - Download Azure CLI
Installation instructions: https://learn.microsoft.com/en-us/cli/azure/install-azure-cli