Configuring Generative AI Access

The ADF admin can get into the configuration screen by clicking on the upper-right setting menu,

Selecting the top tab ingest Configuration to get into the general ADF settings. Scrolling down the settings page further will display Generative AI settings in two separate locations: Azure AI deployment and OpenAI deployment.

Azure AI Related Configuration
OpenAI Related Confiugration

The ADF platform supports major GenAI vendors, specifically Azure AI or OpenAI backends. The admin user first needs to specify and fill the OPENAI_VENDOR blank with the vendor name: azure or openai. Depending on the vendor configuration, the admin then needs to complete the detailed access information.

For Azure deployment, the configuration blanks that need to be filled are:

  • AZURE_OPENAI_DEPLOYMENT_NAME

  • AZURE_OPENAI_ENDPOINT

  • AZURE_OPENAI_KEY

  • OPEN_AI_MODEL

For OpenAI deployment, the configuration blanks that need to be filled are:

  • OPENAI_KEY

  • ASURE_OPENAI_ENDPOINT

  • OPEN_AI_MODEL

Notice that as of August 2024, the ADF Azure deployment supports models:

  • gpt-4

  • gpt-4o

  • gpt-4o-mini

  • gpt-3.5-turbo

Last updated