Skip to content

Commit 07aac27

Browse files
committed
Fix typos
1 parent 1e5d07a commit 07aac27

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/purview/how-to-monitor-data-map-population.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In Microsoft Purview, you can scan various types of data sources and view the sc
1515

1616
## Monitor scan runs
1717

18-
1. Open the the Microsoft Purview governance portal by:
18+
1. Open the Microsoft Purview governance portal by:
1919

2020
- Browsing directly to [https://web.purview.azure.com](https://web.purview.azure.com) and selecting your Microsoft Purview account.
2121
- Opening the [Azure portal](https://portal.azure.com), searching for and selecting the Microsoft Purview account. Selecting the [**the Microsoft Purview governance portal**](https://web.purview.azure.com/) button.
@@ -62,8 +62,8 @@ You can click the **run ID** to check more about the scan run details:
6262
| Failed | The scan phase fails. You can check the error details by clicking the "More info" link next to it. |
6363
| Canceled | The scan run is canceled by user. |
6464
| In Progress | The scan is running in progress. |
65-
| Queued | The scan run is waiting for available integration runtime resource.<br>If you use self-hosted integration runtime, note each node can run a number of concurrent scans at the same time depending on your machine specification (CPU and memory). More scans will be in Queued status. |
66-
| Throttled | The scan run is being throttled. It means this Microsoft Purview account at the moment has more ongoing scan runs than the allowed max concurrent count. Learn more about the limit [here](how-to-manage-quotas.md). This particular scan run will be waiting and be executed once your other ongoing scan(s) finishes. |
65+
| Queued | The scan run is waiting for available integration runtime resource.<br>If you use self-hosted integration runtime, note each node can run a number of concurrent scans at the same time depending on your machine specification (CPU and memory). More scans are in Queued status. |
66+
| Throttled | The scan run is being throttled. It means this Microsoft Purview account at the moment has more ongoing scan runs than the allowed max concurrent count. Learn more about the limit [here](how-to-manage-quotas.md). This particular scan run is waiting and will be executed once your other ongoing scan(s) finishes. |
6767

6868
The scan run is not charged during "Throttled" or "Queued" status.
6969

@@ -93,7 +93,7 @@ You can click the **run ID** to check more about the scan run details:
9393

9494
## View the exception log (Preview)
9595

96-
When some assets or relationship fail to ingest into data map during scan, e.g. ingestion status ends up as partially completed, you can see a "**Download log**" button in the [scan run details](#scan-run-details) panel. It provides exception log files which capture the details of the failures.
96+
When some assets or relationship fail to ingest into data map during scan, e.g. ingestion status ends up as partially completed, you can see a "**Download log**" button in the [scan run details](#scan-run-details) panel. It provides exception log files that capture the details of the failures.
9797

9898
The following table shows the schema of a log file.
9999

@@ -102,7 +102,7 @@ The following table shows the schema of a log file.
102102
| TimeStamp | The UTC timestamp when the ingestion operation happens.|
103103
| ErrorCode | Error code of the exception. |
104104
| OperationItem | Identifier for the failed asset/relationship, usually using the fully qualified name. |
105-
| Message | More information on which asset/relationship failed to ingest due to what reason. In case of resource set ingestion failure, it may apply to multiple assets matching the same naming pattern, and the message includes the impacted count. |
105+
| Message | More information on which asset/relationship failed to ingest due to what reason. If there is ingestion failure for resource set, it may apply to multiple assets matching the same naming pattern, and the message includes the impacted count. |
106106

107107
Currently, the exception log doesn't include failures happened during scan phase (metadata discovery). It will be added later.
108108

articles/purview/register-scan-salesforce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When object is deleted from the data source, currently the subsequent scan won't
3838
- You need Data Source Administrator and Data Reader permissions to register a source and manage it in the Microsoft Purview governance portal. For more information about permissions, see [Access control in Microsoft Purview](catalog-permissions.md).
3939
- A Salesforce connected app, which will be used to access your Salesforce information.
4040
- If you need to create a connected app, you can follow the [Salesforce documentation](https://help.salesforce.com/s/articleView?id=sf.connected_app_create_basics.htm&type=5).
41-
- You will need to [enable OAuth for you Salesforce application](https://help.salesforce.com/s/articleView?id=sf.connected_app_create_api_integration.htm&type=5).
41+
- You will need to [enable OAuth for your Salesforce application](https://help.salesforce.com/s/articleView?id=sf.connected_app_create_api_integration.htm&type=5).
4242

4343
> [!NOTE]
4444
> **If your data store is not publicly accessible** (if your data store limits access from on-premises network, private network or specific IPs, etc.), **you will need to configure a self hosted integration runtime to connect to it**.

0 commit comments

Comments
 (0)