Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Azure Blob Storage Filesystem Documentation
The Azure Blob Storage Filesystem allows you to connect to a Blob Storage container and use it as a filesystem within Alumio.Configuration
| Field | Description |
|---|---|
| Container | Name of the storage container. The container must exist before it can be used. |
| Authentication | The authentication method to use. Supported options are connection string or shared key. See Connection Methods for details. |
| Connection string | The connection string provided by Azure Storage. This can be based on an access key or a SAS token. |
| Storage URL | The URL of your Azure Blob Storage account. It should include your account name, for example https://companyname.blob.core.windows.net. |
| Azure account name | The name of the Azure Storage account you want to connect to. |
| Azure shared key | The shared key for your Azure Storage account. |
Connection Methods
You can connect to your Azure Storage account using one of the following methods:- Connection string
- Shared key
Connection String (Recommended)
A connection string can be created in the Azure portal. It allows access using either a shared access signature (SAS) or access keys.- A SAS token can be configured with limited scope, such as read-only access and restricted permissions.
- Access keys provide full access to the storage account.
Retrieve a Connection String Using Access Keys
- Go to https://portal.azure.com
- Open your Storage Account
- In the left menu, navigate to:
Security + networking > Access keys - Locate the following:
- Key1 and Key2
- Connection string
- Click Show keys if they are hidden
- Copy the connection string
Create a Connection String Using a SAS Token
Use a SAS token if you want to limit permissions, set an expiry date, or restrict access by IP address.- Go to https://portal.azure.com
- Open your Storage Account
- In the left menu, navigate to:
Security + networking > Shared access signature - Configure the settings:
- Enable Blob under Allowed services
- Select the required permissions such as read or write
- Set the start and expiry date
- Click Generate SAS and connection string
- Copy the generated connection string
Shared Key
If a connection string is not available, you can connect using a shared key. You will need the following details:- Account name
- Shared key
- Container name
- Go to https://portal.azure.com
- Open your Storage Account
- In the left menu, navigate to:
Security + networking > Access keys - Copy the account name and one of the shared keys