Skip to content

Commit 0e97081

Browse files
committed
Fixed a fake shared key and acount name in azure blob output plugin docs. Issue #1897.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 7a4e178 commit 0e97081

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pipeline/outputs/azure_blob.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ pipeline:
158158
outputs:
159159
- name: azure_blog
160160
match: "*"
161-
account_name: devstoreaccount1
162-
shared_key: Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz
161+
account_name: INSERT_ACCOUNT_NAME
162+
shared_key: INSERT_SHARED_KEY
163163
path: kubernetes
164164
container_name: logs
165165
auto_create_container: on
@@ -185,8 +185,8 @@ pipeline:
185185
[OUTPUT]
186186
name azure_blob
187187
match *
188-
account_name devstoreaccount1
189-
shared_key Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz
188+
account_name INSERT_ACCOUNT_NAME
189+
shared_key INSERT_SHARED_KEY
190190
path kubernetes
191191
container_name logs
192192
auto_create_container on
@@ -212,4 +212,4 @@ Azurite Queue service is successfully listening at http://127.0.0.1:10001
212212
127.0.0.1 - - [03/Sep/2020:17:40:03 +0000] "PUT /devstoreaccount1/logs/kubernetes/var.log.containers.app-default-96cbdef2340.log?comp=appendblock HTTP/1.1" 404 -
213213
127.0.0.1 - - [03/Sep/2020:17:40:03 +0000] "PUT /devstoreaccount1/logs/kubernetes/var.log.containers.app-default-96cbdef2340.log HTTP/1.1" 201 -
214214
127.0.0.1 - - [03/Sep/2020:17:40:04 +0000] "PUT /devstoreaccount1/logs/kubernetes/var.log.containers.app-default-96cbdef2340.log?comp=appendblock HTTP/1.1" 201 -
215-
```
215+
```

0 commit comments

Comments
 (0)