Skip to content

Commit ca7c060

Browse files
author
ecfan
committed
Fix Acrolinx issues
1 parent 300454e commit ca7c060

12 files changed

Lines changed: 14 additions & 14 deletions

articles/connectors/built-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ For more information, review the following documentation:
601601
[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"
602602
[sftp-doc]: /azure/logic-apps/connectors/built-in/reference/sftp/ "Connect to your SFTP account by using SSH. Upload, get, delete files, and more"
603603
[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"
605605
[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"
606606
[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"
607607
[terminate-doc]: ../logic-apps/logic-apps-workflow-actions-triggers.md#terminate-action "Stop or cancel an actively running workflow for your logic app workflow"

articles/connectors/connectors-create-api-cosmos-db.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To add an Azure Cosmos DB built-in trigger to a Standard workflow, follow these
6868
| **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. |
6969
| **Monitored Container Id** | Yes | <*container-name*> | The name of the container to monitor. This container should exist in the specified database. |
7070
| **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. |
7272

7373
> [!NOTE]
7474
>
@@ -101,7 +101,7 @@ To add an Azure Cosmos DB action to a Consumption workflow, follow these steps:
101101

102102
1. If the workflow is blank, add any trigger that you want.
103103

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).
105105

106106
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).
107107

@@ -138,9 +138,9 @@ To add an Azure Cosmos DB built-in action to a Standard workflow, follow these s
138138

139139
1. If the workflow is blank, add any trigger that you want.
140140

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:
142142

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.":::
144144

145145
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).
146146

@@ -161,7 +161,7 @@ To add an Azure Cosmos DB built-in action to a Standard workflow, follow these s
161161
| **Container Id** | Yes | <*container-ID*> | The container to query. |
162162
| **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. |
163163

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**:
165165

166166
:::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.":::
167167

@@ -217,7 +217,7 @@ For a Standard workflow, an Azure Cosmos DB connection (built-in) requires the f
217217

218218
### Get iterable results from the Query items action
219219

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:
221221

222222
1. In the [Azure portal](https://portal.azure.com), open your Standard workflow in the designer.
223223

articles/connectors/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In Azure Logic Apps, connectors are either *built in* or *managed*. Some connect
3737

3838
* [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.
3939

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.
4141

4242
For more information, see the following documentation:
4343

@@ -66,7 +66,7 @@ When the trigger fires, the trigger usually passes along event outputs for subse
6666

6767
## Actions
6868

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.
7070

7171
<a name="connection-configuration"></a>
7272

articles/connectors/managed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ For more information, review the following documentation:
383383
[slack-doc]: ./connectors-create-api-slack.md "Connect to Slack and post messages to Slack channels"
384384
[smtp-doc]: ./connectors-create-api-smtp.md "Connect to an SMTP server and send email with attachments"
385385
[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"
387387
[teradata-doc]: /connectors/teradata/ "Connect to your Teradata database to read data from tables"
388388
[twilio-doc]: ./connectors-create-api-twilio.md "Connect to Twilio. Send and get messages, get available numbers, manage incoming phone numbers, and more"
389389
[youtube-doc]: ./connectors-create-api-youtube.md "Connect to YouTube. Manage your videos and channels"
660 Bytes
Loading
-166 Bytes
Loading
722 Bytes
Loading
20 Bytes
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ As your vector databases continue to ingest data, make sure the data is easily s
200200

201201
The following pattern is only one example that shows how a chat workflow might look:
202202

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.":::
204204

205205
| Step | Task | Underlying operation | Description |
206206
|------|------|----------------------|-------------|

articles/logic-apps/connectors/code-interpreter-python-container-apps-session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When the workflow receives an HTTPS request for a specified file through the **R
3939
> You can use the **Code Interpreter (Python Container Apps session)** operations outside an agent loop
4040
> action or in non-agentic workflows in a Standard logic app. However, you must provide your own Python
4141
> 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
4343
> natural language interactions and model-generated code.
4444
4545
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

Comments
 (0)