Skip to content

Commit 5c966d6

Browse files
Merge pull request #217706 from inward-eye/main
how to troubleshoot policies
2 parents c79d7d9 + 61a621c commit 5c966d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/purview/troubleshoot-policy-distribution.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ms.date: 11/08/2022
1313

1414
[!INCLUDE [feature-in-preview](includes/feature-in-preview.md)]
1515

16-
In this tutorial, learn how to programmatically fetch access policies that were created in Microsoft Purview. With this you can troubleshoot the communication of policies between Microsoft Purview, where policies are created and updated and the data sources on which these policies are enforced.
17-
This guide will use Arc-enabled SQL Server as an example of data source.
16+
In this tutorial, learn how to programmatically fetch access policies that were created in Microsoft Purview. With this you can troubleshoot the communication of policies between Microsoft Purview, where policies are created and updated, and the data sources on which these policies are enforced.
17+
This guide will use Azure SQL Server as an example of data source.
1818

1919
To get the necessary context about Microsoft Purview policies, see concept guides listed in [next-steps](#next-steps).
2020

@@ -44,7 +44,7 @@ To fetch policies via full pull, send a `GET` request to /policyElements as foll
4444
GET {{endpoint}}/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProvider}/{resourceType}/{resourceName}/policyelements?api-version={apiVersion}
4545
```
4646

47-
The path /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProvider}/{resourceType}/{resourceName} can be found by looking at the resource ID of the data source.
47+
The path /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProvider}/{resourceType}/{resourceName} matches the resource ID of the data source, which can be found under the properties for the data source in Azure portal.
4848

4949

5050
### Response status codes
@@ -75,8 +75,8 @@ GET https://relecloud-pv.purview.azure.com/pds/subscriptions/b285630c-8185-456b-
7575

7676
```json
7777
{
78-
"count": 2,
79-
"syncToken": "808:0",
78+
"count": 7,
79+
"syncToken": "820:0",
8080
"elements": [
8181
{
8282
"id": "9912572d-58bc-4835-a313-b913ac5bef97",

0 commit comments

Comments
 (0)