Skip to content

Commit ac3d692

Browse files
committed
Changing formatting
1 parent 97153a0 commit ac3d692

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

articles/azure-monitor/logs/logs-table-plans.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ PATCH https://management.azure.com/subscriptions/<subscriptionId>/resourcegroups
8080
| --- | --- | --- |
8181
|properties.plan | string | The table plan. Possible values are `Analytics` and `Basic`.|
8282

83-
**Example**
83+
#### Example
8484

8585
This example configures the `ContainerLogV2` table for Basic logs.
8686

8787
Container Insights uses `ContainerLog` by default. To switch to using `ContainerLogV2` for Container insights, [enable the ContainerLogV2 schema](../containers/container-insights-logging-v2.md) before you convert the table to Basic logs.
8888

89-
**Sample request**
89+
* **Sample request**
9090

9191
```http
9292
PATCH https://management.azure.com/subscriptions/ContosoSID/resourcegroups/ContosoRG/providers/Microsoft.OperationalInsights/workspaces/ContosoWorkspace/tables/ContainerLogV2?api-version=2021-12-01-preview
@@ -112,26 +112,26 @@ Container Insights uses `ContainerLog` by default. To switch to using `Container
112112
}
113113
```
114114
115-
**Sample response**
115+
* **Sample response**
116116
117-
This sample is the response for a table changed to Basic logs:
118-
119-
Status code: 200
120-
121-
```http
122-
{
123-
"properties": {
124-
"retentionInDays": 30,
125-
"totalRetentionInDays": 30,
126-
"archiveRetentionInDays": 22,
127-
"plan": "Basic",
128-
"lastPlanModifiedDate": "2022-01-01T14:34:04.37",
129-
"schema": {...}
130-
},
131-
"id": "subscriptions/ContosoSID/resourcegroups/ContosoRG/providers/Microsoft.OperationalInsights/workspaces/ContosoWorkspace",
132-
"name": "ContainerLogV2"
133-
}
134-
```
117+
This sample is the response for a table changed to Basic logs:
118+
119+
Status code: 200
120+
121+
```http
122+
{
123+
"properties": {
124+
"retentionInDays": 30,
125+
"totalRetentionInDays": 30,
126+
"archiveRetentionInDays": 22,
127+
"plan": "Basic",
128+
"lastPlanModifiedDate": "2022-01-01T14:34:04.37",
129+
"schema": {...}
130+
},
131+
"id": "subscriptions/ContosoSID/resourcegroups/ContosoRG/providers/Microsoft.OperationalInsights/workspaces/ContosoWorkspace",
132+
"name": "ContainerLogV2"
133+
}
134+
```
135135
136136
### [CLI](#tab/cli-1)
137137

0 commit comments

Comments
 (0)