Microsoft Azure Blob Storage (ABS) Destination
Use your existing storage account or create one if needed.
Follow the steps in the Azure Storage Account documentation to create one.
Create a Blob Container.
Follow the steps in the Azure Blob Storage documentation to create a blob container within your storage account.
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:
Navigate to your storage account in the Azure portal.
Go to Settings > Select Shared access signature.
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
Click Generate SAS and connection string.
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.