Azure OpenAI Connector Guide > Azure OpenAI connections overview > Azure OpenAI connection properties
  

Azure OpenAI connection properties

To use the Azure OpenAI API, you need an API key. All API requests must include a valid API key in the api-key HTTP header.
The following table defines the Azure OpenAI connection properties that you must configure in the Connection Properties section:
Property
Description
Endpoint_URL
The REST API endpoint for Azure OpenAI. You can find this value in the Keys & Endpoint section when examining your resource from the Azure portal. Alternatively, you can find the value in Azure OpenAI Studio > Playground > Code View.
API_Key
The API key to authenticate Azure OpenAI connection requests. You can find this value in the Keys & Endpoint section when examining your resource from the Azure portal. Alternatively, you can find the value in Azure OpenAI Studio > Playground > Code View.
API_Version
The service APIs that are versioned using the api-version query parameter. All versions follow the YYYY-MM-DD date format.
For example: POST https://<RESOURCE_NAME>.openai.azure.com/openai/deployments/<DEPLOYMENT_NAME>/completions?api-version=2024-06-01