Skip to content

Commit 482fba5

Browse files
author
Jill Grant
authored
Merge pull request #285036 from eric-urban/eur/redirect-studio-tutorial
redirect studio tutorial
2 parents c637014 + a984d01 commit 482fba5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+11
-489
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,13 @@
4242
},
4343
{
4444
"source_path_from_root": "/articles/ai-studio/tutorials/deploy-copilot-sdk.md",
45-
"redirect_url": "/azure/ai-studio/quickstarts/get-started-code",
46-
"redirect_document_id": true
45+
"redirect_url": "/azure/ai-studio/tutorials/copilot-sdk-build-rag",
46+
"redirect_document_id": false
47+
},
48+
{
49+
"source_path_from_root": "/articles/ai-studio/tutorials/deploy-copilot-ai-studio.md",
50+
"redirect_url": "/azure/ai-studio/tutorials/copilot-sdk-build-rag",
51+
"redirect_document_id": false
4752
},
4853
{
4954
"source_path_from_root": "/articles/ai-studio/how-to/sdk-install.md",

articles/ai-studio/ai-services/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Azure AI Studio supports the following AI services:
3131

3232
| Service | Description |
3333
| --- | --- |
34-
| ![Azure OpenAI Service icon](~/reusable-content/ce-skilling/azure/media/ai-services/azure-openai.svg) [Azure OpenAI](../../ai-services/openai/index.yml) | Perform a wide variety of natural language tasks.<br/><br/>You can connect to Azure OpenAI in several ways in Azure AI Studio. You can use Azure OpenAI in the [assistants playground](../quickstarts/assistants.md) to create and test your own AI assistant. You can also use Azure OpenAI when you [build and deploy a question and answer copilot with prompt flow in Azure AI Studio](../tutorials/deploy-copilot-ai-studio.md). |
34+
| ![Azure OpenAI Service icon](~/reusable-content/ce-skilling/azure/media/ai-services/azure-openai.svg) [Azure OpenAI](../../ai-services/openai/index.yml) | Perform a wide variety of natural language tasks.<br/><br/>You can connect to Azure OpenAI in several ways in Azure AI Studio. You can use Azure OpenAI in the [assistants playground](../quickstarts/assistants.md) to create and test your own AI assistant. You can also use Azure OpenAI when you [get started building a chat app using the prompt flow SDK](../quickstarts/get-started-code.md). |
3535
| ![Content Safety icon](~/reusable-content/ce-skilling/azure/media/ai-services/content-safety.svg) [Content Safety](../../ai-services/content-safety/index.yml) | An AI service that detects unwanted contents.<br/><br/>Go to **Home** > **AI Services** > **Content Safety**. |
3636
| ![Document Intelligence icon](~/reusable-content/ce-skilling/azure/media/ai-services/document-intelligence.svg) [Document Intelligence](../../ai-services/document-intelligence/index.yml) | Turn documents into intelligent data-driven solutions.<br/><br/>Go to **Home** > **AI Services** > **Vision + Document**. |
3737
| ![Face icon](~/reusable-content/ce-skilling/azure/media/ai-services/face.svg) [Face](../../ai-services/computer-vision/overview-identity.md) | Detect and identify people and emotions in images.<br/><br/>Go to **Home** > **AI Services** > **Vision + Document**. |

articles/ai-studio/how-to/prompt-flow-tools/prompt-flow-tools-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ To discover more custom tools developed by the open-source community such as [Az
4444
## Next steps
4545

4646
- [Create a flow](../flow-develop.md)
47-
- [Build your own copilot using prompt flow](../../tutorials/deploy-copilot-ai-studio.md)
47+
- [Get started building a chat app using the prompt flow SDK](../../quickstarts/get-started-code.md)

articles/ai-studio/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ landingContent:
5656
links:
5757
- text: Deploy an enterprise chat web app
5858
url: tutorials/deploy-chat-web-app.md
59-
- text: Build your copilot using prompt flow in AI Studio
60-
url: tutorials/deploy-copilot-ai-studio.md
6159

6260
# Card
6361
- title: Develop apps
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)