Spotfire® Server and Environment - Installation and Administration

config-library-external-azure-blob-storage

Configures Azure Blob storage of library item data.

config-library-external-azure-blob-storage
[-b value | --bootstrap-config=value]
[-c value | --configuration=value]
[--container-name=value]
[--protocol=value | -p value]
[--account-name=value | -a value]
[--endpoint-suffix=value | -e value]
[--account-key=value | -k value]
[--connection-string=value]
[--key-prefix=value] 

Overview

Use this command for configuring Azure Blob storage of library data.

Options

Option Optional or Required Default Value Description
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-c value
--configuration=value
Optional configuration.xml The path to the server configuration file.
--container-name=value
Optional none The Azure Blob storage container where library data will be stored.
--protocol=value
-p value
Optional https The protocol used for communication.
--account-name=value
-a value
Optional none The account name of the Azure Blob storage account. Generally, it can be found in the 'Storage Account' tab of the Microsoft Azure Portal.
--endpoint-suffix=value
-e value
Optional none An Azure Blob storage endpoint suffix. For example, core.windows.net.
--account-key=value
-k value
Optional

If connection-string is not used, this argument is mandatory.

none An account key for the Azure Blob storage account.

When account-key is set to "default", an instance of DefaultAzureCredential is created, which combines credentials that are commonly used to authenticate when deployed. See the Azure documentation for more information.

--connection-string=value
Optional none An Azure Blob storage connection string. The provided value will be parsed and the required configuration values will be extracted.
Note: This string can be specified instead of --account-name, --account-key, --protocol and --endpoint-suffix. Do not specify any of those values if you intend to use the connection string to connect.
--key-prefix=value
Optional none The optional key prefix to use for allowing data to be stored in the equivalent of a top level folder. The following restrictions are applied:
  • It must not start with a slash (/).
  • It must end with a slash (/).
  • Valid characters are A-Z, a-z, 0-9, and / (slash).