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-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ To fetch policies via full pull, send a `GET` request to /policyElements as foll
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} can be found by looking at the resource ID of the data source.
GET https://relecloud-pv.purview.azure.com/pds/subscriptions/b285630c-8185-456b-80ae-97296561303e/resourceGroups/Finance-rg/providers/Microsoft.AzureArcData/sqlServerInstances/vm-finance/policyelements?api-version=2021-01-01-preview
69
+
GET https://relecloud-pv.purview.azure.com/pds/subscriptions/b285630c-8185-456b-80ae-97296561303e/resourceGroups/Finance-rg/providers/Microsoft.Sql/servers/relecloud-sql-srv1/policyElements?api-version=2021-01-01-preview
69
70
```
70
71
71
72
##### Example response:
@@ -121,18 +122,16 @@ Provide the syncToken you got from the prior pull in any successive delta pulls.
121
122
|500|Internal server error|Error|Backend service unavailable|Error data|
122
123
|503|Backend service unavailable|Error|Backend service unavailable|Error data|
123
124
124
-
### Example for Arc-enabled SQL Server
125
+
### Example for Azure SQL Database (Azure SQL Server)
0 commit comments