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
Copy file name to clipboardExpand all lines: articles/mysql/flexible-server/tutorial-create-power-app-with-mysql.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You may experience throttling limits if you hit the threshold of running 200 API
32
32
1. Sign in to [Power Apps](https://make.powerapps.com/) and, if necessary, [switch environments](/power-apps/maker/canvas-apps/intro-maker-portal.md#choose-an-environment).
33
33
2. In left-hand navigation menu go to **Connections** and select **New connection.**
34
34
3. Select **Azure database for MySQL (preview)** to add a new connection.
35
-
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/powerapp-select-azure-db-for-mysql-connector.png" alt-text="Screenshot of selecting Azure database for MySQL connector to add a connection":::
35
+
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/select-azure-db-for-mysql-connector.png" alt-text="Screenshot of selecting Azure database for MySQL connector to add a connection":::
36
36
37
37
4. Enter the server's name, database name, and authentication information for your MySQL database. Click "Create" to establish a connection to your database.
38
38
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/power-apps-add-mysql-connection.png" alt-text="Screenshot adding new connection for mysql using the Azure database for MySQL connector":::
@@ -45,13 +45,13 @@ You may experience throttling limits if you hit the threshold of running 200 API
45
45
You can create a new Power App from scratch or use Dataverse to get started quickly.
46
46
47
47
1. Create a new app from **Dataverse**.
48
-
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/powerapp-select-azure-db-for-mysql-connector.png" alt-text="Screenshot of selecting Azure database for MySQL connector to add a connection":::
48
+
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/create-power-app-from-dataverse.png" alt-text="Screenshot of adding a Dataverse app.":::
49
49
50
50
2. Select the previously added connection. Choose a table and select **Connect**.
51
51
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/add-connection-dataverse-app.png" alt-text="Screenshot adding new connection when creating a dataverse app":::
52
52
53
53
3. You can see a simple app created which lists all the customers from **classicmodels.customers** table.
54
-
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/powerapp-with-azure-mysql.png" alt-text="Screenshot new power app using dataverse with mysql":::
54
+
:::image type="content" source="./media/tutorial-create-power-app-with-mysql/power-app-with-azure-mysql.png" alt-text="Screenshot new power app using dataverse with mysql":::
55
55
56
56
## Customize your app
57
57
With your data added to your app, you can now customize it to meet your specific needs. Power Apps offers a wide range of customization options, including layout and design options, user interface controls, and formula-based Power. You can also use Power Apps' connectors to integrate with other systems, such as Microsoft SharePoint or Salesforce, to extend the functionality of your app. View all the [connectors available](/connectors) to you to build more complex integrations for your business needs.
0 commit comments