Skip to content

Commit fcc2f59

Browse files
committed
Learn Editor: Update privacy-data-collection-and-reporting.md
1 parent 9919940 commit fcc2f59

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

articles/azure-arc/data/privacy-data-collection-and-reporting.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,16 @@ The following JSON document is an example of the SQL Server database - Azure Arc
198198
- Last uploaded date from on-premises cluster.
199199
- `System.DateTime: LastUploadedDate`
200200
- Data controller state
201-
- `string: ProvisioningState`
201+
- `string: ProvisioningState`
202+
203+
204+
The following JSON document is an example of the SQL Server - Azure Arc resource.
205+
206+
202207

208+
```json
209+
210+
```
203211

204212

205213
### PostgreSQL server - Azure Arc
@@ -222,7 +230,7 @@ The following JSON document is an example of the SQL Server database - Azure Arc
222230
- Username and password for basic authentication
223231
- `public: BasicLoginInformation BasicLoginInformation`
224232
- The raw Kubernetes information (`kubectl get postgres12`)
225-
- `object: K8sRaw` [Details](https://github.com/microsoft/azure_arc/tree/main/arc_data_services/crds)
233+
- `object: K8sRaw` [Details](https://github.com/microsoft/azure_arc/tree/main/arc_data_services/crds)
226234
- Last uploaded date from on premises cluster.
227235
- `System.DateTime: LastUploadedDate`
228236
- Group provisioning state
@@ -376,3 +384,4 @@ In support situations, you may be asked to provide database instance logs, Kuber
376384
## Next steps
377385
[Upload usage data to Azure Monitor](upload-usage-data.md)
378386

387+

0 commit comments

Comments
 (0)