Storage - Azure/reliability-workbook GitHub Wiki
Storage Account
Overview
The Storage Account Workbook allows you to review the types and redundancy of Storage Accounts. This Workbook focuses solely on Storage Accounts, and does not include managed disks used in virtual machines.
Summary
In the Summary, you can review an overview of non-recommended Storage Accounts.
| Column | Description | Recommendation |
|---|---|---|
| Resource Total | Represents the total number of resources. The bar below the number indicates the percentage of resources with recommended settings. | - |
| Storage V1 | Indicates the count of V1 Storage Accounts. | While there are currently no plans to deprecate V1, it lacks support for many features. It's recommended to use V2. |
| Replication Not Enabled | Represents the number of Storage Accounts without Geo-redundancy configured via RA-GRS. | It's recommended to enable RA-GRS to always allow reading from the secondary region. |
| Classic | Indicates the count of Classic Storage Accounts. | Classic Storage Accounts are a legacy version that's already set to retire. Please migrate to Resource Manager-based Storage Accounts promptly. |
Detail of resources
Inspect the detailed status of each Storage Account.
| Column | Description | Data source |
|---|---|---|
| Subscription | Represents the Subscription. | ARG(resources.subscriptionId) |
| Kind | Indicates the type (e.g., Storage, File Storage).The following are marked with an alert icon as they are not recommended:- storage: Indicates usage of Storage V1. | ARG(resources.kind) |
| State | Represents the provisioning state. | ARG(resources.properties.provisioningState) |
| Location | Indicates the deployment location. | ARG(resources.location) |
| Resource Group | Represents the deployed Resource Group. | ARG(resources.resourceGroup) |
| Read Replication | Indicates whether RA-GRS is being used. There are three types: Not Applicable, Configured, and Not Configured.The following are marked with an alert icon as they are not recommended:- Not Configured: Indicates that RA-GRS is not being used. | ARG(resources.sku.name) |
| Replication Type | Indicates the type of replication (e.g., LRS, ZRS). | ARG(resources.sku.name) |
| Environment | Represents the value of the Environment tag attached to the resource. |
ARG(resources.tags) |
Classic storage account
Provides a list of Classic Storage Accounts. Since Classic Storage Accounts are set to retire, please migrate to Resource Manager-based Storage Accounts as soon as possible.
For information on migrating Classic Storage Accounts, please refer to the following documentation. Upgrade to a general-purpose v2 storage account