From 8424131d7fce5d95b9420256827b68dc00717b06 Mon Sep 17 00:00:00 2001 From: jhYun505 Date: Sat, 3 Dec 2022 20:53:55 +0900 Subject: [PATCH] remove original text $ typo fix --- .../lessons/2-store-location-data/translations/README.ko.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/3-transport/lessons/2-store-location-data/translations/README.ko.md b/3-transport/lessons/2-store-location-data/translations/README.ko.md index b4cd489d..22ebf008 100644 --- a/3-transport/lessons/2-store-location-data/translations/README.ko.md +++ b/3-transport/lessons/2-store-location-data/translations/README.ko.md @@ -382,7 +382,7 @@ Queue 스토리지를 사용하면 최대 64KB 크기의 메시지를 큐에 저 `key1`의 값을 복사합니다. - 1. 다음 명령어를 실행하여 컨테이너읭 Blob을 나열합니다. + 1. 다음 명령어를 실행하여 컨테이너의 Blob을 나열합니다. ```sh az storage blob list --container-name gps-data \ @@ -414,11 +414,8 @@ Queue 스토리지를 사용하면 최대 64KB 크기의 메시지를 큐에 저 --file ``` - Replace `` with the name of the storage account, and `` with the value of `key1` you copied in the earlier step. ``를 스토리지 계정의 이름으로 바꿉니다. `` 값을 이전 단계에서 복사한 `` 값으로 바꿉니다. - Replace `` with the full name from the `Name` column of the output of the last step, including the folder name. Replace `` with the name of a local file to save the blob to. - 폴더 이름을 포함하여 마지막 단계 출력의 `Name` 열에 있는 전체 이름으로 ``을 바꿉니다. ``을 blob을 저장할 로컬 파일의 이름으로 바꿉니다. 다운로드가 완료되면 이 JSON 파일을 VS Code에서 열 수 있으며 GPS 위치 세부 정보가 포함된 Blob이 표시됩니다: