dotnet / dotnet/smartcomponents
Use DefaultAzureCredentials instead of an API key for Azure OpenAI
Open
- Dominant language
- C#
- Stars
- 508
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
I believe the [guidance when authenticating with Azure](https://learn.microsoft.com/dotnet/azure/sdk/authentication) is to use the `DefaultAzureCredential` API from the [Azure.Identity](https://nuget.org/packages/Azure.Identity) library. This avoid having to manage an API key.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.