Skip to content

Commit 9d3c1dd

Browse files
Merge pull request #268155 from alexbuckgit/alexbuckgit/docutune-autopr-20240305-201911-3638297-ignore-build
[BULK] DocuTune - Fix code block formatting issues (part 7)
2 parents 9788d0d + 62b220b commit 9d3c1dd

File tree

6 files changed

+336
-332
lines changed

6 files changed

+336
-332
lines changed

articles/azure-monitor/logs/notebooks-azure-monitor-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,13 @@ Send your analysis results to a custom table in your Log Analytics workspace to
204204

205205
```json
206206
[
207-
{
207+
{
208208
"TimeGenerated": "2023-03-19T19:56:43.7447391Z",
209209
"ActualUsage": 40.1,
210210
"DataType": "AzureDiagnostics"
211211
}
212212
]
213-
```
213+
```
214214

215215
1. Define the constants you need for the Logs Ingestion API:
216216

articles/azure-netapp-files/configure-customer-managed-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ How you configure a NetApp account with customer-managed keys with the Azure CLI
250250
--key-name <key> \
251251
--keyvault-resource-id <key-vault> \
252252
--user-assigned-identity $user_assigned_identity
253-
```
253+
```
254254
255255
### [Azure PowerShell](#tab/azure-powershell)
256256

articles/azure-netapp-files/performance-linux-nfs-read-ahead.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To persistently set read-ahead for NFS mounts, `udev` rules can be written as fo
9898

9999
1. Create and test `/etc/udev/rules.d/99-nfs.rules`:
100100

101-
```config
101+
```config
102102
SUBSYSTEM=="bdi", ACTION=="add", PROGRAM="<absolute_path>/awk -v bdi=$kernel 'BEGIN{ret=1} {if ($4 == bdi) {ret=0}} END{exit ret}' /proc/fs/nfsfs/volumes", ATTR{read_ahead_kb}="15380"
103103
```
104104

0 commit comments

Comments
 (0)