Scan Azure Blob StorageΒΆ

It is possible to use SpaceObServer to scan an Azure Blob Storage. This requires the name of the container you want to scan, as well as the storage account name and the corresponding access key.

Optionally, you can provide a path as well to scan a certain directory inside the container instead of the whole container. The access key and the storage account name can both be found in the Azure portal. Additionally, the access key can be renewed there.

It is possible to provide the credentials as part of the path:

azureblob://Username:AccessKey@ContainerName/Path.

Alternatively, you can use:

azureblob://ContainerName/Path

and the program will ask you for credentials afterward.