Skip to content

Commit 7f6ee36

Browse files
committed
Merge branch 'main' of github.com:MicrosoftDocs/azure-ai-docs-pr into sdg-freshness-update
2 parents 3acb299 + da2f856 commit 7f6ee36

File tree

10 files changed

+124
-100
lines changed

10 files changed

+124
-100
lines changed

articles/ai-services/content-safety/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: PatrickFarley
77
manager: nitinme
88
ms.service: azure-ai-content-safety
99
ms.topic: overview
10-
ms.date: 02/21/2025
10+
ms.date: 02/27/2025
1111
ms.author: pafarley
1212
keywords: content safety, Azure AI Content Safety, online content safety, content filtering software, content moderation service, content moderation
1313
ms.custom: references_regions, build-2023, build-2023-dataai
@@ -136,6 +136,7 @@ See the following list for the input requirements for each feature.
136136
- **Groundedness detection API (preview)**:
137137
- Maximum length for grounding sources: 55,000 characters (per API call).
138138
- Maximum text and query length: 7,500 characters.
139+
- Minimum text and query length: 3 words.
139140
- **Protected material detection APIs**:
140141
- Default maximum length: 10K characters.
141142
- Default minimum length: 110 characters (for scanning LLM completions, not user prompts).

articles/ai-studio/azure-openai-in-ai-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: ignite-2023, build-2024, ignite-2024
1616

1717
# What is Azure OpenAI in Azure AI Foundry portal?
1818

19-
Azure OpenAI Service provides REST API access to OpenAI's powerful language models. Azure OpenAI Studio was previously where you went to access and work with the Azure OpenAI Service. This studio is now integrated into Azure AI Foundry portal.
19+
Azure OpenAI Service provides REST API access to OpenAI's powerful language models. Azure OpenAI Studio was previously where you went to access and work with the Azure OpenAI Service. This studio is now integrated into [Azure AI Foundry portal](https://ai.azure.com).
2020

2121
## Access Azure OpenAI Service in Azure AI Foundry portal
2222

