Skip to content

Commit 53059cb

Browse files
Live Publish (11/04/2024 11:00:01 PM)
2 parents 02cc959 + 66abd3e commit 53059cb

18 files changed

+392
-249
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9211,6 +9211,11 @@
92119211
"redirect_document_id": "false"
92129212
},
92139213
{
9214+
"source_path": "powerapps-docs/maker/canvas-apps/connections/connection-azure-sqldatabase.md",
9215+
"redirect_url": "/power-apps/maker/canvas-apps/connections/sql-connection-overview",
9216+
"redirect_document_id": "false"
9217+
},
9218+
{
92149219
"source_path": "powerapps-docs/learning-catalog/administrator.md",
92159220
"redirect_url": "/training/browse/?expanded=power-platform&products=power-apps",
92169221
"redirect_document_id": "false"

powerapps-docs/maker/TOC.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,14 @@
354354
href: canvas-apps/connections/connection-sharepoint-online.md
355355
- name: SQL Server
356356
items:
357-
- name: Connect to SQL Server from Power Apps
358-
href: canvas-apps/connections/connection-azure-sqldatabase.md
359-
- name: Use SQL Server securely with Power Apps
357+
- name: Connect to SQL Server overview
358+
href: canvas-apps/connections/sql-connection-overview.md
359+
- name: Connect to SQL Server securely
360360
href: canvas-apps/connections/sql-server-security.md
361+
- name: Access data
362+
href: canvas-apps/connections/sql-connection-access-data.md
363+
- name: View results
364+
href: canvas-apps/connections/sql-connection-view-results.md
361365
- name: Twitter
362366
href: canvas-apps/connections/connection-twitter.md
363367
- name: Add a connection

powerapps-docs/maker/canvas-apps/add-data-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Your [next step](#next-steps) after this article is to display and manage data f
3838
1. To create a new connection, search for or select a connector such as SharePoint.
3939
1. Select **Add a connection** to both create the connection and add it to your app.
4040

41-
Some connectors, such as **Office 365 Outlook**, require no additional steps, and you can show data from them immediately. Other connectors prompt you to provide credentials, specify a particular set of data, or perform other steps. For example, [SharePoint](connections/connection-sharepoint-online.md) and [SQL Server](connections/connection-azure-sqldatabase.md) require additional information before you can use them. With [Dataverse](connections/connection-common-data-service.md), you can change the environment before you select a table.
41+
Some connectors, such as **Office 365 Outlook**, require no additional steps, and you can show data from them immediately. Other connectors prompt you to provide credentials, specify a particular set of data, or perform other steps. For example, [SharePoint](connections/connection-sharepoint-online.md) and [SQL Server](connections/sql-connection-overview.md) require additional information before you can use them. With [Dataverse](connections/connection-common-data-service.md), you can change the environment before you select a table.
4242

4343
## Identify or change a data source
4444
If you're updating an app, you might need to identify or change the source of data that appears in a gallery, a form, or another control. For example, you might need to identify a data source as you update an app that someone else created or that you created long ago.

powerapps-docs/maker/canvas-apps/add-manage-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In addition to creating and managing connections in [powerapps.com](https://make
7272
For example, these connectors require additional information before you can use them.
7373

7474
* [SharePoint](connections/connection-sharepoint-online.md)
75-
* [SQL Server](connections/connection-azure-sqldatabase.md)
75+
* [SQL Server](connections/sql-connection-overview.md)
7676

7777
The new connector appears under **Connections**, and you can [add it to an app](add-data-connection.md).
7878

powerapps-docs/maker/canvas-apps/common-performance-issue-resolutions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Developer tools for most browsers allow you to profile memory. It helps you visu
106106

107107
## Performance considerations for the SQL Server connector
108108

109-
You can use the [SQL Server connector](connections/connection-azure-sqldatabase.md) for Power Apps to connect to SQL Server on-premises or Azure SQL Database. This section describes common performance-related problems and resolutions for using this connector for a canvas app. More information: [Connect to SQL Server from Power Apps](connections/connection-azure-sqldatabase.md)
109+
You can use the [SQL Server connector](connections/sql-connection-overview.md) for Power Apps to connect to SQL Server on-premises or Azure SQL Database. This section describes common performance-related problems and resolutions for using this connector for a canvas app.
110110

111111
> [!NOTE]
112112
> Though this section references the SQL Server connector for performance issues and resolutions, most of the recommendations also apply to using any database type—such as MySQL or PostgreSQL—as the data source.

0 commit comments

Comments
 (0)