Step 1: create an access token
Open the storage account
In the Azure portal, navigate to the Storage accounts service and click the account that contains the container you want to read from. Make a note of the storage account name and the container name.
Open the shared access signature settings
In the navigation pane, under “Security + networking”, click Shared access signature.
Configure the token permissions
Update the required accessible services and permissions:
- Under “Allowed services”, select Blob.
- Under “Allowed resource types”, select Container and Object.
- Under “Allowed permissions”, select Read and List.
If you limit network access on the storage account, add the static IP to the allowed address range so we can reach the container. Reach out to your account representative for the static IP address to use.
Step 2: submit your connection details
Provide the following details to complete the source setup:- The name is a descriptive name of the source.
- The storage account name from Step 1.
- The container name from Step 1.
- The Storage account SAS token from Step 1.
