Skip to content

Commit 913e3d7

Browse files
authored
Update tutorial-create-power-app-with-mysql.md
1 parent 9adc732 commit 913e3d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 03/01/2023
1313

1414
[Power Apps](/power-apps/) is a low-code platform that enables you to build custom applications quickly and easily. You can create a Power App with MySQL database on Azure database for MySQL Flexible Server(overview.md), to meet your business needs. You can establish a connection to your MySQL database, add data to your app, and customize it to meet your specific needs. With the Azure database for MySQL Connector, you'll have a fully functional app with your data that you can customize and share on any device.
1515

16-
# Run CRUD operations
16+
## Run CRUD operations
1717

1818
The connector allows you to perform read, write, and delete operations with data stored in Azure Database for MySQL in addition to connecting to the database.
1919

@@ -28,9 +28,9 @@ The connector allows you to perform read, write, and delete operations with data
2828

2929
You may experience throttling limits if you hit the threshold of running 200 API calls per connection within 60 seconds.
3030

31-
# Create a connection to your MySQL database
31+
## Create a connection to your MySQL database
3232

33-
1. Sign in to [Power Apps](https://make.powerapps.com/) and, if necessary, [switch environments](https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/intro-maker-portal#choose-an-environment).
33+
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).
3434
2. In left-hand navigation menu go to **Connections** and select **New connection.**
3535
3. Select **Azure database for MySQL (preview)** to add a new connection.
3636
:::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":::
@@ -40,7 +40,7 @@ You may experience throttling limits if you hit the threshold of running 200 API
4040

4141
Note that newly created connections are shareable, so that if a Power App is shared with another user, the connection is also shared. In addition, you don't need to set up a data gateway to connect to the server, as it is required to connect to an on-premises MySQL server.
4242

43-
# Create a new Power App
43+
## Create a new Power App
4444

4545
You can create a new Power App from scratch or use Dataverse to get started quickly.
4646

@@ -58,6 +58,6 @@ With your data added to your app, you can now customize it to meet your specific
5858
## Next Steps
5959

6060
Learn more about Power apps and Azure database for MySQL connector.
61-
- [Azure Database for MySQL - Connectors documentation](https://learn.microsoft.com/connectors/azuremysql/)
62-
- [Power Apps documentation](https://learn.microsoft.com/en-us/power-apps/)
61+
- [Azure Database for MySQL - Connectors documentation](/connectors/azuremysql/)
62+
- [Power Apps documentation](/power-apps/)
6363

0 commit comments

Comments
 (0)