Microsoft Azure Upload Configuration
Add your Azure upload_credentials
For an Azure Source, you will need to generate a new shared access signature (SAS) token. To generate your SAS string, use the Shared Access Signature Settings
page for the storage account. Change the following settings:
- Allowed Services: Select
File
orBlob
, depending on the service type. - Allowed Resource Types: Select only
Container
andObject
. - Allowed Permissions: Select
Read
,List
, andWrite
. - Start and Expiry Date/Time: Change the end date to “2029-01-01” or choose a date at least one year in the future.
Finally, click Generate SAS and connection string. Below that is a text box labeled “SAS token”. The token begins with “?sv=”. The contents of this text box are your SAS token.