Unify and manage your data

Create Staging SAS tokens for Databricks

Learn how to create Azure SAS tokens for Databricks to access the Staging container.

Before you create Azure SAS tokens, you must have created Azure containers. For more information, see topic Create an Azure storage account container.
Shared access signature (SAS) tokens provide secure, delegated access to resources in your Azure storage account.
To create Azure staging SAS tokens for Databricks:
  1. In the Microsoft Azure portal Azure services section, select your storage account.
  2. Under Security + networking, select Shared access signature.
  3. Depending on the file detection mode, select the values:
    File Notification ModeDirectory Listing Mode
    • Allowed services: Select Blob and Queue.

    • Allowed resource types: Select Container and Object.

    • Allowed permissions: Select Read, Write, Delete, List, Add, Create, Update, Process, and Permanent delete.

    • Blob versioning permissions:: Select Enables deletion of versions.

    • 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

    • Allowed services: Select Blob.

    • Allowed resource types: Select Container and Object.

    • Allowed permissions: Select Read and List.

    • Blob versioning permissions:: Select Enables deletion of versions.

    • 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.
For general information, see Create SAS tokens for storage containers in the Microsoft Azure documentation .