cityhallin@ubuntu:~/repos/CloudUploaderCLI$ ./clouduploader.sh ./test.txt
A storage account with the provided name cliuploader is found. Will continue to update the existing account.
(ResourceGroupNotFound) Resource group 'rg-cliuploader' could not be found.
Code: ResourceGroupNotFound
Message: Resource group 'rg-cliuploader' could not be found.
cityhallin@ubuntu:~/repos/CloudUploaderCLI$ ./clouduploader.sh ./test.txt
A storage account with the provided name cliuploader is found. Will continue to update the existing account.
(StorageAccountAlreadyTaken) The storage account named cliuploader is already taken.
Code: StorageAccountAlreadyTaken
Message: The storage account named cliuploader is already taken.
cityhallin@ubuntu:~/repos/CloudUploaderCLI$ ./clouduploader.sh ./test.txt
Public access is not permitted on this storage account.
RequestId:00000000-0000-0000-0000-000000000000
Time:2024-08-30T14:43:25.3916553Z
ErrorCode:PublicAccessNotPermitted
Hi, I tested out clouduploader.sh and found a few errors below: