Skip to content

Commit 57f3713

Browse files
committed
Add lighbox
1 parent 98e0c36 commit 57f3713

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

articles/connectors/connectors-create-api-office365-outlook.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
7373

7474
You can add other available parameters, such as **Time zone**.
7575

76-
:::image type="content" source="media/connectors-create-api-office365-outlook/calendar-settings-consumption.png" alt-text="Screenshot showing the Consumption workflow trigger parameters.":::
76+
:::image type="content" source="media/connectors-create-api-office365-outlook/calendar-settings-consumption.png" alt-text="Screenshot showing the Consumption workflow trigger parameters." lightbox="media/connectors-create-api-office365-outlook/calendar-settings-consumption.png":::
7777

7878
1. Save your workflow. On the designer toolbar, select **Save**.
7979

@@ -104,7 +104,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
104104

105105
You can add other available parameters, such as **Time zone**.
106106

107-
:::image type="content" source="media/connectors-create-api-office365-outlook/calendar-settings-standard.png" alt-text="Screenshot showing the Standard workflow trigger parameters.":::
107+
:::image type="content" source="media/connectors-create-api-office365-outlook/calendar-settings-standard.png" alt-text="Screenshot showing the Standard workflow trigger parameters." lightbox="media/connectors-create-api-office365-outlook/calendar-settings-standard.png":::
108108

109109
1. Save your workflow. On the designer toolbar, select **Save**.
110110

@@ -145,7 +145,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
145145

146146
This example selects the **Contacts** folder where the action creates the new contact and uses trigger outputs for the remaining parameter values:
147147

148-
:::image type="content" source="media/connectors-create-api-office365-outlook/create-contact-consumption.png" alt-text="Screenshot showing the Consumption workflow action parameters.":::
148+
:::image type="content" source="media/connectors-create-api-office365-outlook/create-contact-consumption.png" alt-text="Screenshot showing the Consumption workflow action parameters." lightbox="media/connectors-create-api-office365-outlook/create-contact-consumption.png":::
149149

150150
To add other available parameters, select the **Advanced parameters** dropdown, and choose the parameters that you want.
151151

@@ -178,7 +178,7 @@ Based on whether you have a Consumption or Standard logic app workflow, follow t
178178

179179
This example selects the **Contacts** folder where the action creates the new contact and uses trigger outputs for the remaining parameter values:
180180

181-
:::image type="content" source="media/connectors-create-api-office365-outlook/create-contact-standard.png" alt-text="Screenshot showing the Standard workflow action parameters.":::
181+
:::image type="content" source="media/connectors-create-api-office365-outlook/create-contact-standard.png" alt-text="Screenshot showing the Standard workflow action parameters." lightbox="media/connectors-create-api-office365-outlook/create-contact-standard.png":::
182182

