Skip to content
Discussion options

You must be logged in to vote

Hi @MicroMichaelIE

So, YES there is a way to programmatically create connections to Azure AI Search within an AI Foundry Project.

Programmatic Connection Options

Python SDK via AIProjectClient
You can use the AIProjectClient from azure.ai.projects to list and reference existing connections. However, creating new connections (e.g. to Azure AI Search) currently requires either:

Terraform with azapi_resource
You can create connections to Azure AI Search using Terraform and the azapi_resource block. Here's a sim…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@amynic
Comment options

Answer selected by amynic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment