Skip to content

Commit 3c6918f

Browse files
committed
fix links and bookmarks
1 parent 78b2791 commit 3c6918f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/ai-foundry/how-to/connections-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To learn more about Agent Knowledge tools, see [Knowledge tool overview](https:/
7777

7878
::: zone-end
7979

80-
## Create a new connection in Azure AI Foundry portal
80+
## <a name="create-a-new-connection"></a> Create a new connection in Azure AI Foundry portal
8181

8282
[!INCLUDE [tip-left-pane](../includes/tip-left-pane.md)]
8383

articles/ai-foundry/includes/hub-connections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.custom: include
1212

1313
### Set up your environment
1414

15-
[!INCLUDE [SDK setup](../../includes/development-environment-config.md)]
15+
[!INCLUDE [SDK setup](development-environment-config.md)]
1616

1717
### Authenticating with Microsoft Entra ID
1818

19-
There are various authentication methods for the different connection types. When you use Microsoft Entra ID, in addition to creating the connection you might also need to grant Azure role-based access control permissions before the connection can be used. For more information, visit [Role-based access control](../../concepts/rbac-azure-ai-foundry.md#scenario-connections-using-microsoft-entra-id-authentication).
19+
There are various authentication methods for the different connection types. When you use Microsoft Entra ID, in addition to creating the connection you might also need to grant Azure role-based access control permissions before the connection can be used. For more information, visit [Role-based access control](../concepts/rbac-azure-ai-foundry.md#scenario-connections-using-microsoft-entra-id-authentication).
2020

2121
[!INCLUDE [Azure Key Vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/microsoft-entra-id-akv-expanded.md)]
2222

@@ -25,7 +25,7 @@ There are various authentication methods for the different connection types. Whe
2525
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.
2626

2727
> [!TIP]
28-
> To connect to Azure OpenAI and more AI services with one connection, you can use the [AI services connection](#azure-ai-services) instead.
28+
> To connect to Azure OpenAI and more AI services with one connection, you can use the [AI services connection](#tab/ai-services) instead.
2929
3030
```python
3131
from azure.ai.ml.entities import AzureOpenAIConnection
@@ -50,7 +50,7 @@ ml_client.connections.create_or_update(wps_connection)
5050

5151
## [AI services](#tab/ai-services)
5252

53-
The following example uses the [AzureAIServicesConnection](/python/api/azure-ai-ml/azure.ai.ml.entities.azureaiservicesconnection) class to create an Azure AI services connection. This example creates one connection for the AI services documented in the [Connect to Azure AI services](../../../ai-services/connect-services-ai-foundry-portal.md) article. The same connection also supports Azure OpenAI.
53+
The following example uses the [AzureAIServicesConnection](/python/api/azure-ai-ml/azure.ai.ml.entities.azureaiservicesconnection) class to create an Azure AI services connection. This example creates one connection for the AI services documented in the [Connect to Azure AI services](../../ai-services/connect-services-ai-foundry-portal.md) article. The same connection also supports Azure OpenAI.
5454

5555
```python
5656
from azure.ai.ml.entities import AzureAIServicesConnection

0 commit comments

Comments
 (0)