Skip to content

Commit 0b89c98

Browse files
committed
Clarity edits
1 parent 14f1a95 commit 0b89c98

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
9898

9999
1. Find and select the [SQL Server managed connector trigger](/connectors/sql) that you want to use.
100100

101-
1. Under the designer search box, select **All**.
101+
1. On the designer, under the search box, select **All**.
102102

103-
1. In the designer search box, enter **sql server**.
103+
1. In the search box, enter **sql server**.
104104

105105
1. From the triggers list, select the SQL trigger that you want. This example continues with the trigger named **When an item is created**.
106106

@@ -116,7 +116,7 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
116116

117117
For example, to view the data in this row, you can add other actions that create a file that includes the fields from the returned row, and then send email alerts. To learn about other available actions for this connector, see the [connector's reference page](/connectors/sql/).
118118

119-
1. On the designer toolbar, select **Save**.
119+
1. When you're done, save your workflow.
120120

121121
Although this step automatically enables and publishes your logic app live in Azure, the only action that your logic app currently takes is to check your database based on your specified interval and frequency.
122122

@@ -146,7 +146,7 @@ In Standard logic app workflows, only the SQL Server managed connector has trigg
146146

147147
For example, to view the data in this row, you can add other actions that create a file that includes the fields from the returned row, and then send email alerts. To learn about other available actions for this connector, see the [connector's reference page](/connectors/sql/).
148148

149-
1. On the designer toolbar, select **Save**.
149+
1. When you're done, save your workflow.
150150

151151
Although this step automatically enables and publishes your logic app live in Azure, the only action that your logic app currently takes is to check your database based on your specified interval and frequency.
152152

@@ -182,9 +182,9 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
182182

183183
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**.
184184

185-
1. In the **Choose an operation** box, under the designer search box, select **All**.
185+
1. Under the **Choose an operation** box, select **All**.
186186

187-
1. In the designer search box, enter **sql server**.
187+
1. In the search box, enter **sql server**.
188188

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

@@ -200,19 +200,19 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
200200

201201
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, such actions might create a file, include the fields from the returned row, and store the file in a cloud storage account. To learn about other available actions for this connector, see the [connector's reference page](/connectors/sql/).
202202

203-
1. When you're done, on the designer toolbar, select **Save**.
203+
1. When you're done, save your workflow.
204204

205205
### [Standard](#tab/standard)
206206

207207
1. In the Azure portal, open your logic app workflow in the designer.
208208

209209
1. Find and select the SQL Server connector action that you want to use.
210210

211-
1. Under the trigger or action where you want to add the SQL Server action, select **New step**.
211+
1. Under the trigger or action where you want to add the SQL Server action, select the plus sign (**+**), and then select **Add an action**.
212212

213-
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**.
213+
Or, to add an action between existing steps, select the plus sign (**+**) on the connecting arrow, and then select **Add an action**.
214214

215-
1. In the **Choose an operation** box, under the designer search box, select either of the following options:
215+
1. Under the **Choose an operation** search box, select either of the following options:
216216

217217
* **Built-in** when you want to use SQL Server built-in actions such as **Execute Query**
218218

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

223223
![Screenshot showing the Azure portal, workflow designer for Standard logic app, and designer search box with "Azure" selected underneath.](./media/connectors-create-api-sqlazure/select-azure-category-standard.png)
224224

225-
1. In the designer search box, enter **sql server**.
225+
1. In the search box, enter **sql server**.
226226

227227
1. From the actions list, select the SQL Server action that you want.
228228

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

249249
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, such actions might create a file, include the fields from the returned row, and store the file in a cloud storage account. To learn about other available actions for this connector, see the [connector's reference page](/connectors/sql/).
250250

251-
1. When you're done, on the designer toolbar, select **Save**.
251+
1. When you're done, save your workflow.
252252

253253
---
254254

@@ -427,7 +427,7 @@ When you call a stored procedure by using the SQL Server connector, the returned
427427
> If you still can't generate the schema, in the **Schema** box,
428428
> manually enter the schema.
429429
430-
1. Save your workflow.
430+
1. When you're done, save your workflow.
431431

432432
1. To reference the JSON content properties, click inside the edit boxes where you want to reference those properties so that the dynamic content list appears. In the list, under the [**Parse JSON**](../logic-apps/logic-apps-perform-data-operations.md#parse-json-action) heading, select the data tokens for the JSON content properties that you want.
433433

0 commit comments

Comments
 (0)