articles/ai-studio/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
author: sdgilley
1515
title: Azure AI Foundry frequently asked questions
1616
summary: |
17-
If you can't find answers to your questions in this document, and still need help check the [Azure AI services support options guide](../ai-services/cognitive-services-support-options.md?context=/azure/ai-services/openai/context/context). Azure OpenAI is part of Azure AI services.
17+
FAQ for [Azure AI Foundry](https://ai.azure.com). If you can't find answers to your questions in this document, and still need help check the [Azure AI services support options guide](../ai-services/cognitive-services-support-options.md?context=/azure/ai-services/openai/context/context). Azure OpenAI is part of Azure AI services.
1818
sections:
1919
- name: General questions
2020
questions:

articles/ai-studio/how-to/create-manage-compute-session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ author: sdgilley
2020

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

23-
You need a compute session to run [prompt flows](prompt-flow.md). Use Azure AI Foundry to create and manage prompt flow compute sessions.
23+
You need a compute session to run [prompt flows](prompt-flow.md). Use [Azure AI Foundry](https://ai.azure.com) to create and manage prompt flow compute sessions.
2424

2525
A prompt flow compute session has computing resources that are required for the application to run, including a Docker image that contains all necessary dependency packages. In addition to flow execution, Azure AI Foundry uses the compute session to ensure the accuracy and functionality of the tools incorporated within the flow when you make updates to the prompt or code content.
2626

articles/ai-studio/how-to/create-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ author: sdgilley
1818

1919
# Create a project in Azure AI Foundry portal
2020

21-
This article describes how to create an Azure AI Foundry project. A project is used to organize your work and save state while building customized AI apps.
21+
This article describes how to create an [Azure AI Foundry](https://ai.azure.com) project. A project is used to organize your work and save state while building customized AI apps.
2222

2323
Projects are hosted by an Azure AI Foundry hub. If your company has an administrative team that has created a hub for you, you can create a project from that hub. If you are working on your own, you can create a project and a default hub will automatically be created for you.
2424

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,59 @@
11
---
22
title: How to get started with an AI template
33
titleSuffix: Azure AI Foundry
4-
description: This article provides instructions on how to get started with an AI template.
4+
description: This article provides instructions on how to use an AI template to get started with Azure AI Foundry.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.custom:
88
- ignite-2024
99
ms.topic: how-to
10-
ms.date: 01/02/2025
11-
ms.reviewer: dantaylo
10+
ms.date: 02/20/2025
11+
ms.reviewer: varundua
1212
ms.author: sgilley
1313
author: sdgilley
14+
#customer intent: As a developer, I want to jump start my journey with an AI template.
1415
---
1516

16-
# How to get started with an AI template
17+
# Get started with an AI template
18+
19+
Streamline your code-first development with prebuilt, task-specific Azure AI templates. Benefit from using the latest features and best practices from Microsoft Azure AI, with popular frameworks like LangChain, prompt flow, and Semantic Kernel in multiple languages.
1720

1821
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
1922

20-
Streamline your code-first development with prebuilt, task-specific Azure AI templates. Benefit from using the latest features and best practices from Microsoft Azure AI, with popular frameworks like LangChain, prompt flow, and Semantic Kernel in multiple languages.
23+
## Prerequisites
2124

22-
> [!TIP]
23-
> Discover the latest templates in our curated [AZD templates collection](https://aka.ms/azd-ai-templates). Deploy them with a single command ```azd up``` using the [Azure Developer CLI](/azure/developer/azure-developer-cli/).
25+
- [Azure subscription](https://azure.microsoft.com/free)
26+
- An [Azure AI Foundry project](../create-projects.md).
2427

2528
## Start with a sample application
2629

27-
Start with our sample applications! Choose the right template for your needs, then refer to the README in any of the following Azure Developer CLI enabled templates for more instructions and information.
30+
1. Go to [Azure AI Foundry portal](https://ai.azure.com).
31+
1. Open your project in Azure AI Foundry portal.
32+
1. On the left menu, select **Code** (preview).
33+
1. Find the solution template you want to use.
34+
1. Select **Open in Github** to view the entire sample application.
35+
1. Or, clone the repository to your local machine with the provided command.
36+
1. In some cases, you can also view a step-by-step tutorial that explains the AI code.
2837

29-
### [Python](#tab/python)
38+
## Explore the sample application
3039

31-
| Template | App host | Tech stack | Description |
32-
| ----------- | ----------| ----------- | ------------|
33-
| [Azure AI Basic Template with Python](https://github.com/azure-samples/azureai-basic-python) | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), Bicep | The app serves as a straightforward example of integrating Azure AI Services within a basic prompt-based application. This template walks you through building a simple chat app that utilizes models and prompts. The template also covers setting up the necessary infrastructure for the app, including creating an Azure AI Foundry Hub, configuring projects, and provisioning essential resources such as Azure AI Service, Azure Container Apps, Cognitive Search, and more. <br>You can build, deploy, and test it with a single command. |
34-
| [Contoso Chat Retail copilot with Azure AI Foundry](https://github.com/Azure-Samples/contoso-chat) | [Azure Container Apps](/azure/container-apps/overview) | [Azure Cosmos DB](/azure/cosmos-db/index-overview), [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), [Azure AI Search](/azure/search/search-what-is-azure-search), Bicep | A retailer conversation agent that can answer questions grounded in your product catalog and customer order history. This template uses a retrieval augmented generation architecture with cutting-edge models for chat completion, chat evaluation, and embeddings. Build, evaluate, and deploy, an end-to-end solution with a single command. |
35-
| [Process Automation: speech to text and summarization with Azure AI Foundry](https://github.com/Azure-Samples/summarization-openai-python-prompflow) | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), [Azure AI speech to text service](../../../ai-services/speech-service/index-speech-to-text.yml), Bicep | An app for workers to report issues via text or speech, translating audio to text, summarizing it, and specify the relevant department. |
36-
| [Multi-Modal Creative Writing copilot with Dalle](https://github.com/Azure-Samples/agent-openai-python-prompty) | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure AI Search](/azure/search/search-what-is-azure-search), [Azure OpenAI Service](../../../ai-services/openai/overview.md), Bicep | demonstrates how to create and work with AI agents. The app takes a topic and instruction input and then calls a research agent, writer agent, and editor agent. |
37-
| [Assistant API Analytics Copilot with Python and Azure AI Foundry](https://github.com/Azure-Samples/assistant-data-openai-python-promptflow) | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure AI Search](/azure/search/search-what-is-azure-search), [Azure OpenAI Service](../../../ai-services/openai/overview.md), Bicep| A data analytics chatbot based on the Assistants API. The chatbot can answer questions in natural language, and interpret them as queries on an example sales dataset. |
38-
<!-- remove for now
39-
| Function Calling with Prompty, LangChain, and Pinecone | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), [LangChain](https://python.langchain.com/v0.1/docs/get_started/introduction), [Pinecone](https://www.pinecone.io/), Bicep | Utilize the new Prompty tool, LangChain, and Pinecone to build a large language model (LLM) search agent. This agent with Retrieval-Augmented Generation (RAG) technology is capable of answering user questions based on the provided data by integrating real-time information retrieval with generative responses. |
40-
| Function Calling with Prompty, LangChain, and Elastic Search | [Azure AI Foundry online endpoints](/azure/machine-learning/concept-endpoints-online) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), [Elastic Search](https://www.elastic.co/elasticsearch), [LangChain](https://python.langchain.com/v0.1/docs/get_started/introduction) , Bicep | Utilize the new Prompty tool, LangChain, and Elasticsearch to build a large language model (LLM) search agent. This agent with Retrieval-Augmented Generation (RAG) technology is capable of answering user questions based on the provided data by integrating real-time information retrieval with generative responses |
41-
-->
40+
Once you're looking at the GitHub repository for your sample, refer to the README for more instructions and information on how to deploy your own version of the application.
4241

42+
Instructions vary by sample, but most include how to:
4343

44-
### [C#](#tab/csharp)
44+
* Open the solution in the location of your choice:
45+
* GitHub Codespaces
46+
* VS Code Dev Containers
47+
* Your local IDE
48+
* Deploy the application to Azure
49+
* How to test the app
4550

46-
| Template | App host | Tech stack | Description |
47-
| ----------- | ----------| ----------- | -------------- |
48-
| [Contoso Chat Retail copilot with .NET and Semantic Kernel](https://github.com/Azure-Samples/contoso-chat-csharp-prompty) | [Azure Container Apps](/azure/container-apps/overview) | [Azure Cosmos DB](/azure/cosmos-db/index-overview), [Azure Monitor](/azure/azure-monitor/overview), [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure Container Apps](/azure/container-apps/overview), [Azure AI Search](/azure/search/search-what-is-azure-search), [Azure OpenAI Services](../../../ai-services/openai/overview.md), [Semantic Kernel](/semantic-kernel/overview/?tabs=Csharp), Bicep | A retailer conversation agent that can answer questions grounded in your product catalog and customer order history. This template uses a retrieval augmented generation architecture with cutting-edge models for chat completion, chat evaluation, and embeddings. Build, evaluate, and deploy, an end-to-end solution with a single command. |
49-
| [Process Automation: speech to text and summarization with .NET and GPT 3.5 Turbo](https://github.com/Azure-Samples/summarization-openai-csharp-prompty) | [Azure Container Apps](/azure/container-apps/overview) | [Azure Managed Identity](/entra/identity/managed-identities-azure-resources/overview), [Azure OpenAI Service](../../../ai-services/openai/overview.md), [Azure AI speech to text service](../../../ai-services/speech-service/index-speech-to-text.yml), Bicep | An app for workers to report issues via text or speech, translating audio to text, summarizing it, and specify the relevant department. |
50-
51-
---
51+
The README also includes information about the application, such as the use case, architecture, and pricing information.
5252

53+
> [!TIP]
54+
> Discover more templates in our curated [AZD templates collection](https://azure.github.io/ai-app-templates). Deploy them with a single command ```azd up``` using the [Azure Developer CLI](/azure/developer/azure-developer-cli/).
5355
5456
## Related content
5557

56-
- [Get started building a chat app using the prompt flow SDK](../../quickstarts/get-started-code.md)
57-
- [Work with projects in VS Code](vscode.md)
58-
- [Connections in Azure AI Foundry portal](../../concepts/connections.md)
58+
- [Get started building a chat app using the Azure AI Foundry SDK](../../quickstarts/get-started-code.md)
59+
- [Develop AI apps using Azure AI services](/azure/developer/ai/)

articles/ai-studio/how-to/develop/create-hub-project-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ author: sdgilley
1616

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

19-
In this article, you learn how to create the following Azure AI Foundry resources using the Azure Machine Learning SDK and Azure CLI (with machine learning extension):
19+
In this article, you learn how to create the following [Azure AI Foundry](https://ai.azure.com) resources using the Azure Machine Learning SDK and Azure CLI (with machine learning extension):
2020
- An Azure AI Foundry hub
2121
- An Azure AI Services connection
2222

articles/ai-studio/how-to/develop/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ author: sdgilley
2020

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

23-
Azure AI Foundry supports developing in VS Code - Desktop and Web. In each scenario, your VS Code instance is remotely connected to a prebuilt custom container running on a virtual machine, also known as a compute instance.
23+
[Azure AI Foundry](https://ai.azure.com) supports developing in VS Code - Desktop and Web. In each scenario, your VS Code instance is remotely connected to a prebuilt custom container running on a virtual machine, also known as a compute instance.
2424

2525
## Launch VS Code from Azure AI Foundry
2626

articles/ai-studio/tutorials/screen-reader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article is for people who use screen readers such as [Microsoft's Narrator]
2020

2121
## Getting oriented in Azure AI Foundry portal
2222

23-
Most Azure AI Foundry pages are composed of the following landmark structure:
23+
Most [Azure AI Foundry](https://ai.azure.com) pages are composed of the following landmark structure:
2424

2525
- Banner (contains Azure AI Foundry app title, settings, and profile information)
2626
- Might sometimes contain a breadcrumb navigation element

0 commit comments

Comments
 (0)