Creating Tests with GitHub Copilot for Visual Studio
One of the recurring jokes in our industry is that developers are not very good at two things when coding: Documenting code, and creating unit tests. These are two areas…
11/04/2024
Like many Azure APIs, the Azure OpenAI service gives developers the option to authenticate with either API keys or keyless authentication (via Entra identity). Since it’s a security best practice to avoid keys whenever possible, we’re hoping to make it easy for developers to move to keyless OpenAI authentication by…