Prerequisites to create a Microsoft Azure Blob Storage V3 connection

Prerequisites to create a Microsoft Azure Blob Storage V3 connection

Get SAS token from the Azure Portal

Get SAS token from the Azure Portal

Perform the following steps to get the SAS token for the container from the Azure portal:
  1. Navigate to the blob container.
  2. Under
    Settings
    , click
    Shared access tokens
    .
  3. In the
    Signing method
    field, select
    Account key
    or
    User delegation key
    .
    If you use the User delegation key signing method, ensure that you have the Storage Blob Data Owner role for the container or the storage account.
  4. If you select the Account key signing method, select the
    Signing key
    .
  5. In the
    Permissions
    field, select
    Read
    ,
    Write
    ,
    Delete
    ,
    List
    , and
    Create
    .
  6. Set the start and expiry date during which the SAS token is valid.
  7. In the
    Allowed IP addresses
    field, specify a public IP address or a range of public IP addresses.
    When you read Avro or Parquet files, do not specify the IP address.
  8. Click
    Generate SAS token and URL
    and make a note of the SAS token.

0 COMMENTS

We’d like to hear from you!