Skip to content

Commit 40e7bae

Browse files
authored
Merge pull request #79328 from MicrosoftDocs/SyntaxC4-a11y-patch-10
A11y Bug #1513640
2 parents 1842c31 + 12ace31 commit 40e7bae

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

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>
31+
<div 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>.</div>
3232

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>
33+
<div 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>.</div>
3434

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>
35+
<div 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>.</div>
3636

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>
37+
<div 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>.</div>
3838

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>
39+
<div 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.</div>

0 commit comments

Comments
 (0)