You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/connectors/built-in.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -601,7 +601,7 @@ For more information, review the following documentation:
601
601
[scope-doc]: ../logic-apps/logic-apps-control-flow-run-steps-group-scopes.md"Organize actions into groups, which get their own status after the actions in group finish running"
602
602
[sftp-doc]: /azure/logic-apps/connectors/built-in/reference/sftp/"Connect to your SFTP account by using SSH. Upload, get, delete files, and more"
603
603
[smtp-doc]: /azure/logic-apps/connectors/built-in/reference/smtp/"Connect to your SMTP server so you can send email"
604
-
[sql-server-doc]: /azure/logic-apps/connectors/built-in/reference/sql/"Connect to Azure SQL Database or SQL Server. Create, update, get, and delete entries in an SQL database table"
604
+
[sql-server-doc]: /azure/logic-apps/connectors/built-in/reference/sql/"Connect to Azure SQL Database or SQL Server. Create, update, get, and delete entries in a SQL database table"
605
605
[switch-doc]: ../logic-apps/logic-apps-control-flow-switch-statement.md"Organize actions into cases, which are assigned unique values. Run only the case whose value matches the result from an expression, object, or token. If no matches exist, run the default case"
606
606
[swift-doc]: https://techcommunity.microsoft.com/t5/azure-integration-services-blog/announcement-public-preview-of-swift-message-processing-using/ba-p/3670014"Encode and decode SWIFT transactions in flat-file XML format"
607
607
[terminate-doc]: ../logic-apps/logic-apps-workflow-actions-triggers.md#terminate-action"Stop or cancel an actively running workflow for your logic app workflow"
Copy file name to clipboardExpand all lines: articles/connectors/connectors-create-api-cosmos-db.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ To add an Azure Cosmos DB built-in trigger to a Standard workflow, follow these
68
68
|**Database Id**| Yes | <*database-name*> | The name of the database with the container to monitor. This database should also have the lease container. If you don't have a lease container, the connector creates one for you in a later step. |
69
69
|**Monitored Container Id**| Yes | <*container-name*> | The name of the container to monitor. This container should exist in the specified database. |
70
70
|**Lease Container Id**| Yes | <*lease-container-name*> | The name of either an existing container or a new container to create. The trigger automatically populates with **`leases`** as the default name. |
71
-
|**Create Lease Container**| No |**No** or **Yes**| If the lease container exists in the specified database, select **No**. To create this container, select **Yes**. If you select **Yes** and are using manual throughput dedicated for each container, make sure to open the **Advanced parameters** list to select the **Lease Container Throughput** parameter. Enter the number of [request units (RUs)](/azure/cosmos-db/request-units) to provision for this container. |
71
+
|**Create Lease Container**| No |**No** or **Yes**| If the lease container exists in the specified database, select **No**. To create this container, select **Yes**. If you select **Yes** and are using manual throughput dedicated for each container, make sure to open the **Advanced parameters** list to select the **Lease Container Throughput** parameter. Enter the number of [request units (RUs)](/azure/cosmos-db/request-units) to deploy for this container. |
72
72
73
73
> [!NOTE]
74
74
>
@@ -101,7 +101,7 @@ To add an Azure Cosmos DB action to a Consumption workflow, follow these steps:
101
101
102
102
1. If the workflow is blank, add any trigger that you want.
103
103
104
-
This example starts with the [**When a HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger).
104
+
This example starts with the [**When an HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger).
105
105
106
106
1. Under the trigger or action where you want to add the Azure Cosmos DB action, follow [these general steps to add the **Azure Cosmos DB** action that you want](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=consumption#add-action).
107
107
@@ -138,9 +138,9 @@ To add an Azure Cosmos DB built-in action to a Standard workflow, follow these s
138
138
139
139
1. If the workflow is blank, add any trigger that you want.
140
140
141
-
This example starts with the [**When a HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger), which uses a basic schema definition to represent the item that you want to create:
141
+
This example starts with the [**When an HTTP request is received** trigger](connectors-native-reqres.md#add-request-trigger), which uses a basic schema definition to represent the item that you want to create:
142
142
143
-
:::image type="content" source="./media/connectors-create-api-cosmos-db/http-trigger-standard.png" alt-text="Screenshot shows Azure portal, designer for Standard workflow, and trigger named When a HTTP request is received.":::
143
+
:::image type="content" source="./media/connectors-create-api-cosmos-db/http-trigger-standard.png" alt-text="Screenshot shows Azure portal, designer for Standard workflow, and trigger named When an HTTP request is received.":::
144
144
145
145
1. Under the trigger or action where you want to add the Azure Cosmos DB action, follow [these general steps to add the **Azure Cosmos DB** action that you want](/azure/logic-apps/create-workflow-with-trigger-or-action?tabs=standard#add-action).
146
146
@@ -161,7 +161,7 @@ To add an Azure Cosmos DB built-in action to a Standard workflow, follow these s
161
161
|**Container Id**| Yes | <*container-ID*> | The container to query. |
162
162
|**Item**| Yes | <*JSON-document*> | The JSON document to create. This example uses the **id** output from the Request trigger. <br><br>**Note**: If you use the **body** trigger output, make sure that the body content is well-formed JSON, and at a minimum, contains the **`id`** attribute and the **`partitionKey`** attribute for your document. If a document with these attributes exists, the document is updated. Otherwise, a new document is created. |
163
163
164
-
The following example shows the action named **Create or update item**, which includes the **Item** and **Partition Key** parameter values from the output for the trigger named **When a HTTP request is received**:
164
+
The following example shows the action named **Create or update item**, which includes the **Item** and **Partition Key** parameter values from the output for the trigger named **When an HTTP request is received**:
165
165
166
166
:::image type="content" source="media/connectors-create-api-cosmos-db/create-action-standard.png" alt-text="Screenshot shows Azure portal, designer for Standard workflow, and Azure Cosmos DB built-in action named Create or update item.":::
167
167
@@ -217,7 +217,7 @@ For a Standard workflow, an Azure Cosmos DB connection (built-in) requires the f
217
217
218
218
### Get iterable results from the Query items action
219
219
220
-
The **Query items** built-in action in a Standard workflow has many dynamic content outputs available for use in subsequent actions. To get the query result items or item metadata as an iterable object, follow these steps:
220
+
In a Standard workflow, the **Query items** built-in action produces many dynamic content output items for use in subsequent actions. To get the query result items or item metadata as an iterable object, follow these steps:
221
221
222
222
1. In the [Azure portal](https://portal.azure.com), open your Standard workflow in the designer.
Copy file name to clipboardExpand all lines: articles/connectors/introduction.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ In Azure Logic Apps, connectors are either *built in* or *managed*. Some connect
37
37
38
38
*[Managed connectors](managed.md) are deployed, hosted, and managed in Azure by Microsoft. Managed connectors mostly provide a proxy or a wrapper around an API that the underlying service or system uses to communicate with Azure Logic Apps.
39
39
40
-
In the designer, all managed connectors appear in the connector gallery within the **Shared** group. They are billed at either the **Standard** or **Enterprise** level.
40
+
In the designer, all managed connectors appear in the connector gallery within the **Shared** group. They're billed at either the **Standard** or **Enterprise** level.
41
41
42
42
For more information, see the following documentation:
43
43
@@ -66,7 +66,7 @@ When the trigger fires, the trigger usually passes along event outputs for subse
66
66
67
67
## Actions
68
68
69
-
An action specifies a task to perform and always appears as a subsequent step in the workflow. You can use multiple actions in your workflow. For example, you might start the workflow with a [SQL Server trigger](/connectors/sql/#triggers) that checks for new customer data in an SQL database. Following the trigger, your workflow can have a [SQL Server action](/connectors/sql/#actions) that gets the customer data. Following this SQL Server action, your workflow can use a different action that processes the data, for example, a [Data Operations action](../logic-apps/logic-apps-perform-data-operations.md) that creates a CSV table.
69
+
An action specifies a task to perform and always appears as a subsequent step in the workflow. You can use multiple actions in your workflow. For example, you might start the workflow with a [SQL Server trigger](/connectors/sql/#triggers) that checks for new customer data in a SQL database. Following the trigger, your workflow can have a [SQL Server action](/connectors/sql/#actions) that gets the customer data. Following this SQL Server action, your workflow can use a different action that processes the data, for example, a [Data Operations action](../logic-apps/logic-apps-perform-data-operations.md) that creates a CSV table.
Copy file name to clipboardExpand all lines: articles/connectors/managed.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -383,7 +383,7 @@ For more information, review the following documentation:
383
383
[slack-doc]: ./connectors-create-api-slack.md"Connect to Slack and post messages to Slack channels"
384
384
[smtp-doc]: ./connectors-create-api-smtp.md"Connect to an SMTP server and send email with attachments"
385
385
[sparkpost-doc]: ./connectors-create-api-sparkpost.md"Connects to SparkPost for communication"
386
-
[sql-server-doc]: ./connectors-create-api-sqlazure.md"Connect to Azure SQL Database or SQL Server. Create, update, get, and delete entries in an SQL database table"
386
+
[sql-server-doc]: ./connectors-create-api-sqlazure.md"Connect to Azure SQL Database or SQL Server. Create, update, get, and delete entries in a SQL database table"
387
387
[teradata-doc]: /connectors/teradata/"Connect to your Teradata database to read data from tables"
388
388
[twilio-doc]: ./connectors-create-api-twilio.md"Connect to Twilio. Send and get messages, get available numbers, manage incoming phone numbers, and more"
389
389
[youtube-doc]: ./connectors-create-api-youtube.md"Connect to YouTube. Manage your videos and channels"
Copy file name to clipboardExpand all lines: articles/logic-apps/connectors/azure-ai.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ As your vector databases continue to ingest data, make sure the data is easily s
200
200
201
201
The following pattern is only one example that shows how a chat workflow might look:
202
202
203
-
:::image type="content" source="media/azure-ai/chat-workflow.png" alt-text="Screenshot that the shows Azure portal, Standard workflow designer, and workflow operations that implement a chat interaction.":::
203
+
:::image type="content" source="media/azure-ai/chat-workflow.png" alt-text="Screenshot that shows the Azure portal, Standard workflow designer, and workflow operations that implement a chat interaction.":::
Copy file name to clipboardExpand all lines: articles/logic-apps/connectors/code-interpreter-python-container-apps-session.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ When the workflow receives an HTTPS request for a specified file through the **R
39
39
> You can use the **Code Interpreter (Python Container Apps session)** operations outside an agent loop
40
40
> action or in non-agentic workflows in a Standard logic app. However, you must provide your own Python
41
41
> code for the **Execute Python code** action. In these cases, the **Code Interpreter** operations
42
-
> don't have access to agentic capabilities provided by the agent loop-linked AI model, which include
42
+
> don't have access to agentic capabilities provided by the agent loop-linked AI model, which includes
43
43
> natural language interactions and model-generated code.
44
44
45
45
Your agentic workflow can process files that contain diverse or fragmented data and have formats such as CSV, Excel, or JSON, which can include thousands to millions of rows. However, raw data often needs extra work before you can extract useful information and insights, for example:
0 commit comments