File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
212212127.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 -
213213127.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 -
214214127.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+ ```
You can’t perform that action at this time.
0 commit comments