Skip to content

Commit b12423f

Browse files
Merge pull request #311619 from JKirsch1/foundry-rebrand-batch-4
Foundry branding
2 parents fb8055d + 371a5e7 commit b12423f

12 files changed

Lines changed: 75 additions & 75 deletions

articles/logic-apps/add-agent-action-create-run-workflow.md

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

articles/logic-apps/add-agent-tools-connector-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,5 +187,5 @@ You can continue with these steps only after you finish the steps from the prece
187187

188188
## Related content
189189

190-
- [What is Azure AI Foundry](/azure/ai-foundry/what-is-azure-ai-foundry)?
190+
- [What is Microsoft Foundry](/azure/ai-foundry/what-is-azure-ai-foundry)?
191191
- [What is Azure Logic Apps](/azure/logic-apps/logic-apps-overview)?

articles/logic-apps/agent-workflows-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following high-level steps describe the behavior for a basic autonomous agen
9191
| Logic app | Model source |
9292
|-----------|--------------|
9393
| Consumption | [Microsoft Foundry](/azure/ai-foundry/foundry-models/concepts/models) |
94-
| Standard | - [Azure OpenAI Service resource](/azure/ai-services/openai/concepts/models) <br>- [Azure AI Foundry project](/azure/ai-foundry/openai/concepts/models) (preview) <br>- [Azure API Management account](/azure/api-management/genai-gateway-capabilities) with an LLM API (preview) |
94+
| Standard | - [Azure OpenAI Service resource](/azure/ai-services/openai/concepts/models) <br>- [Microsoft Foundry project](/azure/ai-foundry/openai/concepts/models) (preview) <br>- [Azure API Management account](/azure/api-management/genai-gateway-capabilities) with an LLM API (preview) |
9595

9696
1. Based on the agent instructions, the model helps plan which tools that the agent needs to invoke to perform the necessary tasks.
9797

articles/logic-apps/ai-resources.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.update-cycle: 180-days
1717

1818
AI capabilities play a fast and growing role in applications and other software by performing useful, time-saving, or novel tasks like chat interactions. These capabilities can also work with other services, systems, apps, and data sources to help build integration workloads for enterprises and organizations.
1919

20-
This guide provides building blocks, examples, and other resources that show how to use AI services like Azure OpenAI, Azure AI Foundry, and Azure AI Search with Azure Logic Apps to build automated workflows for AI integration solutions.
20+
This guide provides building blocks, examples, and other resources that show how to use Foundry Tools like Azure OpenAI, Microsoft Foundry, and Azure AI Search with Azure Logic Apps to build automated workflows for AI integration solutions.
2121

2222
## AI agent and model-powered workflows (Preview)
2323

@@ -78,12 +78,12 @@ For more information, see the following resources:
7878

7979
### Prepare your content
8080

81-
The following built-in actions and connectors help you prepare content for consumption by AI services, data ingestion, and chat interactions.
81+
The following built-in actions and connectors help you prepare content for consumption by Foundry Tools, data ingestion, and chat interactions.
8282

8383
| Name | Capabilities |
8484
|------|--------------|
85-
| **Parse a document** | This built-in action converts content into tokenized string output, so a workflow can read and parse thousands of documents with file types such as PDF, DOCX, CSV, PPT, HTML, and others in multiple languages. <br><br>This action helps you prepare content for consumption by Azure AI services in your workflows. For example, connector operations for Azure AI services such as **Azure OpenAI** and **Azure AI Search** usually expect tokenized input and can handle only a limited number of tokens. |
86-
| **Chunk text** | This built-in action splits a tokenized string into pieces for easier consumption by subsequent actions in the same workflow. This action helps you prepare content for consumption by Azure AI services in your workflows. Connector operations for Azure AI services such as **Azure OpenAI** and **Azure AI Search** usually expect tokenized input and can handle only a limited number of tokens. |
85+
| **Parse a document** | This built-in action converts content into tokenized string output, so a workflow can read and parse thousands of documents with file types such as PDF, DOCX, CSV, PPT, HTML, and others in multiple languages. <br><br>This action helps you prepare content for consumption by Foundry Tools in your workflows. For example, connector operations for Foundry Tools such as **Azure OpenAI** and **Azure AI Search** usually expect tokenized input and can handle only a limited number of tokens. |
86+
| **Chunk text** | This built-in action splits a tokenized string into pieces for easier consumption by subsequent actions in the same workflow. This action helps you prepare content for consumption by Foundry Tools in your workflows. Connector operations for Foundry Tools such as **Azure OpenAI** and **Azure AI Search** usually expect tokenized input and can handle only a limited number of tokens. |
8787
| **Azure OpenAI** | This built-in connector provides operations for AI capabilities such as ingesting data, generating embeddings, and chat completion that are critical for creating sophisticated AI applications. You can integrate the natural language processing capabilities in Azure OpenAI with the intelligent search capabilities in Azure AI Search and other connectors. These integrations help you access and work with vector stores without needing to write code. |
8888

