(SM-1903) Azure Blob
Azure Blob is designed to store files and small rows of data on a large scale without advanced query capabilities.
For more information, see Blob Storage.
Setup
Storage type: AZURE_BLOB
Storage Parameters:
- HTTP RFC Destination
Create the value with the transaction SM59.
Then. create a RFC connection of the G type with the following parameters:
- Target Host - custom domain in the format <storage-account-name>.blob.core.windows.net, see more information in the official MS documentation.
- HTTP Version - use HTTP 1.1
- SAS token
Value of SAS token can be generated from the Azure portal page.
You can find more information about SAS token under Using shared access signatures (SAS).
SAS token value alerts:
- Remove a question mark '?' character at the beginning of the generated SAS token.
- If a value ends with '%3D', replace it with the equals sign '='.