Skip to content

Commit 15e3268

Browse files
authored
Merge pull request #4087 from eric-urban/eur/move-ai-services-doc
move AI services article to ai-services directory
2 parents 53958ec + 4465dc5 commit 15e3268

26 files changed

+51
-48
lines changed

articles/ai-foundry/.openpublishing.redirection.ai-studio.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,8 @@
704704
},
705705
{
706706
"source_path_from_root": "/articles/ai-studio/ai-services/how-to/connect-ai-services.md",
707-
"redirect_url": "/azure/ai-foundry/ai-services/how-to/connect-ai-services",
708-
"redirect_document_id": true
707+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
708+
"redirect_document_id": false
709709
},
710710
{
711711
"source_path_from_root": "/articles/ai-studio/ai-services/how-to/connect-azure-openai.md",
@@ -880,7 +880,7 @@
880880
},
881881
{
882882
"source_path_from_root": "/articles/ai-studio/how-to/models-foundation-azure-ai.md",
883-
"redirect_url": "/azure/ai-studio/ai-services/how-to/connect-ai-services",
883+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
884884
"redirect_document_id": true
885885
},
886886
{
@@ -960,17 +960,17 @@
960960
},
961961
{
962962
"source_path_from_root": "/articles/ai-studio/ai-services/get-started.md",
963-
"redirect_url": "/azure/ai-studio/ai-services/how-to/connect-ai-services",
963+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
964964
"redirect_document_id": false
965965
},
966966
{
967967
"source_path_from_root": "/articles/ai-studio/ai-services/where-to-use-ai-services.md",
968-
"redirect_url": "/azure/ai-studio/ai-services/how-to/connect-ai-services",
968+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
969969
"redirect_document_id": false
970970
},
971971
{
972972
"source_path_from_root": "/articles/ai-studio/ai-services/connect-ai-services.md",
973-
"redirect_url": "/azure/ai-studio/ai-services/how-to/connect-ai-services",
973+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
974974
"redirect_document_id": false
975975
},
976976
{
@@ -1132,6 +1132,11 @@
11321132
"source_path_from_root": "/articles/ai-foundry/how-to/prompt-flow.md",
11331133
"redirect_url": "/azure/ai-foundry/concepts/prompt-flow",
11341134
"redirect_document_id": true
1135+
},
1136+
{
1137+
"source_path_from_root": "/articles/ai-foundry/ai-services/how-to/connect-ai-services.md",
1138+
"redirect_url": "/azure/ai-services/connect-services-ai-foundry-portal",
1139+
"redirect_document_id": false
11351140
}
11361141
]
11371142
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ml_client.connections.create_or_update(wps_connection)
7373

7474
## Azure AI services
7575

76-
The following example creates an Azure AI services connection. This example creates one connection for the AI services documented in the [Connect to Azure AI services](../../ai-services/how-to/connect-ai-services.md) article. The same connection also supports the Azure OpenAI service.
76+
The following example creates 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 the Azure OpenAI service.
7777

