Apps & Integrations
Azure Blob Storage
Upload screenshots to an Azure Blob Storage container using a SAS URL.
How it works
ScreenshotCenter uploads files to your Azure Blob container using a Shared Access Signature (SAS) URL that you generate. No Azure credentials are stored on our side.
Setup
- In the Azure Portal, open your Storage Account.
- Create or select a container.
- Go to Shared access tokens for the container.
- Grant Write and Create permissions with an appropriate expiry.
- Copy the generated SAS URL and paste it into the Container SAS URL field.
Configuration
- Container SAS URL (required) — full SAS URL, e.g.
https://account.blob.core.windows.net/container?sv=... - Pathname (required) — path template. See Path Template.
Notes
Refresh your SAS URL before it expires, or regenerate it with a longer expiry period to avoid upload failures.
Last updated March 27, 2026