Runbook

Azure Storage Account Creation Failures

Back to Runbooks

Overview

This incident type refers to the occurrence of errors while trying to create a new Azure Storage Account. The error could be due to naming conflicts or invalid characters in the storage account name, or insufficient quotas for storage accounts in the Azure subscription. This can cause disruption to the storage and retrieval of data, affecting the overall functionality of the Azure Storage Account.

Parameters

Debug

Verify Azure CLI Version

List all storage accounts in a resource group

Check if the storage account name is available

Check Azure Activity Log for Storage Account Creation Events

Check if the storage account name contains any naming conflicts or invalid characters. Ensure that the name adheres to Azure's naming conventions.

Repair

Ensure that the user has the necessary permissions to create storage accounts. If not, grant the required permissions.

Learn more

Related Runbooks

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