Skip to content

Commit 0fe6e9a

Browse files
committed
link to portal
1 parent 18352be commit 0fe6e9a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ author: Blackmist
2020

2121
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
2222

23-
In this article, you learn how to add a new connection in Azure AI Foundry portal.
23+
In this article, you learn how to add a new connection in [Azure AI Foundry portal](https://ai.azure.com).
2424

25-
Connections are a way to authenticate and consume both Microsoft and other resources within your Azure AI Foundry projects. For example, connections can be used for prompt flow, training data, and deployments. [Connections can be created](../how-to/connections-add.md) exclusively for one project or shared with all projects in the same Azure AI Foundry hub.
25+
Connections are a way to authenticate and consume both Microsoft and other resources within your [Azure AI Foundry](https://ai.azure.com) projects. For example, connections can be used for prompt flow, training data, and deployments. [Connections can be created](../how-to/connections-add.md) exclusively for one project or shared with all projects in the same [Azure AI Foundry](https://ai.azure.com) hub.
2626

2727
## Connection types
2828

29-
Here's a table of some of the available connection types in Azure AI Foundry portal. The __Preview__ column indicates connection types that are currently in preview.
29+
Here's a table of some of the available connection types in [Azure AI Foundry portal]((https://ai.azure.com). The __Preview__ column indicates connection types that are currently in preview.
3030

3131
| Service connection type | Preview | Description |
3232
| --- |:---:| --- |
@@ -36,15 +36,15 @@ Here's a table of some of the available connection types in Azure AI Foundry por
3636
| Azure Content Safety | | Azure AI Content Safety is a service that detects potentially unsafe content in text, images, and videos. |
3737
| Azure OpenAI || Azure OpenAI is a service that provides access to OpenAI's models including the GPT-4o, GPT-4o mini, GPT-4, GPT-4 Turbo with Vision, GPT-3.5-Turbo, DALLE-3 and Embeddings model series with the security and enterprise capabilities of Azure. |
3838
| Serverless Model || Serverless Model connections allow you to [serverless API deployment](deploy-models-serverless.md). |
39-
| Microsoft OneLake | | Microsoft OneLake provides open access to all of your Fabric items through Azure Data Lake Storage (ADLS) Gen2 APIs and SDKs.<br/><br/>In Azure AI Foundry portal, you can set up a connection to your OneLake data using a OneLake URI. You can find the information that Azure AI Foundry requires to construct a __OneLake Artifact URL__ (workspace and item GUIDs) in the URL on the Fabric portal. For information about the URI syntax, see [Connecting to Microsoft OneLake](/fabric/onelake/onelake-access-api). |
39+
| Microsoft OneLake | | Microsoft OneLake provides open access to all of your Fabric items through Azure Data Lake Storage (ADLS) Gen2 APIs and SDKs.<br/><br/>In [Azure AI Foundry portal](https://ai.azure.com), you can set up a connection to your OneLake data using a OneLake URI. You can find the information that [Azure AI Foundry](https://ai.azure.com) requires to construct a __OneLake Artifact URL__ (workspace and item GUIDs) in the URL on the Fabric portal. For information about the URI syntax, see [Connecting to Microsoft OneLake](/fabric/onelake/onelake-access-api). |
4040
| API key || API Key connections handle authentication to your specified target on an individual basis. For example, you can use this connection with the SerpApi tool in prompt flow. |
4141
| Custom || Custom connections allow you to securely store and access keys while storing related properties, such as targets and versions. Custom connections are useful when you have many targets that or cases where you wouldn't need a credential to access. LangChain scenarios are a good example where you would use custom service connections. Custom connections don't manage authentication, so you have to manage authentication on your own. |
4242

4343
## Create a new connection
4444

4545
Follow these steps to create a new connection that's only available for the current project.
4646

47-
1. Go to your project in Azure AI Foundry portal. If you don't have a project, [create a new project](./create-projects.md).
47+
1. Go to your project in [Azure AI Foundry portal](https://ai.azure.com). If you don't have a project, [create a new project](./create-projects.md).
4848
1. Select __Management center__ from the bottom left navigation.
4949
1. Select __Connected resources__ from the __Project__ section.
5050
1. Select __+ New connection__ from the __Connected resources__ section.

articles/ai-studio/how-to/create-azure-ai-hub-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: Blackmist
1717

1818
[!INCLUDE [feature-preview](../includes/feature-preview.md)]
1919

20-
Use a [Microsoft Bicep](/azure/azure-resource-manager/bicep/overview) template to create a hub for Azure AI Foundry. A template makes it easy to create resources as a single, coordinated operation. A Bicep template is a text document that defines the resources that are needed for a deployment. It might also specify deployment parameters. Parameters are used to provide input values when using the template.
20+
Use a [Microsoft Bicep](/azure/azure-resource-manager/bicep/overview) template to create a hub for [Azure AI Foundry](https://ai.azure.com). A template makes it easy to create resources as a single, coordinated operation. A Bicep template is a text document that defines the resources that are needed for a deployment. It might also specify deployment parameters. Parameters are used to provide input values when using the template.
2121

2222
The template used in this article can be found at [https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.machinelearningservices/aistudio-basics](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.machinelearningservices/aistudio-basics). Both the source `main.bicep` file and the compiled Azure Resource Manager template (`main.json`) file are available. This template creates the following resources:
2323

articles/ai-studio/how-to/create-hub-terraform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ai-usage: ai-assisted
1818

1919
# Use Terraform to create an Azure AI Foundry hub
2020

21-
In this article, you use Terraform to create an Azure AI Foundry hub, a project, and AI services connection. A hub is a central place for data scientists and developers to collaborate on machine learning projects. It provides a shared, collaborative space to build, train, and deploy machine learning models. The hub is integrated with Azure Machine Learning and other Azure services, making it a comprehensive solution for machine learning tasks. The hub also allows you to manage and monitor your AI deployments, ensuring they're performing as expected.
21+
In this article, you use Terraform to create an [Azure AI Foundry](https://ai.azure.com) hub, a project, and AI services connection. A hub is a central place for data scientists and developers to collaborate on machine learning projects. It provides a shared, collaborative space to build, train, and deploy machine learning models. The hub is integrated with Azure Machine Learning and other Azure services, making it a comprehensive solution for machine learning tasks. The hub also allows you to manage and monitor your AI deployments, ensuring they're performing as expected.
2222

2323
[!INCLUDE [About Terraform](~/azure-dev-docs-pr/articles/terraform/includes/abstract.md)]
2424

@@ -27,8 +27,8 @@ In this article, you use Terraform to create an Azure AI Foundry hub, a project,
2727
> * Set up a storage account
2828
> * Establish a key vault
2929
> * Configure AI services
30-
> * Build an Azure AI Foundry hub
31-
> * Develop an Azure AI Foundry project
30+
> * Build an [Azure AI Foundry](https://ai.azure.com) hub
31+
> * Develop an [Azure AI Foundry](https://ai.azure.com) project
3232
> * Establish an AI services connection
3333
3434
## Prerequisites

articles/ai-studio/how-to/create-secure-ai-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: Blackmist
1515

1616
# How to create a secure Azure AI Foundry hub and project with a managed virtual network
1717

18-
You can secure your Azure AI Foundry hub, projects, and managed resources in a managed virtual network. With a managed virtual network, inbound access is only allowed through a private endpoint for your hub. Outbound access can be configured to allow either all outbound access, or only allowed outbound that you specify. For more information, see [Managed virtual network](configure-managed-network.md).
18+
You can secure your [Azure AI Foundry](https://ai.azure.com) hub, projects, and managed resources in a managed virtual network. With a managed virtual network, inbound access is only allowed through a private endpoint for your hub. Outbound access can be configured to allow either all outbound access, or only allowed outbound that you specify. For more information, see [Managed virtual network](configure-managed-network.md).
1919

2020
> [!IMPORTANT]
2121
> The managed virtual network doesn't provide inbound connectivity for your clients. For more information, see the [Connect to the hub](#connect-to-the-hub) section.

0 commit comments

Comments
 (0)