This guide walks you through setting up an Azure Blob Storage account and generating a SAS URL that you will need when deploying the Chipmunk appliance.
Chipmunk stores all archived OneDrive, Exchange, and Teams data in your Azure Blob Storage account. You must create a storage account, a container, and generate a SAS URL with the correct permissions.
You’ll enter this SAS URL during the Chipmunk appliance setup process.
1. Log into Azure Portal 2. Search for Storage accounts 3. Click + Create 4. Fill out:
chipmunkarchive
5. Click Review + create, then Create
1. In the Storage Account, go to Containers
2. Click + Container
3. Name it something like chipmunkarchive
4. Set Public access level to Private (no anonymous access)
5. Click Create
1. In the Storage Account, click Shared access signature 2. Select the following permissions:
3. Set:
4. Select:
5. Click Generate SAS token and URL 6. Copy the full Blob service SAS URL
It should look like this:
https:<youraccount>.blob.core.windows.net/<container>?sp=racwdl&st=2025-05-14T02:01:06Z&se=2030-05-14T10:01:06Z&spr=https&sv=2024-11-04&sr=c&sig=<signature> ===== Step 4: Save the SAS URL ===== You will need to paste this URL into the Chipmunk setup wizard after you deploy the appliance. We recommend storing it somewhere secure until then. Do not modify the `config.json` manually — Chipmunk’s setup process will populate it for you. ===== Tips ===== * Ensure the SAS token is long-lived (multi-year) to avoid service interruptions. * Do not use storage account keys — only use the generated SAS URL. * The container name and URL must match exactly. —– Next: Set up your DNS and TLS certificate chipmunk azure blob storage sas setup