You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following example uses the [AzureOpenAIConnection](/python/api/azure-ai-ml/azure.ai.ml.entities.azureopenaiconnection) class to create an Azure OpenAI in Azure AI Foundry Models connection.
26
30
27
31
> [!TIP]
28
-
> To connect to Azure OpenAI and more AI services with one connection, you can use the [AI services connection](#tab/ai-services) instead.
32
+
> To connect to Azure OpenAI and more AI services with one connection, you can use the AI services connection instead.
29
33
30
34
```python
31
35
from azure.ai.ml.entities import AzureOpenAIConnection
0 commit comments