Learn how to create Azure SAS tokens for the Data Pipeline Hub to access the Staging container.
Before you create Azure shared access signature (SAS) tokens, you must have created Azure containers. For more information, see topic Create an Azure storage account container.
SAS tokens provide secure, delegated access to resources in your Azure storage account.
To create Azure staging SAS tokens for DPH:
In the Microsoft Azure portal Azure services section, select your storage account.
Under Security + networking, select Shared access signature.
Complete the Shared access signature tab:
Allowed services: Select Blob.
Allowed resource types: Select Container and Object.
Allowed permissions: Select Read, Write, List, Add, and Create.
Blob versioning permissions:: Select Enables deletion of versions.
Allowed blob index permissions: Select Read/Write and Filter.
Start and expiry date/time: Enter a time period so the token doesn't expire quickly.
Allowed protocols: Select HTTPS only.
Select Generate SAS and connection string
Tip:Take note of the connection string value for the next steps.