Azure OpenAI

Figure 1: Azure OpenAI
  • System Prompt - Your application’s system prompt. It sets the initial instructions or context for the AI model, defines the behavior, tone, and specific guidelines the AI should follow while interacting. For best practices, refer to the OpenAI documentation on prompt engineeringarrow-up-right.

  • API Key - In the Azure Portalarrow-up-right, find a key on the Keys and Endpoint page of the Azure OpenAI resource.

  • URL

    • Supported Azure OpenAI endpoints (protocol and hostname)

    • The general format for an endpoint is: https://{your-resource-name}.openai.azure.com.

    • For example: https://yourcompany.openai.azure.com

    • Endpoint is also found on the Keys and Endpoint page.

  • Deployment Name - Configured when setting up your Azure OpenAI model. This is the unique identifier that links to your specific model deployment. Deployment names can be found on the Deployments section of your project on the Azure AI Foundryarrow-up-right.

For more information, you can explore the official Azure OpenAI Servicearrow-up-right documentation.

Last updated

Was this helpful?