183183
To add other available parameters, select the **Advanced parameters** dropdown, and choose the parameters that you want.
184184

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ The SQL Server connector has different versions, based on [logic app type and ho
3737

3838
| Logic app | Environment | Connector version |
3939
|-----------|-------------|-------------------|
40-
| **Consumption** | Multitenant Azure Logic Apps | Managed connector, which appears in the connector gallery under **Runtime** > **Shared**. For more information, review the following documentation: <br><br>- [SQL Server managed connector reference](/connectors/sql) <br>- [Managed connectors in Azure Logic Apps](managed.md) |
41-
| **Standard** | Single-tenant Azure Logic Apps and App Service Environment v3 (Windows plans only) | Managed connector, which appears in the connector gallery under **Runtime** > **Shared**, and built-in connector, which appears in the connector gallery under **Runtime** > **In-App** and is [service provider-based](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). The built-in connector differs in the following ways: <br><br>- The built-in connector can directly connect to a SQL database and access Azure virtual networks by using a connection string without an on-premises data gateway. <br><br>For more information, review the following documentation: <br><br>- [SQL Server managed connector reference](/connectors/sql/) <br>- [SQL Server built-in connector reference](/azure/logic-apps/connectors/built-in/reference/sql/) <br>- [Built-in connectors in Azure Logic Apps](built-in.md) |
40+
| **Consumption** | Multitenant Azure Logic Apps | Managed connector, which appears in the connector gallery under **Shared**. For more information, review the following documentation: <br><br>- [SQL Server managed connector reference](/connectors/sql) <br>- [Managed connectors in Azure Logic Apps](managed.md) |
41+
| **Standard** | Single-tenant Azure Logic Apps and App Service Environment v3 (Windows plans only) | Managed connector, which appears in the connector gallery under **Shared**, and built-in connector, which appears in the connector gallery under **Built-In** and is [service provider-based](../logic-apps/custom-connector-overview.md#service-provider-interface-implementation). The built-in connector differs in the following ways: <br><br>- The built-in connector can directly connect to a SQL database and access Azure virtual networks by using a connection string without an on-premises data gateway. <br><br>For more information, review the following documentation: <br><br>- [SQL Server managed connector reference](/connectors/sql/) <br>- [SQL Server built-in connector reference](/azure/logic-apps/connectors/built-in/reference/sql/) <br>- [Built-in connectors in Azure Logic Apps](built-in.md) |
4242

4343
### Limitations
4444

@@ -119,15 +119,15 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
119119

120120
1. Follow these [general steps](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=consumption#add-trigger) to add the [SQL Server managed trigger you want](/connectors/sql/#triggers).
121121

122-
This example continues with the trigger named **When an item is created**. You can find this trigger by using the search field.
122+
This example continues with the trigger named **When an item is created**. You can find this trigger under **SQL Server**.
123123

124124
1. If prompted, provide the [information for your connection](#create-connection). When you're done, select **Create new**.
125125

126126
1. After the trigger information box appears, provide the necessary information required by [your selected trigger](/connectors/sql/#triggers).
127127

128128
For this example, in the trigger named **When an item is created**, provide the values for the SQL server name and database name, if you didn't previously provide them. Otherwise, from the **Table name** list, select the table that you want to use. Select the **Frequency** and **Interval** to set the schedule for the trigger to check for new items.
129129

130-
:::image type="content" source="media/connectors-create-api-sqlazure/when-item-created-consumption.png" alt-text="Screenshot shows Consumption workflow designer and managed action named When an item is created.":::
130+
:::image type="content" source="media/connectors-create-api-sqlazure/when-item-created-consumption.png" alt-text="Screenshot shows Consumption workflow designer and managed action named When an item is created." lightbox="media/connectors-create-api-sqlazure/when-item-created-consumption.png":::
131131

132132
1. If any other properties are available for this trigger, open the **Add new parameter** list, and select those properties relevant to your scenario.
133133

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

213213
For this example, the table name is **SalesLT.Customer**.
214214

215-
:::image type="content" source="media/connectors-create-api-sqlazure/specify-table-row-id-standard.png" alt-text="Screenshot shows Standard workflow designer and managed action named Get row with example table name and empty row ID.":::
215+
:::image type="content" source="media/connectors-create-api-sqlazure/specify-table-row-id-standard.png" alt-text="Screenshot shows Standard workflow designer and managed action named Get row with example table name and empty row ID." lightbox="media/connectors-create-api-sqlazure/specify-table-row-id-standard.png":::
216216

217217
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, review the [managed connector's reference page](/connectors/sql/).
218218

@@ -286,11 +286,11 @@ In the connection information box, complete the following steps:
286286

287287
**Consumption workflows**
288288

289-
:::image type="content" source="media/connectors-create-api-sqlazure/azure-sql-database-information-consumption.png" alt-text="Screenshot shows SQL cloud database cloud information with sample values for Consumption.":::
289+
:::image type="content" source="media/connectors-create-api-sqlazure/azure-sql-database-information-consumption.png" alt-text="Screenshot shows SQL cloud database cloud information with sample values for Consumption." lightbox="media/connectors-create-api-sqlazure/azure-sql-database-information-consumption.png":::
290290

291291
**Standard workflows**
292292

293-
:::image type="content" source="media/connectors-create-api-sqlazure/azure-sql-database-information-standard.png" alt-text="Screenshot shows SQL cloud database information with sample values for Standard.":::
293+
:::image type="content" source="media/connectors-create-api-sqlazure/azure-sql-database-information-standard.png" alt-text="Screenshot shows SQL cloud database information with sample values for Standard." lightbox="media/connectors-create-api-sqlazure/azure-sql-database-information-standard.png":::
294294

295295
1. Now, continue with the steps that you haven't completed yet in either [Add a SQL trigger](#add-sql-trigger) or [Add a SQL action](#add-sql-action).
296296

@@ -334,11 +334,11 @@ In the connection information box, complete the following steps:
334334

335335
**Consumption workflows**
336336

337-
:::image type="content" source="media/connectors-create-api-sqlazure/select-windows-authentication-consumption.png" alt-text="Screenshot shows Azure portal, Consumption workflow, and SQL Server on-premises connection information with selected authentication.":::
337+
:::image type="content" source="media/connectors-create-api-sqlazure/select-windows-authentication-consumption.png" alt-text="Screenshot shows Azure portal, Consumption workflow, and SQL Server on-premises connection information with selected authentication." lightbox="media/connectors-create-api-sqlazure/select-windows-authentication-consumption.png":::
338338

339339
**Standard workflows**
340340

341-
:::image type="content" source="media/connectors-create-api-sqlazure/select-windows-authentication-standard.png" alt-text="Screenshot shows Azure portal, Standard workflow, and SQL Server on-premises connection information with selected authentication.":::
341+
:::image type="content" source="media/connectors-create-api-sqlazure/select-windows-authentication-standard.png" alt-text="Screenshot shows Azure portal, Standard workflow, and SQL Server on-premises connection information with selected authentication." lightbox="media/connectors-create-api-sqlazure/select-windows-authentication-standard.png":::
342342

343343
1. When you're ready, select **Create**.
344344

0 commit comments

Comments
 (0)