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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,8 @@ ms.date: 03/01/2023
13
13
14
14
[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.
15
15
16
-
## Run CRUD operations
17
-
18
-
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.
16
+
## Azure Database for MySQL connector
17
+
[Azure Database for MySQLconnector](/connectors/azuremysql/) allows you to perform read, write, and delete operations with data stored in Azure Database for MySQL in addition to connecting to the database. Here is the list of actions you can run using the connector with Power Apps.
19
18
20
19
|**Operation**|**Purpose**|
21
20
| --- | --- |
@@ -38,7 +37,8 @@ You may experience throttling limits if you hit the threshold of running 200 API
38
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.
39
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":::
40
39
41
-
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.
40
+
>[!NOTE]
41
+
> 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.
42
42
43
43
## Create a new Power App
44
44
@@ -53,7 +53,8 @@ You can create a new Power App from scratch or use Dataverse to get started quic
53
53
3. You can see a simple app created which lists all the customers from **classicmodels.customers** table.
54
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":::
55
55
56
-
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.
56
+
## Customize your app
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