Prerequisites to create a Microsoft Azure Blob Storage V3 connection

Prerequisites to create a Microsoft Azure Blob Storage V3 connection

Get SAS token for the storage account

Get SAS token for the storage account

You can get the SAS taken for the storage account from the Azure portal.
  1. Navigate to the storage account.
  2. Under
    Security + Networking
    , click
    Shared access signature
    .
  3. In the
    Allowed services
    field, select
    Blob
    .
  4. In the
    Allowed resource types
    field, select
    Container
    and
    Object
    .
  5. In the
    Allowed 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. In the
    Preferred routing tier
    field, select
    Basic
    .
  9. Select the
    Signing key
    .
  10. Click
    Generate SAS and connection string
    and make a note of the SAS token.

0 COMMENTS

We’d like to hear from you!