8989
### Data indexing and vector databases
@@ -103,7 +103,7 @@ For more information, see the following resources:
103103
| Resource type | Release | Link |
104104
|---------------|---------|------|
105105
| **Documentation** | Various | [Parse or chunk content for Standard workflows in Azure Logic Apps](/azure/logic-apps/parse-document-chunk-text) |
106-
| **Documentation** | Various | [Connect to Azure AI services from Standard workflows in Azure Logic Apps](/azure/logic-apps/connectors/azure-ai) |
106+
| **Documentation** | Various | [Connect to Foundry Tools from Standard workflows in Azure Logic Apps](/azure/logic-apps/connectors/azure-ai) |
107107
| **Documentation** | Various | [Azure OpenAI built-in operations reference](/azure/logic-apps/connectors/built-in/reference/openai) |
108108
| **Documentation** | Various | [Azure AI Search built-in operations reference](/azure/logic-apps/connectors/built-in/reference/azureaisearch) |
109109
| **Documentation** | Various | [Connect to SQL database from workflows in Azure Logic Apps](/azure/connectors/connectors-create-api-sqlazure?tabs=standard) |
@@ -120,7 +120,7 @@ For more information, see the following resources:
120120

121121
## Near real time chat with data
122122

123-
The following sections describe ways that you can set up near-real time chat capabilities for your data using Azure Logic Apps and various AI services.
123+
The following sections describe ways that you can set up near-real time chat capabilities for your data using Azure Logic Apps and various Foundry Tools.
124124

125125
### Build Azure OpenAI Assistants with Azure Logic Apps
126126

@@ -157,7 +157,7 @@ For more information, see the following resources:
157157

158158
## Manage intelligent document collection and processing
159159

160-
You can use Azure AI Document Intelligence and Azure Logic Apps to build intelligent document processing workflows. The Document Intelligence connector provides operations that help you extract text and information from various documents. Document Intelligence helps you manage the speed in collecting and processing massive amounts of data stored in forms and documents with a wide variety of data types.
160+
You can use Azure Document Intelligence in Foundry Tools and Azure Logic Apps to build intelligent document processing workflows. The Document Intelligence connector provides operations that help you extract text and information from various documents. Document Intelligence helps you manage the speed in collecting and processing massive amounts of data stored in forms and documents with a wide variety of data types.
161161

162162
> [!NOTE]
163163
>
@@ -218,14 +218,14 @@ For more information, see the following resources:
218218

219219
Data is the cornerstone for any AI application and is unique for each organization. When you build an AI application, efficient data ingestion is critical for success. No matter where your data resides, you can integrate AI into new and existing business processes by building Standard workflows that use little or no code.
220220

221-
More than 1,400 enterprise connectors and operations let you use Azure Logic Apps to quickly access and perform tasks with a wide range of services, systems, applications, and databases. When you use these connectors with AI services like Azure OpenAI and Azure AI Search, your organization can transform workloads like the following:
221+
More than 1,400 enterprise connectors and operations let you use Azure Logic Apps to quickly access and perform tasks with a wide range of services, systems, applications, and databases. When you use these connectors with Foundry Tools like Azure OpenAI and Azure AI Search, your organization can transform workloads like the following:
222222

223223
- Automate routine tasks.
224224
- Enhance customer interactions with chat capabilities.
225225
- Provide access to organizational data when necessary.
226226
- Generate intelligent insights or responses.
227227

228-
For example, when you integrate AI services by using the **Azure OpenAI** and **Azure AI Search** connector operations in your workflows, your organization can seamlessly implement the RAG pattern. RAG minimizes cost by using an information retrieval system to reference domain-specific or authoritative knowledge and augment an LLM's training without having to retrain the model. For more information, see the [Retrieval-augmented generation (RAG)](#rag-details) and the following resources:
228+
For example, when you integrate Foundry Tools by using the **Azure OpenAI** and **Azure AI Search** connector operations in your workflows, your organization can seamlessly implement the RAG pattern. RAG minimizes cost by using an information retrieval system to reference domain-specific or authoritative knowledge and augment an LLM's training without having to retrain the model. For more information, see the [Retrieval-augmented generation (RAG)](#rag-details) and the following resources:
229229

