Skip to content

Commit 8454e8b

Browse files
authored
Update tutorial-create-power-app-with-mysql.md
1 parent 8685de0 commit 8454e8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/mysql/flexible-server/tutorial-create-power-app-with-mysql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You may experience throttling limits if you hit the threshold of running 200 API
3232
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).
3333
2. In left-hand navigation menu go to **Connections** and select **New connection.**
3434
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":::
3636

3737
4. Enter the server's name, database name, and authentication information for your MySQL database. Click "Create" to establish a connection to your database.
3838
:::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
4545
You can create a new Power App from scratch or use Dataverse to get started quickly.
4646

4747
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.":::
4949

5050
2. Select the previously added connection. Choose a table and select **Connect**.
5151
:::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":::
5252

5353
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":::
5555

5656
## Customize your app
5757
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

Comments
 (0)