Skip to content

Commit 5fa1f38

Browse files
committed
Partial update
1 parent 3957bd9 commit 5fa1f38

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

articles/connectors/connectors-create-api-sqlazure.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
314314

315315
1. From the actions list, select the SQL action that you want. This example uses the **Get row** action, which gets a single record.
316316

317-
![Screenshot showing the Azure portal, workflow designer for Standard logic app, search box with "sql server", and the "Get row" action selected.](./media/connectors-create-api-sqlazure/select-sql-get-row-action-consumption.png)
317+
![Screenshot showing the Azure portal, workflow designer for Consumption logic app, search box with "sql server", and the "Get row" action selected.](./media/connectors-create-api-sqlazure/select-sql-get-row-action-consumption.png)
318318

319319
1. If you're connecting to your SQL database for the first time, you're prompted to [create your SQL database connection now](#create-connection). After you create this connection, you can continue with the next step.
320320

@@ -330,7 +330,33 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
330330

331331
### [Standard](#tab/standard)
332332

333+
1. In the Azure portal, open your logic app workflow in the designer.
334+
335+
1. Find and select the SQL Server action that you want to use. This example continues with the action named **Get row**.
336+
337+
1. Under the trigger or action where you want to add the SQL action, select **New step**.
338+
339+
Or, to add an action between existing steps, move your mouse over the connecting arrow. Select the plus sign (**+**) that appears, and then select **Add an action**.
340+
341+
1. In the **Choose an operation** box, under the designer search box, select **Azure**.
342+
343+
1. In the designer search box, enter **sql server**.
344+
345+
1. From the actions list, select the SQL action that you want. This example uses the **Get row** action, which gets a single record.
346+
347+
![Screenshot showing the Azure portal, workflow designer for Standard logic app, search box with "sql server", and the "Get row" action selected.](./media/connectors-create-api-sqlazure/select-sql-get-row-action-consumption.png)
348+
349+
1. If you're connecting to your SQL database for the first time, you're prompted to [create your SQL database connection now](#create-connection). After you create this connection, you can continue with the next step.
333350

351+
1. If you haven't already provided the SQL server name and database name, provide those values. Otherwise, from the **Table name** list, select the table that you want to use. In the **Row id** property, enter the ID for the record that you want.
352+
353+
In this example, the table name is **SalesLT.Customer**.
354+
355+
![Screenshot showing the "Get row" action with the example "Table name" property value and empty row ID.](./media/connectors-create-api-sqlazure/specify-table-row-id-consumption.png)
356+
357+
This action returns only one row from the selected table, and nothing else. To view the data in this row, add other actions, for example, those that create a file that includes the fields from the returned row, and store that file in a cloud storage account. To learn about other available actions for this connector, see the [connector's reference page](/connectors/sql/).
358+
359+
1. When you're done, on the designer toolbar, select **Save**.
334360

335361
---
336362

0 commit comments

Comments
 (0)