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/purview/how-to-monitor-data-map-population.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ In Microsoft Purview, you can scan various types of data sources and view the sc
15
15
16
16
## Monitor scan runs
17
17
18
-
1. Open the the Microsoft Purview governance portal by:
18
+
1. Open the Microsoft Purview governance portal by:
19
19
20
20
- Browsing directly to [https://web.purview.azure.com](https://web.purview.azure.com) and selecting your Microsoft Purview account.
21
21
- 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:
62
62
| Failed | The scan phase fails. You can check the error details by clicking the "More info" link next to it. |
63
63
| Canceled | The scan run is canceled by user. |
64
64
| 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. |
67
67
68
68
The scan run is not charged during "Throttled" or "Queued" status.
69
69
@@ -93,7 +93,7 @@ You can click the **run ID** to check more about the scan run details:
93
93
94
94
## View the exception log (Preview)
95
95
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.
97
97
98
98
The following table shows the schema of a log file.
99
99
@@ -102,7 +102,7 @@ The following table shows the schema of a log file.
102
102
| TimeStamp | The UTC timestamp when the ingestion operation happens.|
103
103
| ErrorCode | Error code of the exception. |
104
104
| 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. |
106
106
107
107
Currently, the exception log doesn't include failures happened during scan phase (metadata discovery). It will be added later.
Copy file name to clipboardExpand all lines: articles/purview/register-scan-salesforce.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ When object is deleted from the data source, currently the subsequent scan won't
38
38
- 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).
39
39
- A Salesforce connected app, which will be used to access your Salesforce information.
40
40
- 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).
42
42
43
43
> [!NOTE]
44
44
> **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