Skip to content

Commit b5414be

Browse files
authored
Merge pull request #106466 from hyoshioka0128/patch-631
Typo "Azure database for MySQL"→"Azure Database for MySQL"
2 parents ff13c16 + 5f4eae5 commit b5414be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/mysql/flexible-server/tutorial-logic-apps-with-mysql.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 12/15/2022
1313

1414
[!INCLUDE [logic-apps-sku-consumption](../../../includes/logic-apps-sku-consumption.md)]
1515

16-
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).
1717

1818
## Prerequisites
1919

@@ -97,21 +97,21 @@ You can add an action as the next step after the HTTP request trigger to run sub
9797

9898
1. Add a **New Step** in the workflow
9999

100-
2. Search for **Azure database for MySQL** connector.
100+
2. Search for **Azure Database for MySQL** connector.
101101

102102
:::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":::
103103

104-
3. View all the actions for Azure database for MySQL connector.
104+
3. View all the actions for Azure Database for MySQL connector.
105105

106106
:::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":::
107107

108108
4. Select the **Insert Row** action. Select **Change connection** to add a new connection
109109

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":::
111111

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

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":::
115115

116116
## Run your workflow
117117
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

Comments
 (0)