Skip to content
Monda Help Center home
Monda Help Center home

Microsoft Azure Blob Storage (ABS) Destination

  1. Use your existing storage account or create one if needed.

  2. Create a Blob Container.

  3. Generate an SAS Token.

    • Follow the steps in the Azure SAS Token documentation to generate a Shared Access Signature (SAS) token with the necessary permissions:

      1. Navigate to your storage account in the Azure portal.

      2. Go to Settings > Select Shared access signature.

      3. Configure the SAS token settings as follows:

        • Allowed services: Select "Blob"

        • Allowed resource types: Select "Service", "Container", and "Object"

        • Allowed permissions: Select "Read", "Write", "Delete", and "List"

        • Start and expiry date/ time: Set the start and expiry date/ time as needed

      4. Click Generate SAS and connection string.

  4. Record the SAS Token.

    • Record the SAS token securely for future use. The token grants the specified permissions without needing a full Azure Active Directory authentication.