Azure Blobs¶
Azure blobs are displayed in a details list with a file and folder explorer experience.
Configuration¶
To display blobs from an Azure Blob Conatiner the webpart requires the following configuration:
| Property | Description |
|---|---|
| Storage URI | The URI of the file share in the storage account. Do not include the name of the file share. |
| SAS Token | The shared access token used for granting shared access to the file share. This can be configured at the storage account or for the individual file share. |
| Container Name | The container to be used to display blobs. Disabled until the Storage URI and SAS Token are configured to list the file shares in the storage account. |
| Folder Name | Optional folder name to be used as a root. Must be a direct child of the specified container. Disabled until a container is selected. |
Display¶
Blobs are displayed in a details list with the following columns:
- Name
- Size (files only)
- Modified (Date)
A file and folder experience can be used to navigate the container.
A breadcrumb will display above the details list to display the current path.
Users can refresh the current data using the refresh button above the details list.
Display Settings¶
Display settings controls enable different interaction with blob items for the user.
Some controls are based on the permission for the SAS token, ensure you have configured the correct permissions for enabling edit, creating and deleting.
| Property | Description |
|---|---|
| Disable Download | When disabled users can download items using the select items. |
| Disable Copy URL | When disabled users can copy the URL of a file using the copy button in each row. |
| Disable Upload | When disabled users can upload items from their local files using the upload file button above the details list. |