It seems that the tool rclone
has limitation not to allow set/reset public access level to either blob or container of a container either at the time of creation or later. Container has default public access level set to private
.
Here is the rclone command to create a container if does not exists
rclone mkdir azure:mycontainer
There is azure-ctl
command that seems working fine and able to set/reset this level. However same is missing from the rclone
tool. Or possibly I'm not able to figure out how to do it using rclone
.
az storage container create
--name
--account-name
--resource-group --public-access off
--account-key
--auth-mode key
Details:
Rclone v1.48.0
Fedora 29, 64 bit