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.