Skip to content

Commit 53fa9db

Browse files
authored
Live publish
2 parents 0cc62c4 + dfa0072 commit 53fa9db

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

.acrolinx-config.edn

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
{:allowed-branchname-matches ["^main$"]
1+
{:allowed-branchname-matches ["main"]
22
:allowed-filename-matches ["(?i)powerapps-docs/(?:(?!developer/data-platform/reference/entities))"]
3-
:guidance-profile "dc59e3ef-24fd-46d7-9156-0491aaae6bef" ;; Profile ID for "BAG-specific"
43
:use-skip-label true
4+
:targets
5+
{
6+
:scores
7+
{
8+
:qualityscore 80
9+
}
10+
}
11+
:guidance-profile "66710a49-7773-43f4-b6d8-66b63b5e431f" ;; testing March 2023 updated guidelines - BAG
512
:acrolinx-check-settings
613
{
714
"languageId" "en"
@@ -13,4 +20,19 @@
1320
]
1421
"termSetNames" ["BAG" "Microsoft" "Products"]
1522
}
23+
24+
:template-header
25+
"
26+
## Acrolinx score
27+
28+
**A minimum total score of 80 is required. The total score is an average of the subscores.**
29+
Select **Total score** to review the Acrolinx scorecard for your article. Try to increase your individual scores, ex. Correctness. Your article will be clearer and more consistent with Microsoft standards.
30+
31+
| Article | **Total score**<br />**Required: 80** | Word and phrases<br />(Brand, terms)<br />Preferred: 100 | Correctness<br />(Spelling, grammar)<br />Preferred: 100 | Clarity<br />(Readability)<br />Preferred: 80 |
32+
|---------|:------------------------------------:|:--------------------------------------------------------:|:--------------------------------------------------------:|:---------------------------------------------:|
33+
"
34+
35+
:template-change
36+
"| ${s/status} ${s/file} | [${acrolinx/qualityscore}](${acrolinx/scorecard}) | ${acrolinx/scores/words_and_phrases} | ${acrolinx/scores/correctness} | ${acrolinx/scores/clarity} |
37+
"
1638
}

powerapps-docs/developer/data-platform/email-activity-entities.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Email activity tables (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "The email activity in lets you track and manage email communications with customers." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.date: 05/25/2023
4+
ms.date: 06/01/2023
55
ms.reviewer: pehecke
66
ms.topic: article
77
author: DanaMartens # GitHub ID
@@ -117,6 +117,9 @@ The data migration from Dataverse relation store to Azure Blob storage for all c
117117

118118
This data migration will be transparent to you with the exception that you will see a reduction in the size of the [ActivityPointer](reference/entities/activitypointer.md) table after the migration process is fully completed. In Power Platform admin center within the **Capacity** report, a new email line item will be available in **File usage**. The end result is an increase in the overall File storage consumption and reduction in the database storage consumed.
119119

120+
> [!NOTE]
121+
> The increase in File storage will may be smaller than what is removed from the ActivityPointer table due to compression of file data.
122+
120123
The limitations mentioned in the next section will start applying to any data that has already moved to the Dataverse managed Azure blob storage even if all the data movement is not complete.
121124

122125
### Search and filtering limitations

powerapps-docs/developer/data-platform/write-plug-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ More information about handling exceptions: [Handle exceptions in plug-ins](hand
179179
When writing your plug-in, it is critical that it must execute efficiently and quickly. However long your plug-in takes to execute causes the end user that invoked the message operation (which triggered your plug-in) to wait. In addition to processing the message operation, Dataverse executes all registered synchronous plug-ins in the pipeline including your plug-in. When plug-ins take too long to execute, or if too many plug-ins are registered in a pipeline, this can result in a non-responsive application UI or worst case a timeout error with pipeline rollback.
180180

181181
> [!IMPORTANT]
182-
> Plug-ins must adhere to an execution time limit.
182+
> Plug-ins must adhere to an execution time limit and resource constraints.
183183
> More information: [Anaylyze plug-in performance](analyze-performance.md)
184184

185185
## Using early-bound types in plug-in code

0 commit comments

Comments
 (0)