Runbook

Azure Storage Account Data Upload or Download Failures

Back to Runbooks

Overview

This incident type refers to failures in uploading or downloading data to/from an Azure storage account. The issue can be caused due to problems with the connection to the storage account, access keys, or SAS tokens. It is important to check for network issues and ensure that the correct permissions are set to resolve this type of incident.

Parameters

Debug

Check the status of the storage account

Check the connection string for the storage account

Check the list of access keys associated with the storage account

List the blobs in the container to check if the connection is working

Repair

Update the permissions correctly for the storage account. Ensure that the user or application has the required permissions to upload or download data to/from the storage account.

Create a SAS tokens used to access the storage account

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.