Skip to content

Commit 3c3c9bf

Browse files
committed
title-casing
Signed-off-by: Hannes Schulz <Hannes.Schulz@microsoft.com>
1 parent 160d34f commit 3c3c9bf

1 file changed

Lines changed: 43 additions & 43 deletions

File tree

pipeline/outputs/azure_blob.md

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -162,24 +162,24 @@ pipeline:
162162
163163
```text
164164
[SERVICE]
165-
flush 1
166-
log_level info
165+
Flush 1
166+
Log_Level info
167167

168168
[INPUT]
169-
name dummy
170-
dummy {"name": "Fluent Bit", "year": 2024}
171-
samples 1
172-
tag var.log.containers.app-default-96cbdef2340.log
169+
Name dummy
170+
Dummy {"name": "Fluent Bit", "year": 2024}
171+
Samples 1
172+
Tag var.log.containers.app-default-96cbdef2340.log
173173

174174
[OUTPUT]
175-
name azure_blob
176-
match *
177-
account_name YOUR_ACCOUNT_NAME
178-
auth_type managed_identity
179-
client_id system
180-
container_name logs
181-
auto_create_container on
182-
tls on
175+
Name azure_blob
176+
Match *
177+
Account_Name YOUR_ACCOUNT_NAME
178+
Auth_Type managed_identity
179+
Client_Id system
180+
Container_Name logs
181+
Auto_Create_Container on
182+
Tls on
183183
```
184184

185185
{% endtab %}
@@ -220,24 +220,24 @@ pipeline:
220220
221221
```text
222222
[SERVICE]
223-
flush 1
224-
log_level info
223+
Flush 1
224+
Log_Level info
225225

226226
[INPUT]
227-
name dummy
228-
dummy {"name": "Fluent Bit", "year": 2024}
229-
samples 1
230-
tag var.log.containers.app-default-96cbdef2340.log
227+
Name dummy
228+
Dummy {"name": "Fluent Bit", "year": 2024}
229+
Samples 1
230+
Tag var.log.containers.app-default-96cbdef2340.log
231231

232232
[OUTPUT]
233-
name azure_blob
234-
match *
235-
account_name YOUR_ACCOUNT_NAME
236-
auth_type managed_identity
237-
client_id YOUR_MANAGED_IDENTITY_CLIENT_ID
238-
container_name logs
239-
auto_create_container on
240-
tls on
233+
Name azure_blob
234+
Match *
235+
Account_Name YOUR_ACCOUNT_NAME
236+
Auth_Type managed_identity
237+
Client_Id YOUR_MANAGED_IDENTITY_CLIENT_ID
238+
Container_Name logs
239+
Auto_Create_Container on
240+
Tls on
241241
```
242242

243243
{% endtab %}
@@ -279,25 +279,25 @@ pipeline:
279279
280280
```text
281281
[SERVICE]
282-
flush 1
283-
log_level info
282+
Flush 1
283+
Log_Level info
284284

285285
[INPUT]
286-
name dummy
287-
dummy {"name": "Fluent Bit", "year": 2024}
288-
samples 1
289-
tag var.log.containers.app-default-96cbdef2340.log
286+
Name dummy
287+
Dummy {"name": "Fluent Bit", "year": 2024}
288+
Samples 1
289+
Tag var.log.containers.app-default-96cbdef2340.log
290290

291291
[OUTPUT]
292-
name azure_blob
293-
match *
294-
account_name YOUR_ACCOUNT_NAME
295-
auth_type workload_identity
296-
client_id YOUR_CLIENT_ID
297-
tenant_id YOUR_TENANT_ID
298-
container_name logs
299-
auto_create_container on
300-
tls on
292+
Name azure_blob
293+
Match *
294+
Account_Name YOUR_ACCOUNT_NAME
295+
Auth_Type workload_identity
296+
Client_Id YOUR_CLIENT_ID
297+
Tenant_Id YOUR_TENANT_ID
298+
Container_Name logs
299+
Auto_Create_Container on
300+
Tls on
301301
```
302302

303303
{% endtab %}

0 commit comments

Comments
 (0)