From 0a29c8324776d6455d931e41ff9da8a8334334a6 Mon Sep 17 00:00:00 2001 From: Boian Petkantchin Date: Thu, 5 Sep 2024 06:06:42 -0500 Subject: [PATCH] Fix instructions to download/upload to sharkblobs Make the instructions point to an actual blob. --- halo-models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/halo-models.md b/halo-models.md index 5f6205e..bb5afcd 100644 --- a/halo-models.md +++ b/halo-models.md @@ -93,12 +93,12 @@ curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash And then, get the account key for the storage account by clicking on "Storage Accounts" in Azure Services or searching "sharkblobs" in the top search bar. Then, click on sharkblobs. Then, on the left side bar, under Security + networking, click on "Access keys". Copy the account key from here and use in the following command To upload: ``` -az storage blob upload --account-name sharkblobs --container-name sharkblobs --name --file --account-key +az storage blob upload --account-name sharkblobs --container-name halo-models --name --file --account-key ``` To download: ``` -az storage blob download --account-name sharkblobs --container-name sharkblobs --name --file --account-key +az storage blob download --account-name sharkblobs --container-name halo-models --name --file --account-key ``` if you are downloading from "sharkpublic" then replace instructions above by sharkpublic and get your account access key for sharkpublic.