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
This quickstart shows how to create an automated workflow using Azure Logic Apps with Azure database for MySQL Connector (Preview).
16
+
This quickstart shows how to create an automated workflow using Azure Logic Apps with Azure Database for MySQL Connector (Preview).
17
17
18
18
## Prerequisites
19
19
@@ -97,21 +97,21 @@ You can add an action as the next step after the HTTP request trigger to run sub
97
97
98
98
1. Add a **New Step** in the workflow
99
99
100
-
2. Search for **Azure database for MySQL** connector.
100
+
2. Search for **Azure Database for MySQL** connector.
101
101
102
102
:::image type="content" source="./media/tutorial-logic-apps-with-mysql/search-for-azure-db-for-mysql.png" alt-text="Screenshot searching for azure database for mysql":::
103
103
104
-
3. View all the actions for Azure database for MySQL connector.
104
+
3. View all the actions for Azure Database for MySQL connector.
105
105
106
106
:::image type="content" source="./media/tutorial-logic-apps-with-mysql/azure-db-for-mysql-connector-actions.png" alt-text="Screenshot Azure database for mysql action listed":::
107
107
108
108
4. Select the **Insert Row** action. Select **Change connection** to add a new connection
109
109
110
-
:::image type="content" source="./media/tutorial-logic-apps-with-mysql/insert-row-action-mysql-database.png" alt-text="Screenshot Insert row action for Azure database for MySQL":::
110
+
:::image type="content" source="./media/tutorial-logic-apps-with-mysql/insert-row-action-mysql-database.png" alt-text="Screenshot Insert row action for Azure Database for MySQL":::
111
111
112
-
5. Add a new connection to the existing Azure database for MySQL database.
112
+
5. Add a new connection to the existing Azure Database for MySQL database.
113
113
114
-
:::image type="content" source="./media/tutorial-logic-apps-with-mysql/azure-mysql-database-add-connection.png" alt-text="Screenshot add new connection for Azure database for MySQL":::
114
+
:::image type="content" source="./media/tutorial-logic-apps-with-mysql/azure-mysql-database-add-connection.png" alt-text="Screenshot add new connection for Azure Database for MySQL":::
115
115
116
116
## Run your workflow
117
117
Select **Run Trigger** to execute the workflow and test if it actually inserts the row into the table. You can use any MySQL client to check if the row was inserted into the table.
0 commit comments