Skip to content

Commit a0959dc

Browse files
authored
Merge pull request #78879 from MicrosoftDocs/SyntaxC4-a11y-patch
A11y Bug #1513640
2 parents b4897ba + f6234a3 commit a0959dc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

includes/storage-account-types-include.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ Azure Storage offers several types of storage accounts. Each type supports diffe
2020

2121
The following table describes the types of storage accounts and their capabilities:
2222

23-
| Storage account type | Supported services | Supported performance tiers | Supported access tiers | Replication options | Deployment model<sup>1</sup> | Encryption<sup>2</sup> |
23+
| Storage account type | Supported services | Supported performance tiers | Supported access tiers | Replication options | Deployment model<sup role="figure" aria-labelledby="deployment-model">1</sup> | Encryption<sup role="figure" aria-labelledby="encryption">2</sup> |
2424
|----------------------|------------------------------------------|-----------------------------|--------------------------------|-----------------------------------|------------------------------|------------------------|
25-
| General-purpose V2 | Blob, File, Queue, Table, and Disk | Standard, Premium<sup>5</sup> | Hot, Cool, Archive<sup>3</sup> | LRS, ZRS<sup>4</sup>, GRS, RA-GRS | Resource Manager | Encrypted |
26-
| General-purpose V1 | Blob, File, Queue, Table, and Disk | Standard, Premium<sup>5</sup> | N/A | LRS, GRS, RA-GRS | Resource Manager, Classic | Encrypted |
25+
| General-purpose V2 | Blob, File, Queue, Table, and Disk | Standard, Premium<sup role="figure" aria-labelledby="premium-performance">5</sup> | Hot, Cool, Archive<sup role="figure" aria-labelledby="archive">3</sup> | LRS, ZRS<sup role="figure" aria-labelledby="zone-redundant-storage">4</sup>, GRS, RA-GRS | Resource Manager | Encrypted |
26+
| General-purpose V1 | Blob, File, Queue, Table, and Disk | Standard, Premium<sup role="figure" aria-labelledby="premium-performance">5</sup> | N/A | LRS, GRS, RA-GRS | Resource Manager, Classic | Encrypted |
2727
| Block blob storage | Blob (block blobs and append blobs only) | Premium | N/A | LRS | Resource Manager | Encrypted |
2828
| FileStorage (preview) | Files only | Premium | N/A | LRS | Resource Manager | Encrypted |
29-
| Blob storage | Blob (block blobs and append blobs only) | Standard | Hot, Cool, Archive<sup>3</sup> | LRS, GRS, RA-GRS | Resource Manager | Encrypted |
29+
| Blob storage | Blob (block blobs and append blobs only) | Standard | Hot, Cool, Archive<sup role="figure" aria-labelledby="archive">3</sup> | LRS, GRS, RA-GRS | Resource Manager | Encrypted |
3030

31-
<sup>1</sup>Using the Azure Resource Manager deployment model is recommended. Storage accounts using the classic deployment model can still be created in some locations, and existing classic accounts continue to be supported. For more information, see [Azure Resource Manager vs. classic deployment: Understand deployment models and the state of your resources](../articles/azure-resource-manager/resource-manager-deployment-model.md).
31+
<p id="deployment-model"><sup>1</sup>Using the Azure Resource Manager deployment model is recommended. Storage accounts using the classic deployment model can still be created in some locations, and existing classic accounts continue to be supported. For more information, see <a href="https://docs.microsoft.com/azure/azure-resource-manager/resource-manager-deployment-model">Azure Resource Manager vs. classic deployment: Understand deployment models and the state of your resources</a>.</p>
3232

33-
<sup>2</sup>All storage accounts are encrypted using Storage Service Encryption (SSE) for data at rest. For more information, see [Azure Storage Service Encryption for Data at Rest](../articles/storage/common/storage-service-encryption.md).
33+
<p id="encryption"><sup>2</sup>All storage accounts are encrypted using Storage Service Encryption (SSE) for data at rest. For more information, see <a href="https://docs.microsoft.com/azure/storage/common/storage-service-encryption">Azure Storage Service Encryption for Data at Rest</a>.</p>
3434

35-
<sup>3</sup>The Archive tier is available at level of an individual blob only, not at the storage account level. Only block blobs and append blobs can be archived. For more information, see [Azure Blob storage: Hot, Cool, and Archive storage tiers](../articles/storage/blobs/storage-blob-storage-tiers.md).
35+
<p id="archive"><sup>3</sup>The Archive tier is available at level of an individual blob only, not at the storage account level. Only block blobs and append blobs can be archived. For more information, see <a href="https://docs.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers">Azure Blob storage: Hot, Cool, and Archive storage tiers</a>.</p>
3636

37-
<sup>4</sup>Zone-redundant storage (ZRS) is available only for standard general-purpose v2 storage accounts. For more information about ZRS, see [Zone-redundant storage (ZRS): Highly available Azure Storage applications](../articles/storage/common/storage-redundancy-zrs.md). For more information about other replication options, see [Azure Storage replication](../articles/storage/common/storage-redundancy.md).
37+
<p id="zone-redundant-storage"><sup>4</sup>Zone-redundant storage (ZRS) is available only for standard general-purpose v2 storage accounts. For more information about ZRS, see <a href="https://docs.microsoft.com/azure/storage/common/storage-redundancy-zrs">Zone-redundant storage (ZRS): Highly available Azure Storage applications</a>. For more information about other replication options, see <a href="https://docs.microsoft.com/azure/storage/common/storage-redundancy">Azure Storage replication</a>.</p>
3838

39-
<sup>5</sup> Premium performance for general-purpose v2 and general-purpose v1 accounts is available for disk and page blob only.
39+
<p id="premium-performance"><sup>5</sup>Premium performance for general-purpose v2 and general-purpose v1 accounts is available for disk and page blob only.</p>

0 commit comments

Comments
 (0)