Skip to content

Commit 155b066

Browse files
authored
Merge branch 'main' into dataverse-acc-plugin-monitoring
2 parents 07a2855 + afaaab2 commit 155b066

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

powerapps-docs/developer/test-engine/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Power Apps Test Engine overview (preview)
33
description: Learn about how you can automate tests of standalone canvas apps using the Power Apps Test Engine within Power Platform CLI.
44
author: pvillads
55
ms.author: pvillads
6-
ms.date: 08/16/2023
6+
ms.date: 05/14/2024
77
ms.reviewer: jdaly
88
ms.topic: article
99
contributors:
@@ -159,7 +159,8 @@ If you move an app that is _not_ part of a solution to a new environment, you'll
159159

160160
### See also
161161

162+
[Power Apps Test Engine release notes](https://github.com/microsoft/PowerApps-TestEngine/releases)
162163
[Power Apps Test Engine YAML format (preview)](yaml.md)
163-
[Power Apps Test Engine Power Fx functions (preview)](powerfx.md)
164+
[Power Apps Test Engine Power Fx functions (preview)](powerfx.md)
164165

165166
[!INCLUDE [footer-banner](../../includes/footer-banner.md)]

powerapps-docs/maker/data-platform/azure-synapse-link-notifications.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: template-how-to
1313

1414
The state of your Azure Synapse Link for Dataverse is stored in a Microsoft Dataverse table with real-time updates. You can customize a notification using Power Automate flows or Power BI to stay on top of the state of your Azure Synapse Link for Dataverse activity instead of manually checking the Azure Synapse Link for Dataverse profile page in Power Apps (make.powerapps.com).
1515

16-
The Azure Synapse Link for Dataverse profile and its synchronization status are stored in six system generated read-only tables within Dataverse. These tables are designed to refresh and update in real-time, ensuring that the information contained within them remains accurate and up to date at all times.
16+
The Azure Synapse Link for Dataverse profile and its synchronization status are stored in six system-generated read-only tables within Dataverse. These tables are designed to refresh and update in real time, ensuring that the information contained within them remains accurate and up to date at all times.
1717

1818
## How notification works with Azure Synapse Link for Dataverse
1919

@@ -23,13 +23,13 @@ To customize a notification, monitor the data changes in a Dataverse table relat
2323

2424
We recommend users have the appropriate Power Platform licensing to use Power Automate to customize the trigger function. Use the Dataverse connector, which triggers a flow when a row is added, modified, or deleted in the selected Dataverse table. More information: [Trigger flows when a row is added, modified, or deleted - Power Automate](/power-automate/dataverse/create-update-delete-trigger)
2525

26-
There are several options available for using Power Automate to send notifications. Here are several examples.
26+
Several options are available for using Power Automate to send notifications. Here are some examples.
2727

2828
|Action |Connector reference |
2929
|---------|---------|
3030
|Send a Teams instant message | [Microsoft Teams](/connectors/teams/#post-message-in-a-chat-or-channel) |
3131
|Send a text message to mobile device | [Azure Communication Services SMS](/connectors/serwersms/#send-sms-message) |
32-
|Send an Email to one or more recipients | [Mail](/connectors/sendmail/#send-an-email-notification-(v3)) <br /> [Office 365 Outlook](/connectors/office365/) |
32+
|Send an email to one or more recipients | [Mail](/connectors/sendmail/#send-an-email-notification-(v3)) <br /> [Office 365 Outlook](/connectors/office365/) |
3333
|Send a notification to Power Apps or Power BI | [Power Apps Notification](/connectors/powerappsnotification/) <br />[Power BI](/connectors/powerbi/#add-rows-to-a-dataset) |
3434

3535
## Dataverse tables and columns used to track state
@@ -45,7 +45,7 @@ Here are some useful columns for monitoring the health of your Azure Synapse Lin
4545

4646
- `EntityName` and `SynapseWorkspaceName` can be used as the primary identification of the selected table. Synapse workspace name is the same as Azure Synapse Link profile name shown in Power Apps.
4747
- `LastSynchronizedOn` returns the date and time when the latest round of the Delta Lake conversion was successfully completed for each table.
48-
- `RecordCount` returns the total number of records in the Delta Lake profile, minus soft delete records for each table.
48+
- `RecordCount` returns the total number of records in the Delta Lake profile, minus soft-delete records for each table.
4949
- `TableState` is marked as **created** if the link to the data lake and Delta Lake conversion is active and error-free.
5050

5151
A soft-delete in the Azure Synapse Link external table state table is performed: `LastSyncState` and `TableState` are marked as deleted for removed tables.
@@ -68,11 +68,11 @@ The remaining four tables provide additional details for Azure Synapse Link setu
6868

6969
|Table name |Description |Table reference |
7070
|---------|---------|---------|
71-
|Azure Synapse database | This table captures linked Azure Data Lake storage and Synapse workspace and setup metadata information. (One record per Azure Synapse Link profile.) | [synapsedatabase](/power-apps/developer/data-platform/reference/entities/synapsedatabase) |
72-
|Azure Synapse Link profile | This table captures Azure Synapse Link profile information (one record per Azure Synapse Link profile) a soft-delete in this table is performed: `ProfileState` is marked as **deleted** for deleted profile. | [synapselinkprofile](/power-apps/developer/data-platform/reference/entities/synapselinkprofile) |
71+
|Azure Synapse database | This table captures linked Azure Data Lake storage and Synapse workspace and setup metadata information (one record per Azure Synapse Link profile). | [synapsedatabase](/power-apps/developer/data-platform/reference/entities/synapsedatabase) |
72+
|Azure Synapse Link profile | This table captures Azure Synapse Link profile information (one record per Azure Synapse Link profile). A soft-delete in this table is performed: `ProfileState` is marked as **deleted** for deleted profile. | [synapselinkprofile](/power-apps/developer/data-platform/reference/entities/synapselinkprofile) |
7373
|Azure Synapse Link profile entity | This table captures entity metadata within the connected Azure Synapse Link profile (one record per synced table). | [synapselinkprofileentity](/power-apps/developer/data-platform/reference/entities/synapselinkprofileentity) |
7474
|Azure Synapse Link schedule | This table captures Azure Synapse Link profile information for incremental folder update or delta lake conversion time interval (one record per Azure Synapse Link profile). | [RecurrenceInterval](/power-apps/developer/data-platform/reference/entities/synapselinkschedule#BKMK_RecurrenceInterval) |
7575

7676
## See also
7777

78-
[What is Azure Synapse Link for Dataverse?](export-to-data-lake.md)
78+
[What is Azure Synapse Link for Dataverse?](export-to-data-lake.md)

0 commit comments

Comments
 (0)