Before you configure the connection properties, you need to get the API key and endpoint URL of your Azure OpenAI account from the Azure portal. You also need to enable Python integration for the Secure Agent from Administrator.
Get the API key
You need the API key and endpoint URL to make API calls to the Azure OpenAI chat model.
1Log in to the Azure portal.
2Navigate to your Azure OpenAI resource within the Azure portal.
3Select Keys & endpoints under Resource Management.
4Copy the key and the endpoint URL.
Enable Python integration for intelligent structure model
You need to enable Python integration to interact with the APIs and pre-process data.
1In Administrator, select Runtime Environments.
2Expand the Actions menu for the Secure Agent group and select Enable or Disable Services and Connectors.
A dialog box listing all the services and connectors for the Secure Agent group is displayed.
3On the Services tab, select Python Integration.
4Click OK.
The changes affect every Secure Agent in the group.