230230
| Resource type | Link |
231231
|---------------|------|
@@ -240,9 +240,9 @@ Each template follows a common workflow pattern that supports a specific scenari
240240

241241
The following table describes some example workflow templates:
242242

243-
| Document source | Template description | AI services used |
244-
|-----------------|----------------------|------------------|
245-
| Azure AI Document Intelligence | Standard: Analyze complex documents using Azure OpenAI. | Azure OpenAI |
243+
| Document source | Template description | Foundry Tools used |
244+
|-----------------|----------------------|--------------------|
245+
| Document Intelligence | Standard: Analyze complex documents using Azure OpenAI. | Azure OpenAI |
246246
| Azure Blob Storage | Standard: <br>- Ingest and index files using the RAG pattern. <br>- Ingest and vectorize documents into Azure Cosmos DB for NoSQL using the RAG pattern. | - Azure OpenAI <br>- Azure AI Search |
247247
| Azure File Storage | Standard: <br>- Ingest documents into AI Search on a schedule. <br>- Ingest and index files on a schedule using the RAG pattern. <br>- Ingest and index files using the RAG pattern. | - Azure OpenAI <br>- Azure AI Search |
248248
| Request-based | Standard: <br>- Chat with your documents using the RAG pattern. <br>- Ingest and index documents using the RAG pattern. | - Azure OpenAI <br>- Azure AI Search |
@@ -260,9 +260,9 @@ For more information, see the following resources:
260260
| **Documentation** | [Create a Standard workflow in single-tenant Azure Logic Apps](/azure/logic-apps/create-single-tenant-workflows-azure-portal) |
261261
| **Documentation** | [Create and publish workflow templates for Azure Logic Apps](/azure/logic-apps/create-publish-workflow-templates) |
262262
| **Documentation** | [Parse or chunk content for Standard workflows in Azure Logic Apps](/azure/logic-apps/parse-document-chunk-text) |
263-
| **Documentation** | [Connect to Azure AI services from Standard workflows in Azure Logic Apps](/azure/logic-apps/connectors/azure-ai) |
263+
| **Documentation** | [Connect to Foundry Tools from Standard workflows in Azure Logic Apps](/azure/logic-apps/connectors/azure-ai) |
264264

265265
## Related content
266266

267267
- [Parse or chunk content for Standard workflows in Azure Logic Apps](/azure/logic-apps/parse-document-chunk-text)
268-
- [Connect to Azure AI services from Standard workflows in Azure Logic Apps](/azure/logic-apps/connectors/azure-ai)
268+
- [Connect to Foundry Tools from Standard workflows in Azure Logic Apps](/azure/logic-apps/connectors/azure-ai)

articles/logic-apps/connectors/azure-ai.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Connect to Azure AI services from Workflows
2+
title: Connect to Foundry Tools from Workflows
33
description: Learn to integrate workflows with Azure OpenAI and Azure AI Search services using Azure Logic Apps.
44
author: ecfan
55
services: logic-apps
@@ -11,7 +11,7 @@ ms.collection: ce-skilling-ai-copilot
1111
ms.update-cycle: 180-days
1212
---
1313

14-
# Connect to Azure AI services from workflows in Azure Logic Apps
14+
# Connect to Foundry Tools from workflows in Azure Logic Apps
1515

1616
[!INCLUDE [logic-apps-sku-consumption-standard](../../../includes/logic-apps-sku-consumption-standard.md)]
1717

@@ -22,7 +22,7 @@ This guide provides an overview and examples that show how to use **Azure OpenAI
2222
- [What is Azure OpenAI Service](/azure/ai-services/openai/overview)
2323
- [What is Azure AI Search](/azure/search/search-what-is-azure-search)
2424

25-
## Why use Azure Logic Apps with AI services?
25+
## Why use Azure Logic Apps with Foundry Tools?
2626

2727
Usually, building AI solutions involves several key steps and requires a few building blocks. Primarily, you need to have a dynamic ingestion pipeline and a chat interface that can communicate with large language models (LLMs) and vector databases.
2828

