Skip to content

Verify Azure OpenAI developer environment

phaledang edited this page Apr 7, 2024 · 1 revision
  1. Validate that the Azure CLI is installed in your environment.

az --version

  1. Validate that .NET 8 is installed in your environment.

dotnet --list-sdks

  1. Build the .NET project.

dotnet build

Clone this wiki locally