Skip to content

Commit 362f09b

Browse files
committed
remove and redirect tutorial
1 parent 3d15bc8 commit 362f09b

File tree

8 files changed

+11
-489
lines changed

8 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/quickstarts/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/quickstarts/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

articles/ai-studio/quickstarts/get-started-playground.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ In the [Azure AI Studio](https://ai.azure.com) playground you can observe how yo
5050

5151
[!INCLUDE [Chat without your data](../includes/chat-without-data.md)]
5252

53-
Next, you can add your data to the model to help it answer questions about your products. Try the [Deploy an enterprise chat web app](../tutorials/deploy-chat-web-app.md) and [Build and deploy a question and answer copilot with prompt flow in Azure AI Studio](../tutorials/deploy-copilot-ai-studio.md) tutorials to learn more.
53+
Next, you can add your data to the model to help it answer questions about your products. Try the [Deploy an enterprise chat web app](../tutorials/deploy-chat-web-app.md) tutorial to learn more.
5454

5555
## Related content
5656

5757
- [Build a custom chat app in Python using the prompt flow SDK](./get-started-code.md).
5858
- [Deploy an enterprise chat web app](../tutorials/deploy-chat-web-app.md).
59-
- [Build and deploy a question and answer copilot with prompt flow in Azure AI Studio](../tutorials/deploy-copilot-ai-studio.md).

articles/ai-studio/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ items:
2929
items:
3030
- name: Deploy an enterprise chat web app
3131
href: tutorials/deploy-chat-web-app.md
32-
- name: Build your own copilot with prompt flow UI
33-
href: tutorials/deploy-copilot-ai-studio.md
3432
- name: Build your own copilot with the prompt flow SDK
3533
items:
3634
- name: "Part 1: Build a custom copilot that implements RAG"

articles/ai-studio/tutorials/deploy-chat-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,5 @@ If you delete the Cosmos DB resource but keep the chat history option enabled on
151151

152152
## Related content
153153

154-
- [Build and deploy a question and answer copilot with prompt flow in Azure AI Studio.](./deploy-copilot-ai-studio.md).
154+
- [Get started building a chat app using the prompt flow SDK](../quickstarts/get-started-code.md)
155155
- [Build your own copilot with the prompt flow SDK.](./copilot-sdk-build-rag.md).

0 commit comments

Comments
 (0)