Access authentication settings for Azure Blob Storage (Linux)
You must set the access authentication settings for object storage for the system environment variables for Linux.
For each object storage that you use, set the system environment variables by using the following commands:
[When using sh]
$ AZURE_STORAGE_ACCOUNT=xxxxxxxxx $ export AZURE_STORAGE_ACCOUNT $ AZURE_STORAGE_SAS_TOKEN=xxxxxxxxxxxxx $ export AZURE_STORAGE_SAS_TOKEN
[When using csh]
$ setenv AZURE_STORAGE_ACCOUNT xxxxxxxxx $ setenv AZURE_STORAGE_SAS_TOKEN xxxxxxxxxxxxx