Skip to content

modify-azure-blob-storage

Allows you to modify an Azure Blob storage in the S-Filer Portal solution.

Syntax:

shell
sfiler-cli [options] modify-azure-blob-storage [command options]
Command optionsRequired / OptionalDescription
-nRequiredThe Azure Blob storage name.
-nnOptionalThe Azure Blob storage new name.
-dOptionalThe Azure Blob storage description.
-sOptionalThe Azure Blob storage status.
-csOptionalThe Azure Blob storage connection string.
-cnOptionalThe Azure Blob storage container name.
-fOptionalThe force update (skip warnings and optional validations).

Example:

This command changes the name of an Azure Blob storage space from "Azure Blob Storage" to "The new Azure Blob Storage".

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" delete-storage -n "Azure Blob Storage" -nn "The new Azure Blob Storage"