7878
```python
7979
from azure.ai.ml.entities import AzureAIServicesConnection, ApiKeyConfiguration

articles/ai-foundry/how-to/model-catalog-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,5 @@ To set the public network access flag for the Azure AI Foundry hub:
190190

191191
## Related content
192192

193-
* [Explore foundation models in Azure AI Foundry portal](../ai-services/how-to/connect-ai-services.md)
193+
* [Explore foundation models in Azure AI Foundry portal](../../ai-services/connect-services-ai-foundry-portal.md)
194194
* [Model deprecation and retirement in Azure AI model catalog](../concepts/model-lifecycle-retirement.md)

articles/ai-foundry/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ items:
135135
- name: Use Azure OpenAI Service in Azure AI Foundry portal
136136
href: ai-services/how-to/connect-azure-openai.md
137137
- name: Use Azure AI services in Azure AI Foundry portal
138-
href: ai-services/how-to/connect-ai-services.md
139-
displayName: cognitive,task
138+
href: ../ai-services/connect-services-ai-foundry-portal.md?context=/azure/ai-foundry/context/context
139+
displayName: cognitive,task,speech,vision,language,translator,document,intelligence,content,understanding,safety
140140
- name: What are Azure AI services?
141141
href: /azure/ai-services/what-are-ai-services
142142
- name: Azure OpenAI

articles/ai-foundry/ai-services/how-to/connect-ai-services.md renamed to articles/ai-services/connect-services-ai-foundry-portal.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: How to use Azure AI services in Azure AI Foundry portal
3-
titleSuffix: Azure AI Foundry
3+
titleSuffix: Azure AI Services
44
description: Learn how to use Azure AI services in Azure AI Foundry portal. You can use existing Azure AI services resources in Azure AI Foundry portal by creating a connection to the resource.
55
manager: nitinme
6-
ms.service: azure-ai-foundry
6+
ms.service: azure-ai-services
77
ms.custom:
88
- ignite-2023
99
- build-2024
1010
- ignite-2024
1111
ms.topic: how-to
12-
ms.date: 2/12/2025
12+
ms.date: 4/14/2025
1313
ms.reviewer: eur
1414
ms.author: eur
1515
author: eric-urban
@@ -42,29 +42,29 @@ Let's look at two ways to connect Azure AI services resources to an Azure AI Fou
4242

4343
When you create a project for the first time, you can select an existing Azure AI services resource (including Azure OpenAI) or create a new AI services resource.
4444

45-
:::image type="content" source="../../media/how-to/projects/projects-create-resource.png" alt-text="Screenshot of the create resource page within the create project dialog." lightbox="../../media/how-to/projects/projects-create-resource.png":::
45+
:::image type="content" source="./media/ai-foundry/projects-create-resource.png" alt-text="Screenshot of the create resource page within the create project dialog." lightbox="./media/ai-foundry/projects-create-resource.png":::
4646

47-
For more details about creating a project, see the [create an Azure AI Foundry project](../../how-to/create-projects.md) how-to guide or the [create a project and use the chat playground](../../quickstarts/get-started-playground.md) quickstart.
47+
For more details about creating a project, see the [create an Azure AI Foundry project](../ai-foundry/how-to/create-projects.md) how-to guide or the [create a project and use the chat playground](../ai-foundry/quickstarts/get-started-playground.md) quickstart.
4848

4949
### Connect Azure AI services after you create a project
5050

5151
To use your existing Azure AI services resources (such as Azure AI Speech) in an Azure AI Foundry project, you need to create a connection to the resource.
5252

53-
1. Create an Azure AI Foundry project. For detailed instructions, see [Create an Azure AI Foundry project](../../how-to/create-projects.md).
53+
1. Create an Azure AI Foundry project. For detailed instructions, see [Create an Azure AI Foundry project](../ai-foundry/how-to/create-projects.md).
5454
1. Go to your Azure AI Foundry project.
5555
1. Select **Management center** from the left pane.
5656
1. Select **Connected resources** (under **Project**) from the left pane.
5757
1. Select **+ New connection**.
5858

59-
:::image type="content" source="../../media/ai-services/connections-add.png" alt-text="Screenshot of the connected resources page with the button to create a new connection." lightbox="../../media/ai-services/connections-add.png":::
59+
:::image type="content" source="./media/ai-foundry/connections-add.png" alt-text="Screenshot of the connected resources page with the button to create a new connection." lightbox="./media/ai-foundry/connections-add.png":::
6060

6161
1. On the **Add a connection to external assets** page, select the kind of AI service that you want to connect to the project. For example, you can select Azure AI services (for a connection to multiple services in one resource), Azure OpenAI Service, Azure AI Content Safety, Azure AI Speech, Azure AI Language, and other AI services.
6262

63-
:::image type="content" source="../../media/ai-services/connections-add-assets.png" alt-text="Screenshot of the page to select the kind of AI service that you want to connect to the project." lightbox="../../media/ai-services/connections-add-assets.png":::
63+
:::image type="content" source="./media/ai-foundry/connections-add-assets.png" alt-text="Screenshot of the page to select the kind of AI service that you want to connect to the project." lightbox="./media/ai-foundry/connections-add-assets.png":::
6464

6565
1. On the next page in the wizard, browse or search to find the resource you want to connect. Then select **Add connection**.
6666

67-
:::image type="content" source="../../media/ai-services/connections-add-speech.png" alt-text="Screenshot of the page to select the Azure AI resource that you want to connect to the project." lightbox="../../media/ai-services/connections-add-speech.png":::
67+
:::image type="content" source="./media/ai-foundry/connections-add-speech.png" alt-text="Screenshot of the page to select the Azure AI resource that you want to connect to the project." lightbox="./media/ai-foundry/connections-add-speech.png":::
6868

6969
1. After the resource is connected, select **Close** to return to the **Connected resources** page. You should see the new connection listed.
7070

@@ -75,32 +75,32 @@ You can discover Azure AI models in the model catalog without a project. Some Az
7575
1. Go to the [Azure AI Foundry portal home page](https://ai.azure.com).
7676
1. Select the tile that says **Model catalog and benchmarks**.
7777

78-
:::image type="content" source="../../media/explore/ai-studio-home-model-catalog.png" alt-text="Screenshot of the home page in Azure AI Foundry portal with the option to select the model catalog tile." lightbox="../../media/explore/ai-studio-home-model-catalog.png":::
78+
:::image type="content" source="./media/ai-foundry/ai-studio-home-model-catalog.png" alt-text="Screenshot of the home page in Azure AI Foundry portal with the option to select the model catalog tile." lightbox="./media/ai-foundry/ai-studio-home-model-catalog.png":::
7979

8080
If you don't see this tile, you can also go directly to the [Azure AI model catalog page](https://ai.azure.com/explore/models) in Azure AI Foundry portal.
8181

8282
1. From the **Collections** dropdown, select **Microsoft**. Search for Azure AI services models by entering **azure-ai** in the search box.
8383

84-
:::image type="content" source="../../media/ai-services/models/ai-services-model-catalog.png" alt-text="Screenshot of the model catalog page in Azure AI Foundry portal with the option to search by collection and name." lightbox="../../media/ai-services/models/ai-services-model-catalog.png":::
84+
:::image type="content" source="./media/ai-foundry/ai-services-model-catalog.png" alt-text="Screenshot of the model catalog page in Azure AI Foundry portal with the option to search by collection and name." lightbox="./media/ai-foundry/ai-services-model-catalog.png":::
8585

8686
1. Select a model to view more details about it. You can also try the model if it's available for you to try without a project.
8787

8888
## Try Azure AI services in the project level playgrounds
8989

9090
In the project-level playgrounds, you can try Azure AI services such as Azure AI Speech and Azure AI Language.
9191

92-
1. Go to your Azure AI Foundry project. If you need to create a project, see [Create an Azure AI Foundry project](../../how-to/create-projects.md).
92+
1. Go to your Azure AI Foundry project. If you need to create a project, see [Create an Azure AI Foundry project](../ai-foundry/how-to/create-projects.md).
9393
1. Select **Playgrounds** from the left pane and then select a playground to use. In this example, select **Try the Speech playground**.
9494

95-
:::image type="content" source="../../media/ai-services/playgrounds/azure-ai-services-playgrounds.png" alt-text="Screenshot of the project level playgrounds that you can use." lightbox="../../media/ai-services/playgrounds/azure-ai-services-playgrounds.png":::
95+
:::image type="content" source="./media/ai-foundry/azure-ai-services-playgrounds.png" alt-text="Screenshot of the project level playgrounds that you can use." lightbox="./media/ai-foundry/azure-ai-services-playgrounds.png":::
9696

9797
1. Optionally, you can select a different connection to use in the playground. In the Speech playground, you can connect to Azure AI Services multi-service resources or Speech service resources.
9898

99-
:::image type="content" source="../../media/ai-services/playgrounds/speech-playground.png" alt-text="Screenshot of the Speech playground in a project." lightbox="../../media/ai-services/playgrounds/speech-playground.png":::
99+
:::image type="content" source="./media/ai-foundry/speech-playground.png" alt-text="Screenshot of the Speech playground in a project." lightbox="./media/ai-foundry/speech-playground.png":::
100100

101101
If you have other connected resources, you can use them in the corresponding playgrounds. For example, in the Language playground, you can connect to Azure AI Services multi-service resources or Azure AI Language resources.
102102

103-
:::image type="content" source="../../media/ai-services/playgrounds/language-playground.png" alt-text="Screenshot of the Language playground in a project." lightbox="../../media/ai-services/playgrounds/language-playground.png":::
103+
:::image type="content" source="./media/ai-foundry/language-playground.png" alt-text="Screenshot of the Language playground in a project." lightbox="./media/ai-foundry/language-playground.png":::
104104

105105
## Try out Azure AI Services demos
106106

@@ -109,25 +109,25 @@ You can browse Azure AI services capabilities and step through the demos. You ca
109109
1. Go to the [Azure AI Foundry home page](https://ai.azure.com) and make sure you're signed in with the Azure subscription that has your Azure AI services resource.
110110
1. Find the tile that says **Explore Azure AI Services** and select **Try now**.
111111

112-
:::image type="content" source="../../media/explore/home-ai-services.png" alt-text="Screenshot of the home page in Azure AI Foundry portal with the option to select Azure AI Services." lightbox="../../media/explore/home-ai-services.png":::
112+
:::image type="content" source="./media/ai-foundry/home-ai-services.png" alt-text="Screenshot of the home page in Azure AI Foundry portal with the option to select Azure AI Services." lightbox="./media/ai-foundry/home-ai-services.png":::
113113

114114
If you don't see this tile, you can also go directly to the [Azure AI Services page](https://ai.azure.com/explore/aiservices) in Azure AI Foundry portal.
115115

116116
1. You should see tiles for Azure AI services that you can try. Select a tile to get to the demo page for that service. For example, select **Language + Translator**.
117117

118-
:::image type="content" source="../../media/ai-services/overview/ai-services-capabilities.png" alt-text="Screenshot of the landing page to try Azure AI Services try out capabilities in Azure AI Foundry portal." lightbox="../../media/ai-services/overview/ai-services-capabilities.png":::
118+
:::image type="content" source="./media/ai-foundry/ai-services-capabilities.png" alt-text="Screenshot of the landing page to try Azure AI Services try out capabilities in Azure AI Foundry portal." lightbox="./media/ai-foundry/ai-services-capabilities.png":::
119119

120120
The presentation and flow of the demo pages might vary depending on the service. In some cases, you need to select a project or connection to use the service.
121121

122122
## Fine-tune Azure AI services models
123123

124124
In Azure AI Foundry portal, you can fine-tune some Azure AI services models. For example, you can fine-tune a model for custom speech.
125125

126-
1. Go to your Azure AI Foundry project. If you need to create a project, see [Create an Azure AI Foundry project](../../how-to/create-projects.md).
126+
1. Go to your Azure AI Foundry project. If you need to create a project, see [Create an Azure AI Foundry project](../ai-foundry/how-to/create-projects.md).
127127
1. Select **Fine-tuning** from the left pane.
128128
1. Select **AI Service fine-tuning**.
129129

130-
:::image type="content" source="../../media/ai-services/fine-tune-azure-ai-services.png" alt-text="Screenshot of the page to select fine-tuning of Azure AI Services models." lightbox="../../media/ai-services/fine-tune-azure-ai-services.png":::
130+
:::image type="content" source="./media/ai-foundry/fine-tune-azure-ai-services.png" alt-text="Screenshot of the page to select fine-tuning of Azure AI Services models." lightbox="./media/ai-foundry/fine-tune-azure-ai-services.png":::
131131

132132
1. Select **+ Fine-tune**.
133133
1. Follow the wizard to fine-tune a model for the capabilities that you want.
@@ -141,17 +141,17 @@ Once you have a project, several Azure AI services models are already deployed a
141141
1. Select **Models + endpoints** (under **Project**) from the left pane.
142142
1. Select the **Service endpoints** tab to view the list of Azure AI services models that are already deployed.
143143

144-
:::image type="content" source="../../media/ai-services/endpoint/models-endpoints-ai-services-deployments.png" alt-text="Screenshot of the models and endpoints page to view Azure AI services endpoints." lightbox="../../media/ai-services/endpoint/models-endpoints-ai-services-deployments.png":::
144+
:::image type="content" source="./media/ai-foundry/models-endpoints-ai-services-deployments.png" alt-text="Screenshot of the models and endpoints page to view Azure AI services endpoints." lightbox="./media/ai-foundry/models-endpoints-ai-services-deployments.png":::
145145

146146
In this example, we see:
147147
- Six Azure AI Services deployments (such as Azure AI Speech and Azure AI Language) via the default connection. These models were already available for use when you created the project.
148-
- Another Azure AI Speech deployment via the `contosoazureaispeecheastus` example connection. This example assumes that you connected to an Azure AI Speech resource after creating the project. For more information about connecting to Azure AI services, see [Use your existing Azure OpenAI and AI services resources](./connect-ai-services.md).
148+
- Another Azure AI Speech deployment via the `contosoazureaispeecheastus` example connection. This example assumes that you connected to an Azure AI Speech resource after creating the project. For more information about connecting to Azure AI services, see [Bring your existing Azure AI services resources into a project](#bring-your-existing-azure-ai-services-resources-into-a-project).
149149

150150
There's no option to deploy Azure AI services models from the **Models + endpoints** page. Azure AI services models are already deployed and ready to use.
151151

152152
However, you can deploy [fine-tuned Azure AI services models](#fine-tune-azure-ai-services-models). For example, you might want to deploy a custom speech model that you fine-tuned. In this case, you can deploy the model from the corresponding fine-tuning page.
153153

154154
## Related content
155155

156-
- [What are Azure AI services?](../../../ai-services/what-are-ai-services.md?context=/azure/ai-studio/context/context)
157-
- [Connections in Azure AI Foundry portal](../../concepts/connections.md)
156+
- [What are Azure AI services?](./what-are-ai-services.md)
157+
- [Connections in Azure AI Foundry portal](../ai-foundry/concepts/connections.md)

articles/ai-services/document-intelligence/studio-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Use the help wizard, labeling interface, training step, and interactive visualiz
7878

7979
Document Intelligence is part of the Azure AI services offerings in the [Azure AI Foundry portal](https://ai.azure.com/). Each of the Azure AI services helps developers and organizations rapidly create intelligent, cutting-edge, market-ready, and responsible applications with out-of-the-box and prebuilt and customizable APIs and models.
8080

81-
Learn how to [connect your AI services hub](../../ai-foundry/ai-services/how-to/connect-ai-services.md) with AI services and get started using Document Intelligence.
81+
Learn how to [connect your AI services hub](../../ai-services/connect-services-ai-foundry-portal.md) with AI services and get started using Document Intelligence.
8282

8383
---
8484

articles/ai-services/includes/quickstarts/ai-foundry-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ms.author: eur
1111

1212
> [!div class="checklist"]
1313
> - Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
14-
> - Some Azure AI services features are free to try in the Azure AI Foundry portal. For access to all capabilities described in this article, you need to [connect AI services in Azure AI Foundry](../../../ai-foundry/ai-services/how-to/connect-ai-services.md).
14+
> - Some Azure AI services features are free to try in the Azure AI Foundry portal. For access to all capabilities described in this article, you need to [connect AI services in Azure AI Foundry](../../../ai-services/connect-services-ai-foundry-portal.md).

0 commit comments

Comments
 (0)