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/troubleshoot-policy-distribution.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,13 +38,16 @@ The policy distribution endpoint can be constructed from the Microsoft Purview a
38
38
## Full pull
39
39
40
40
### Request
41
-
To fetch policies via full pull, send a `GET` request to /policyElements as follows:
41
+
To fetch policies for a data source via full pull, send a `GET` request to /policyElements as follows:
42
42
43
43
```
44
44
GET {{endpoint}}/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProvider}/{resourceType}/{resourceName}/policyelements?api-version={apiVersion}
45
45
```
46
46
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.
47
+
where the path /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProvider}/{resourceType}/{resourceName} matches the resource ID for the data source.
48
+
49
+
>[!Tip]
50
+
> The resource ID can be found under the properties for the data source in Azure portal.
48
51
49
52
50
53
### Response status codes
@@ -61,8 +64,8 @@ The path /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/prov
61
64
### Example for Azure SQL Database (Azure SQL Server)
0 commit comments