Skip to content
Help Center Apps & Integrations Azure Blob Storage

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

  1. In the Azure Portal, open your Storage Account.
  2. Create or select a container.
  3. Go to Shared access tokens for the container.
  4. Grant Write and Create permissions with an appropriate expiry.
  5. 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