@@ -37,7 +37,7 @@ Usually, building AI solutions involves several key steps and requires a few bui
3737
3838
You can assemble various components, not only to perform data ingestion but also to provide a robust backend for the chat interface. This backend facilitates entering prompts and generates dependable responses during interactions. However, creating the code to manage and control all these elements can pose challenges, which is the case for most solutions.
3939

40-
Azure Logic Apps offers a low code approach and simplifies backend management by providing prebuilt connectors that you use as building blocks to streamline the backend process. This approach lets you focus on sourcing your data and making sure that search results provide current and relevant information. With these AI connectors, your workflow acts as an orchestration engine that transfers data between AI services and other components that you want to integrate.
40+
Azure Logic Apps offers a low code approach and simplifies backend management by providing prebuilt connectors that you use as building blocks to streamline the backend process. This approach lets you focus on sourcing your data and making sure that search results provide current and relevant information. With these AI connectors, your workflow acts as an orchestration engine that transfers data between Foundry Tools and other components that you want to integrate.
4141

4242
For more information, see the following resources:
4343

@@ -94,21 +94,21 @@ The **Azure AI Search** connector has different versions, based on [logic app ty
9494

9595
### Authentication
9696

97-
The AI managed connectors require an API key for authentication. However, the AI built-in connectors support multiple authentication types for your AI service endpoint. These options provide robust authentication that meets most customers' needs. Both built-in connectors can also directly connect to Azure OpenAI and Azure AI Search resources inside virtual networks or behind firewalls.
97+
The AI managed connectors require an API key for authentication. However, the AI built-in connectors support multiple authentication types for your Azure AI Services endpoint. These options provide robust authentication that meets most customers' needs. Both built-in connectors can also directly connect to Azure OpenAI and Azure AI Search resources inside virtual networks or behind firewalls.
9898

99-
The following table describes the built-in connector authentication options, all which require that you provide the URL for the AI service endpoint:
99+
The following table describes the built-in connector authentication options, all which require that you provide the URL for the Azure AI Services endpoint:
100100

101101
| Authentication type | Description |
102102
|---------------------|-------------|
103-
| **URL and key-based authentication** | Provide the API key or admin generated by the AI service. |
103+
| **URL and key-based authentication** | Provide the API key or admin generated by the Foundry Tool. |
104104
| **Active Directory OAuth** (Microsoft Entra ID) | Provide information such as your Entra tenant, client ID, and password to authenticate as an Entra user. |
105105
| **Managed identity** | After you set up managed identity authentication on your AI service resource and your logic app resource, you can use that identity to authenticate access for the connector. |
106106

107107
[!INCLUDE [highest-security-level-guidance](../includes/highest-security-level-guidance.md)]
108108

109109
For more information, see the following resources:
110110

111-
- [Authenticate requests to Azure AI services](/azure/ai-services/authentication)
111+
- [Authenticate requests to Foundry Tools](/azure/ai-services/authentication)
112112
- [What is Microsoft Entra ID](/entra/fundamentals/whatis)
113113
- [What are managed identities for Azure resources](/entra/identity/managed-identities-azure-resources/overview)
114114
- [Authenticate access and connections to Azure resources with managed identities in Azure Logic Apps](../authenticate-with-managed-identity.md?tabs=standard)

articles/logic-apps/connectors/create-chat-completions-prompt-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To follow the example, download the [sample prompt template and inputs](https://
9090

9191
- An [Azure OpenAI Service resource](/azure/ai-services/openai/how-to/create-resource?pivots=web-portal) with a deployed model such as GPT-3.5 or GPT-4.
9292

93-
- The example in this how-to guide provides test data that you can use to try out the workflow. To chat with your own data by using the Azure OpenAI Service models, you have to create an Azure AI Foundry project and add your own data source. For more information, see the following documentation:
93+
- The example in this how-to guide provides test data that you can use to try out the workflow. To chat with your own data by using the Azure OpenAI Service models, you have to create a Microsoft Foundry project and add your own data source. For more information, see the following documentation:
9494

9595
- [Quickstart: Chat with Azure OpenAI models using your own data](/azure/ai-services/openai/use-your-data-quickstart)
9696

@@ -340,4 +340,4 @@ If you don't need the resources that you created for this guide, make sure to de
340340
341341
## Related content
342342
343-
- [Connect to Azure AI services from workflows in Azure Logic Apps](/azure/logic-apps/connectors/azure-ai)
343+
- [Connect to Foundry Tools from workflows in Azure Logic Apps](/azure/logic-apps/connectors/azure-ai)

0 commit comments

Comments
 (0)