Permissions

Shared access signature configuration

The minimal, required permissions (only for backup task, if you want to use replication tasks you have to extend permissions) to configure the Azure Blob Storage to work with: Allowed services:

  • Blob

Allowed resources types:

  • Container Objects

Allowed permissions:

  • Read

  • Write

  • Delete

  • List

If you want to use replication tasks when granting permissions, you have to: give full permissions or extend them with "Add" and "Create".

Allowed permissions for replication:

  • Read

  • Write

  • Delete

  • List

  • Add

  • Create

The connection string generation

Generation the connection string with the specified permissions

  1. Log in as an administrator to the Azure webiste

  2. Select the storage and hit the "Shared Acces Signature" in the "Settings" tab.

  3. In the opened window select the permissions described in the "Shared access signature configuration" section of this article.

  4. Hit the "Generate connection parameters and shared access signature" button

Generation the connection string with the full permissions

  1. Log in as an administrator to the Azure Website

  2. Select the storage

  3. Open the "Access keys" tab in the "Settings" section

More details about how to create or edit a bucket policy available on Azure Blob Storage documentation: Adding a bucket policy

Last updated